Skip to content

Commit

Permalink
Update to new ironman version and latest gfex software
Browse files Browse the repository at this point in the history
  • Loading branch information
easmith5 committed Apr 7, 2022
1 parent 480641d commit 525f55a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion recipes-gfex/gfex-register-access_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kratsg/ironman"
AUTHOR = "Emily Smith <[email protected]>"

SRC_URI = "git://[email protected]:7999/atlas-l1calo/gfex/gfex-register-access.git;branch=master;protocol=ssh"
SRCREV ?= "8639314dede3f6134764c462182114306df130e9"
SRCREV ?= "b5a9238c3b6b701c420483a946d723b8ab9a58b8"

S = "${WORKDIR}/git"

Expand Down
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 <[email protected], [email protected]>"
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

0 comments on commit 525f55a

Please sign in to comment.