summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-04-15 21:19:59 +0300
committerKhem Raj <raj.khem@gmail.com>2024-04-15 21:01:20 -0700
commitd3a16ad4aec3f496484295bbdb1f3d661911e69b (patch)
treecea9caac7daf724c9db9d143ecaf9b1e31337cfd /meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb
parentfd208c871429fdd331ecc3bf3b59e975e680b7ff (diff)
downloadmeta-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-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb')
-rw-r--r--meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb
index f0c083c6d..cbe1af285 100644
--- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb
+++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb
@@ -124,8 +124,8 @@ RDEPENDS:${PN}-perl = "perl perl-module-lib perl-module-getopt-long perl-module-
124 124
125DESCRIPTION:${PN}-python = \ 125DESCRIPTION:${PN}-python = \
126"The ${PN}-python package includes RRDtool bindings for python." 126"The ${PN}-python package includes RRDtool bindings for python."
127FILES:${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" 127FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*"
128RDEPENDS:${PN}-python = "python3" 128RDEPENDS:${PN}-python = "python3"
129 129
130FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/RRDs/.debug \ 130FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/RRDs/.debug \
131 ${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug" 131 ${PYTHON_SITEPACKAGES_DIR}/.debug"