summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-03-10 13:25:19 +0000
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-11 08:48:38 -0500
commit8ca5c4b0bce5aeeaabab61e0499e4c1042207387 (patch)
tree9d3a3c2ed2127d8e0c6152cc3d48e2c89adf74e7 /meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb
parent620689d4efba28bc8dd60e2d82908bfb3531fbd0 (diff)
downloadmeta-openembedded-8ca5c4b0bce5aeeaabab61e0499e4c1042207387.tar.gz
python3-pyzmq: clean up recipe
Put the patch into a directory named after PN to avoid needing to set FILESEXTRAPATHS. Remove explicit FILES:${PN}-dbg, as these are packaged automatically. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzmq_22.3.0.bb4
1 files changed, 0 insertions, 4 deletions
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..d2893ccbb1 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,8 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e \
5 file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e" 5 file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e"
6DEPENDS = "zeromq" 6DEPENDS = "zeromq"
7 7
8FILESEXTRAPATHS:prepend := "${THISDIR}/python-pyzmq:"
9
10SRC_URI += "file://club-rpath-out.patch" 8SRC_URI += "file://club-rpath-out.patch"
11SRC_URI[sha256sum] = "8eddc033e716f8c91c6a2112f0a8ebc5e00532b4a6ae1eb0ccc48e027f9c671c" 9SRC_URI[sha256sum] = "8eddc033e716f8c91c6a2112f0a8ebc5e00532b4a6ae1eb0ccc48e027f9c671c"
12 10
@@ -17,8 +15,6 @@ RDEPENDS:${PN} += " \
17 ${PYTHON_PN}-json \ 15 ${PYTHON_PN}-json \
18" 16"
19 17
20FILES:${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug"
21
22do_compile:prepend() { 18do_compile:prepend() {
23 echo [global] > ${S}/setup.cfg 19 echo [global] > ${S}/setup.cfg
24 echo zmq_prefix = ${STAGING_DIR_HOST} >> ${S}/setup.cfg 20 echo zmq_prefix = ${STAGING_DIR_HOST} >> ${S}/setup.cfg