aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-03-08 22:39:22 +0000
committerRoss Burton <ross.burton@arm.com>2022-03-08 22:59:55 +0000
commit028246f0b4a3b2326e9f9b9c7450b0340677fea4 (patch)
tree86aaba16f4dbbdefe5ead4ba16e50131ec0e740b
parentd8f27e384745c25d20cf4f4a5b5e7bbe1b6cd6a9 (diff)
downloadmeta-openembedded-contrib-028246f0b4a3b2326e9f9b9c7450b0340677fea4.tar.gz
py3-pyzmq: use meta, clean recipeross/py
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzmq/club-rpath-out.patch (renamed from meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch)0
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb6
2 files changed, 1 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch b/meta-python/recipes-devtools/python/python3-pyzmq/club-rpath-out.patch
index 61aeaca5fa..61aeaca5fa 100644
--- a/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
+++ b/meta-python/recipes-devtools/python/python3-pyzmq/club-rpath-out.patch
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb b/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb
index 09e7341877..7f0d998f3b 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb
@@ -5,20 +5,16 @@ LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e \
file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e"
DEPENDS = "zeromq"
-FILESEXTRAPATHS:prepend := "${THISDIR}/python-pyzmq:"
-
SRC_URI += "file://club-rpath-out.patch"
SRC_URI[sha256sum] = "8eddc033e716f8c91c6a2112f0a8ebc5e00532b4a6ae1eb0ccc48e027f9c671c"
-inherit pypi pkgconfig setuptools3
+inherit pypi pkgconfig setuptools_build_meta
RDEPENDS:${PN} += " \
${PYTHON_PN}-multiprocessing \
${PYTHON_PN}-json \
"
-FILES:${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug"
-
do_compile:prepend() {
echo [global] > ${S}/setup.cfg
echo zmq_prefix = ${STAGING_DIR_HOST} >> ${S}/setup.cfg