diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb b/meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb index 40cb22b5e1..d91d71b279 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb | |||
| @@ -43,6 +43,11 @@ do_compile:prepend() { | |||
| 43 | echo no_libzmq_extension = True >> ${S}/setup.cfg | 43 | echo no_libzmq_extension = True >> ${S}/setup.cfg |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | do_install:append() { | ||
| 47 | sed -i -e 's#${RECIPE_SYSROOT}##g' ${D}${PYTHON_SITEPACKAGES_DIR}/zmq/utils/config.json | ||
| 48 | sed -i -e 's#${RECIPE_SYSROOT}##g' ${D}${PYTHON_SITEPACKAGES_DIR}/zmq/utils/compiler.json | ||
| 49 | } | ||
| 50 | |||
| 46 | do_install_ptest() { | 51 | do_install_ptest() { |
| 47 | install -d ${D}${PTEST_PATH}/tests | 52 | install -d ${D}${PTEST_PATH}/tests |
| 48 | cp -rf ${S}/zmq/tests/* ${D}${PTEST_PATH}/tests/ | 53 | cp -rf ${S}/zmq/tests/* ${D}${PTEST_PATH}/tests/ |
