From: Robert Yang <[email protected]> Fixed: $ bitbake bootchart2-native gzip: /path/to/bootchart2-native/0.14.9/recipe-sysroot-native/usr/share/man/man1/*.gz: No such file or directory
Signed-off-by: Robert Yang <[email protected]> --- meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb index 8a211366bf..535af94ecd 100644 --- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb +++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb @@ -138,7 +138,9 @@ do_install () { # Use python 3 instead of python 2 sed -i -e '1s,#!.*python.*,#!${USRBINPATH}/env python3,' ${D}${bindir}/pybootchartgui +} +do_install:append:class-target () { # The timestamps embedded in compressed man pages is not reproducible gzip -d ${D}${mandir}/man1/*.gz } -- 2.44.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206962): https://lists.openembedded.org/g/openembedded-core/message/206962 Mute This Topic: https://lists.openembedded.org/mt/109517754/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
