-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to new ironman version and latest gfex software
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
recipes-python/python3-ironman_0.5.2.bb → recipes-python/python3-ironman_0.6.0.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
|
||
SUMMARY = "SoC Firmware for L1Calo" | ||
HOMEPAGE = "https://github.com/kratsg/ironman" | ||
AUTHOR = "Giordon Stark, Emily Smith <gstark@cern.ch, emsmith@cern.ch>" | ||
LICENSE = "MIT" | ||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6a46bf0dd4463bb3d7079f1e625d881e" | ||
|
||
SRC_URI = "https://files.pythonhosted.org/packages/3b/f9/5a241ca0f4e244a3d29a1a4c53af138ff8d0d6e8b21747104ec7316d47c1/ironman-0.5.2.tar.gz" | ||
SRC_URI[md5sum] = "55cf93c8ca97298b80b3778b61483b38" | ||
SRC_URI[sha256sum] = "d339349f1a51a515748da064649ce6a46a77defbe541318d018a3cefba5b0188" | ||
PYPI_PACKAGE = "ironman" | ||
|
||
S = "${WORKDIR}/ironman-0.5.2" | ||
inherit pypi setuptools3 | ||
|
||
RDEPENDS_${PN} = "python3-twisted python3-zopeinterface python3-construct python3-pyyaml" | ||
SRC_URI = "https://files.pythonhosted.org/packages/63/df/b1dc2440c2a47d79fbfb4eaf5fa55979cf2bc3744380ca33a86f93a8c3cd/ironman-0.6.0.tar.gz" | ||
|
||
PYPI_PACKAGE = "ironman" | ||
SRC_URI[md5sum] = "f1fab976d2fd28613d0e919629d82169" | ||
SRC_URI[sha256sum] = "6cc57944ac132988f19e74095d6425aefcbb58fc8a94f4654dcf48ec562692d2" | ||
|
||
RDEPENDS_${PN} = "python3-twisted python3-zopeinterface python3-construct python3-pyyaml" | ||
//PREFERRED_VERSION_python3-twisted = "22.2.0" | ||
|
||
inherit setuptools3 |