summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-08-14 22:47:42 -0700
committerKhem Raj <raj.khem@gmail.com>2024-08-15 23:20:05 -0700
commit228c3483e28ad72d1961aba1585fd6b575362ec8 (patch)
tree707b179b77ba8731984e58b7d3c303d5307b6b9b
parent83b4b2e46bea9b00d4334fbc09c663934df0b278 (diff)
downloadmeta-openembedded-228c3483e28ad72d1961aba1585fd6b575362ec8.tar.gz
fvwm: Fix buildpaths QA Errors
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb b/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb
index df349494aa..fcf1bd9cae 100644
--- a/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb
+++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb
@@ -72,6 +72,8 @@ EXTRA_OECONF = " \
72 --without-xpm-library \ 72 --without-xpm-library \
73 ac_cv_func_mkstemp=no \ 73 ac_cv_func_mkstemp=no \
74 has_safety_mkstemp=yes \ 74 has_safety_mkstemp=yes \
75 ac_cv_path_FVWM_CPP=cpp \
76 ac_cv_path_PERL=perl \
75" 77"
76 78
77# show the exact commands in the log file 79# show the exact commands in the log file
@@ -90,6 +92,7 @@ do_install:append() {
90 sed -i -e 's:${STAGING_BINDIR_NATIVE}/perl-native/perl:${USRBINPATH}/env perl:g' ${D}${bindir}/fvwm-* 92 sed -i -e 's:${STAGING_BINDIR_NATIVE}/perl-native/perl:${USRBINPATH}/env perl:g' ${D}${bindir}/fvwm-*
91 sed -i -e 's:${STAGING_BINDIR_NATIVE}/perl-native/perl:${USRBINPATH}/env perl:g' ${D}${libexecdir}/fvwm/*/Fvwm* 93 sed -i -e 's:${STAGING_BINDIR_NATIVE}/perl-native/perl:${USRBINPATH}/env perl:g' ${D}${libexecdir}/fvwm/*/Fvwm*
92 sed -i -e 's:${STAGING_BINDIR_NATIVE}/python3-native/python3:${USRBINPATH}/env python3:g' ${D}${bindir}/fvwm-menu-desktop 94 sed -i -e 's:${STAGING_BINDIR_NATIVE}/python3-native/python3:${USRBINPATH}/env python3:g' ${D}${bindir}/fvwm-menu-desktop
95 sed -i -e 's:${WORKDIR}::g' ${D}${bindir}/fvwm-bug
93} 96}
94 97
95# the only needed packages (note: locale packages are automatically generated 98# the only needed packages (note: locale packages are automatically generated