diff options
author | Ross Burton <ross@burtonini.com> | 2022-03-09 16:06:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-10 13:07:37 +0000 |
commit | f369b606b7e1d8ff07cf1acc54a6fb9f82aa8e17 (patch) | |
tree | 9ab8fd1265e1cbba352ddb9ce9efd35de8ff22c4 /meta/recipes-devtools/python/python3-scons_4.3.0.bb | |
parent | 438b58fd4b5a60da5871b1412ca5ab032244016e (diff) | |
download | poky-f369b606b7e1d8ff07cf1acc54a6fb9f82aa8e17.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.
(From OE-Core rev: 342641edee1e2c7d80184c3a9b649cccb8cf38b5)
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.bb | 1 |
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 | } |
31 | FILES:${PN}-doc += "${mandir}/man1/scons*.1" | ||
32 | 31 | ||
33 | do_install:append:class-native() { | 32 | do_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' |