diff options
| author | alperak <alperyasinak1@gmail.com> | 2024-04-15 21:19:59 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-15 21:01:20 -0700 |
| commit | d3a16ad4aec3f496484295bbdb1f3d661911e69b (patch) | |
| tree | cea9caac7daf724c9db9d143ecaf9b1e31337cfd /meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb | |
| parent | fd208c871429fdd331ecc3bf3b59e975e680b7ff (diff) | |
| download | meta-openembedded-d3a16ad4aec3f496484295bbdb1f3d661911e69b.tar.gz | |
Use PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory path
The following paths have been replaced with PYTHON_SITEPACKAGES_DIR:
- "${libdir}/${PYTHON_DIR}/site-packages"
- "${libdir}/python${PYTHON_BASEVERSION}/site-packages"
- "${libdir}/python*/site-packages"
- "${libdir}/python3.*/site-packages"
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb index 540aa62006..2a6993c141 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_25.1.2.bb | |||
| @@ -22,7 +22,7 @@ PACKAGES =+ "\ | |||
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | FILES:${PN}-test += "\ | 24 | FILES:${PN}-test += "\ |
| 25 | ${libdir}/${PYTHON_DIR}/site-packages/*/tests \ | 25 | ${PYTHON_SITEPACKAGES_DIR}/*/tests \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | RDEPENDS:${PN} += "\ | 28 | RDEPENDS:${PN} += "\ |
