From patchwork Tue Nov 17 22:54:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/4] python3-numpy: Upgrade to 1.19.4 From: Khem Raj X-Patchwork-Id: 177989 Message-Id: <20201117225428.877691-1-raj.khem@gmail.com> To: openembedded-core@lists.openembedded.org Cc: Khem Raj Date: Tue, 17 Nov 2020 14:54:25 -0800 Unify inc file into single recipe, py2 is gone Signed-off-by: Khem Raj --- meta/recipes-devtools/python-numpy/python3-numpy_1.19.3.bb | 3 --- .../{python-numpy.inc => python3-numpy_1.19.4.bb} | 6 ++++-- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python-numpy/python3-numpy_1.19.3.bb rename meta/recipes-devtools/python-numpy/{python-numpy.inc => python3-numpy_1.19.4.bb} (94%) -- 2.29.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#144754): https://lists.openembedded.org/g/openembedded-core/message/144754 Mute This Topic: https://lists.openembedded.org/mt/78328450/1003190 Group Owner: openembedded-core+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mhalstead@linuxfoundation.org] -=-=-=-=-=-=-=-=-=-=-=- diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.19.3.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.3.bb deleted file mode 100644 index d388e88d25..0000000000 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.19.3.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-numpy.inc - diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb similarity index 94% rename from meta/recipes-devtools/python-numpy/python-numpy.inc rename to meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb index 40f81046ee..7ff057b781 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.4.bb @@ -8,14 +8,16 @@ SRCNAME = "numpy" SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \ file://0001-numpy-core-Define-RISCV-32-support.patch \ - " -SRC_URI[sha256sum] = "9179d259a9bc53ed7b153d31fc3156d1ca560d61079f53191cf177c3efc4a498" +" +SRC_URI[sha256sum] = "fe836a685d6838dbb3f603caef01183ea98e88febf4ce956a2ea484a75378413" UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.tar" DEPENDS += "python3-cython-native" +inherit setuptools3 + S = "${WORKDIR}/numpy-${PV}" CLEANBROKEN = "1"