summaryrefslogtreecommitdiffstats
path: root/recipes-extended/which/which_2.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/which/which_2.18.bb')
-rw-r--r--recipes-extended/which/which_2.18.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/which/which_2.18.bb b/recipes-extended/which/which_2.18.bb
index eb6cc99..63b43c4 100644
--- a/recipes-extended/which/which_2.18.bb
+++ b/recipes-extended/which/which_2.18.bb
@@ -23,12 +23,12 @@ DEPENDS = "cwautomacros-native"
23 23
24inherit autotools texinfo update-alternatives 24inherit autotools texinfo update-alternatives
25 25
26do_configure_prepend() { 26do_configure:prepend() {
27 OLD="@ACLOCAL_CWFLAGS@" 27 OLD="@ACLOCAL_CWFLAGS@"
28 NEW="-I ${STAGING_DIR_NATIVE}/${datadir}/cwautomacros/m4" 28 NEW="-I ${STAGING_DIR_NATIVE}/${datadir}/cwautomacros/m4"
29 sed -i "s#${OLD}#${NEW}#g" `grep -rl ${OLD} ${S}` 29 sed -i "s#${OLD}#${NEW}#g" `grep -rl ${OLD} ${S}`
30} 30}
31 31
32ALTERNATIVE_${PN} = "which" 32ALTERNATIVE:${PN} = "which"
33ALTERNATIVE_PRIORITY = "100" 33ALTERNATIVE_PRIORITY = "100"
34 34