]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-scons: remove redundant FILES:${PN}-doc
authorRoss Burton <ross@burtonini.com>
Wed, 9 Mar 2022 16:06:06 +0000 (16:06 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Mar 2022 13:06:22 +0000 (13:06 +0000)
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>
meta/recipes-devtools/python/python3-scons_4.3.0.bb

index 624f97480536651964c2f4c4daf31a70116ba020..ae91d980fe5614a5afcf20b0d847d9b586634e52 100644 (file)
@@ -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'