summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-scons_4.3.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-09 16:06:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-10 13:06:22 +0000
commit342641edee1e2c7d80184c3a9b649cccb8cf38b5 (patch)
tree174dd70f3ad6e8d647799498126737a99e987ad2 /meta/recipes-devtools/python/python3-scons_4.3.0.bb
parente6e4c63bbdd09d91428e55cb5a852170511f05cc (diff)
downloadopenembedded-core-contrib-342641edee1e2c7d80184c3a9b649cccb8cf38b5.tar.gz
python3-scons: remove redundant FILES:${PN}-doc
mandir is in the default FILES:${PN}-doc, so there's no need to add it. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-scons_4.3.0.bb')
-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() {
install -d ${D}${mandir}/man1
mv ${D}${prefix}/scons*.1 ${D}${mandir}/man1/
}
-FILES:${PN}-doc += "${mandir}/man1/scons*.1"
do_install:append:class-native() {
create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' PYTHONNOUSERSITE='1'