mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
python3-scons: remove redundant FILES:${PN}-doc
mandir is in the default FILES:${PN}-doc, so there's no need to add it.
(From OE-Core rev: 342641edee1e2c7d80184c3a9b649cccb8cf38b5)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
438b58fd4b
commit
f369b606b7
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user