summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/which/which_2.20.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/which/which_2.20.bb')
-rw-r--r--meta/recipes-extended/which/which_2.20.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/recipes-extended/which/which_2.20.bb b/meta/recipes-extended/which/which_2.20.bb
index 9b4394331c..312688fe1e 100644
--- a/meta/recipes-extended/which/which_2.20.bb
+++ b/meta/recipes-extended/which/which_2.20.bb
@@ -8,7 +8,7 @@ DEPENDS = "cwautomacros-native"
8 8
9inherit autotools update-alternatives 9inherit autotools update-alternatives
10 10
11PR = "r2" 11PR = "r3"
12 12
13EXTRA_OECONF = "--disable-iberty" 13EXTRA_OECONF = "--disable-iberty"
14 14
@@ -22,11 +22,5 @@ do_configure_prepend() {
22 sed -i -e 's%@ACLOCAL_CWFLAGS@%-I ${STAGING_DIR_NATIVE}/usr/share/cwautomacros/m4%g' ${S}/Makefile.am ${S}/tilde/Makefile.am 22 sed -i -e 's%@ACLOCAL_CWFLAGS@%-I ${STAGING_DIR_NATIVE}/usr/share/cwautomacros/m4%g' ${S}/Makefile.am ${S}/tilde/Makefile.am
23} 23}
24 24
25do_install() { 25ALTERNATIVE_${PN} = "which"
26 autotools_do_install
27 mv ${D}${bindir}/which ${D}${bindir}/which.${BPN}
28}
29
30ALTERNATIVE_NAME = "which"
31ALTERNATIVE_PATH = "which.${BPN}"
32ALTERNATIVE_PRIORITY = "100" 26ALTERNATIVE_PRIORITY = "100"