From: Ross Burton Date: Wed, 9 Mar 2022 16:06:06 +0000 (+0000) Subject: python3-scons: remove redundant FILES:${PN}-doc X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=342641edee1e2c7d80184c3a9b649cccb8cf38b5;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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'