summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tornado_6.4.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-21 10:52:39 -0700
commit050286a953034e4b3bd607dae641b0aa7ff765c3 (patch)
treeeffb569c1be16224c140d5fa0eeef66798792e7f /meta-python/recipes-devtools/python/python3-tornado_6.4.bb
parent43fefa0daff2655f0059bf7d6116c32cdbdd0488 (diff)
downloadmeta-openembedded-050286a953034e4b3bd607dae641b0aa7ff765c3.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-tornado_6.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-tornado_6.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb b/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
index 08c8672ebe..b01c1cec2a 100644
--- a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
+++ b/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
@@ -35,7 +35,7 @@ PACKAGES =+ "\
35" 35"
36 36
37FILES:${PN}-test = " \ 37FILES:${PN}-test = " \
38 ${libdir}/${PYTHON_DIR}/site-packages/*/test \ 38 ${PYTHON_SITEPACKAGES_DIR}/*/test \
39" 39"
40 40
41BBCLASSEXTEND += "native nativesdk" 41BBCLASSEXTEND += "native nativesdk"