From 525f55adf7ff908a085a7fc01ce4b28df62247f3 Mon Sep 17 00:00:00 2001 From: Emily Smith Date: Thu, 7 Apr 2022 12:59:09 -0500 Subject: [PATCH] Update to new ironman version and latest gfex software --- recipes-gfex/gfex-register-access_git.bb | 2 +- ...ironman_0.5.2.bb => python3-ironman_0.6.0.bb} | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) rename recipes-python/{python3-ironman_0.5.2.bb => python3-ironman_0.6.0.bb} (50%) diff --git a/recipes-gfex/gfex-register-access_git.bb b/recipes-gfex/gfex-register-access_git.bb index 99329d1..f36a6f3 100644 --- a/recipes-gfex/gfex-register-access_git.bb +++ b/recipes-gfex/gfex-register-access_git.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kratsg/ironman" AUTHOR = "Emily Smith " SRC_URI = "git://git@gitlab.cern.ch:7999/atlas-l1calo/gfex/gfex-register-access.git;branch=master;protocol=ssh" -SRCREV ?= "8639314dede3f6134764c462182114306df130e9" +SRCREV ?= "b5a9238c3b6b701c420483a946d723b8ab9a58b8" S = "${WORKDIR}/git" diff --git a/recipes-python/python3-ironman_0.5.2.bb b/recipes-python/python3-ironman_0.6.0.bb similarity index 50% rename from recipes-python/python3-ironman_0.5.2.bb rename to recipes-python/python3-ironman_0.6.0.bb index 994a300..500f542 100644 --- a/recipes-python/python3-ironman_0.5.2.bb +++ b/recipes-python/python3-ironman_0.6.0.bb @@ -1,18 +1,18 @@ - SUMMARY = "SoC Firmware for L1Calo" HOMEPAGE = "https://github.com/kratsg/ironman" AUTHOR = "Giordon Stark, Emily Smith " 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