Commit 8cc64128 authored by Khem Raj's avatar Khem Raj
Browse files

fvwm: Fix build time paths in target perl/python scripts


Add rdeps as needed
Fixes shebang-size QA warnings
Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
Showing with 7 additions and 0 deletions
+7 -0
......@@ -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
......@@ -112,3 +115,7 @@ FILES:${PN}-doc = " \
RDEPENDS:${PN} = " \
xuser-account \
"
RDEPENDS:${PN}-extra += "\
perl \
python3-core \
"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment