summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-scons_4.3.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-scons_4.3.0.bb b/meta/recipes-devtools/python/python3-scons_4.3.0.bb
index 624f974805..ae91d980fe 100644
--- a/meta/recipes-devtools/python/python3-scons_4.3.0.bb
+++ b/meta/recipes-devtools/python/python3-scons_4.3.0.bb
@@ -28,7 +28,6 @@ do_install:append() {
28 install -d ${D}${mandir}/man1 28 install -d ${D}${mandir}/man1
29 mv ${D}${prefix}/scons*.1 ${D}${mandir}/man1/ 29 mv ${D}${prefix}/scons*.1 ${D}${mandir}/man1/
30} 30}
31FILES:${PN}-doc += "${mandir}/man1/scons*.1"
32 31
33do_install:append:class-native() { 32do_install:append:class-native() {
34 create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' PYTHONNOUSERSITE='1' 33 create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' PYTHONNOUSERSITE='1'