summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8daf38a0ba..38e22253d9 100644
--- a/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb
+++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb
@@ -69,6 +69,8 @@ EXTRA_OECONF = " \
69 --without-xpm-library \ 69 --without-xpm-library \
70 ac_cv_func_mkstemp=no \ 70 ac_cv_func_mkstemp=no \
71 has_safety_mkstemp=yes \ 71 has_safety_mkstemp=yes \
72 ac_cv_path_FVWM_CPP=cpp \
73 ac_cv_path_PERL=perl \
72" 74"
73 75
74# show the exact commands in the log file 76# show the exact commands in the log file
@@ -87,6 +89,7 @@ do_install:append() {
87 sed -i -e 's:${STAGING_BINDIR_NATIVE}/perl-native/perl:${USRBINPATH}/env perl:g' ${D}${bindir}/fvwm-* 89 sed -i -e 's:${STAGING_BINDIR_NATIVE}/perl-native/perl:${USRBINPATH}/env perl:g' ${D}${bindir}/fvwm-*
88 sed -i -e 's:${STAGING_BINDIR_NATIVE}/perl-native/perl:${USRBINPATH}/env perl:g' ${D}${libexecdir}/fvwm/*/Fvwm* 90 sed -i -e 's:${STAGING_BINDIR_NATIVE}/perl-native/perl:${USRBINPATH}/env perl:g' ${D}${libexecdir}/fvwm/*/Fvwm*
89 sed -i -e 's:${STAGING_BINDIR_NATIVE}/python3-native/python3:${USRBINPATH}/env python3:g' ${D}${bindir}/fvwm-menu-desktop 91 sed -i -e 's:${STAGING_BINDIR_NATIVE}/python3-native/python3:${USRBINPATH}/env python3:g' ${D}${bindir}/fvwm-menu-desktop
92 sed -i -e 's:${WORKDIR}::g' ${D}${bindir}/fvwm-bug
90} 93}
91 94
92# the only needed packages (note: locale packages are automatically generated 95# the only needed packages (note: locale packages are automatically generated