From d323115ecd437e397bd504758ba52988900f4747 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Aug 2021 19:46:46 -0700 Subject: fvwm: Fix build time paths in target perl/python scripts Add rdeps as needed Fixes shebang-size QA warnings Signed-off-by: Khem Raj (cherry picked from commit 8cc64128c70c5b6a41b050332abb1d73a10ef4fa) Signed-off-by: Armin Kuster --- meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb index c93c510976..3b01a216bd 100644 --- a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb +++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb @@ -82,6 +82,9 @@ do_install_append() { install -d -m 0755 ${D}/${datadir}/fvwm touch ${D}/${datadir}/fvwm/ConfigFvwmDefaults + sed -i -e 's:${STAGING_BINDIR_NATIVE}/perl-native/perl:${USRBINPATH}/env perl:g' ${D}${bindir}/fvwm-* + sed -i -e 's:${STAGING_BINDIR_NATIVE}/perl-native/perl:${USRBINPATH}/env perl:g' ${D}${libexecdir}/fvwm/*/Fvwm* + sed -i -e 's:${STAGING_BINDIR_NATIVE}/python3-native/python3:${USRBINPATH}/env python3:g' ${D}${bindir}/fvwm-menu-desktop } # the only needed packages (note: locale packages are automatically generated @@ -113,3 +116,7 @@ FILES_${PN}-doc = " \ RDEPENDS_${PN} = " \ xuser-account \ " +RDEPENDS_${PN}-extra += "\ + perl \ + python3-core \ +" -- cgit 1.2.3-korg