diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-08-04 19:46:46 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-08-14 13:52:08 -0700 |
| commit | 28ca556a2f5cdff11950ccb73307c39d91d1c76c (patch) | |
| tree | 92e9317caf2e12e532918dba4b667410274923af | |
| parent | 59715d3d2ecec96267adc4083b75a2621b669b3e (diff) | |
| download | meta-openembedded-28ca556a2f5cdff11950ccb73307c39d91d1c76c.tar.gz | |
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>
(cherry picked from commit 8cc64128c70c5b6a41b050332abb1d73a10ef4fa)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb | 7 |
1 files changed, 7 insertions, 0 deletions
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() { | |||
| 82 | 82 | ||
| 83 | install -d -m 0755 ${D}/${datadir}/fvwm | 83 | install -d -m 0755 ${D}/${datadir}/fvwm |
| 84 | touch ${D}/${datadir}/fvwm/ConfigFvwmDefaults | 84 | touch ${D}/${datadir}/fvwm/ConfigFvwmDefaults |
| 85 | sed -i -e 's:${STAGING_BINDIR_NATIVE}/perl-native/perl:${USRBINPATH}/env perl:g' ${D}${bindir}/fvwm-* | ||
| 86 | sed -i -e 's:${STAGING_BINDIR_NATIVE}/perl-native/perl:${USRBINPATH}/env perl:g' ${D}${libexecdir}/fvwm/*/Fvwm* | ||
| 87 | sed -i -e 's:${STAGING_BINDIR_NATIVE}/python3-native/python3:${USRBINPATH}/env python3:g' ${D}${bindir}/fvwm-menu-desktop | ||
| 85 | } | 88 | } |
| 86 | 89 | ||
| 87 | # the only needed packages (note: locale packages are automatically generated | 90 | # the only needed packages (note: locale packages are automatically generated |
| @@ -113,3 +116,7 @@ FILES_${PN}-doc = " \ | |||
| 113 | RDEPENDS_${PN} = " \ | 116 | RDEPENDS_${PN} = " \ |
| 114 | xuser-account \ | 117 | xuser-account \ |
| 115 | " | 118 | " |
| 119 | RDEPENDS_${PN}-extra += "\ | ||
| 120 | perl \ | ||
| 121 | python3-core \ | ||
| 122 | " | ||
