diff options
| -rw-r--r-- | meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb | 3 |
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 |
