mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 05:30:02 +00:00
fvwm: Fix build time paths in target perl/python scripts
Add rdeps as needed Fixes shebang-size QA warnings Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -82,6 +82,9 @@ do_install:append() {
|
|||||||
|
|
||||||
install -d -m 0755 ${D}/${datadir}/fvwm
|
install -d -m 0755 ${D}/${datadir}/fvwm
|
||||||
touch ${D}/${datadir}/fvwm/ConfigFvwmDefaults
|
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
|
# the only needed packages (note: locale packages are automatically generated
|
||||||
@@ -112,3 +115,7 @@ FILES:${PN}-doc = " \
|
|||||||
RDEPENDS:${PN} = " \
|
RDEPENDS:${PN} = " \
|
||||||
xuser-account \
|
xuser-account \
|
||||||
"
|
"
|
||||||
|
RDEPENDS:${PN}-extra += "\
|
||||||
|
perl \
|
||||||
|
python3-core \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user