diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/which/which_2.18.bb | 4 | ||||
-rw-r--r-- | meta/recipes-extended/which/which_2.20.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/which/which_2.18.bb b/meta/recipes-extended/which/which_2.18.bb index f87929b334..d54e776407 100644 --- a/meta/recipes-extended/which/which_2.18.bb +++ b/meta/recipes-extended/which/which_2.18.bb | |||
@@ -27,10 +27,10 @@ do_configure_prepend() { | |||
27 | sed -i "s#${OLD}#${NEW}#g" `grep -rl ${OLD} ${S}` | 27 | sed -i "s#${OLD}#${NEW}#g" `grep -rl ${OLD} ${S}` |
28 | } | 28 | } |
29 | do_install_append() { | 29 | do_install_append() { |
30 | mv ${D}/${bindir}/which ${D}/${bindir}/which.${PN} | 30 | mv ${D}/${bindir}/which ${D}/${bindir}/which.${BPN} |
31 | } | 31 | } |
32 | 32 | ||
33 | ALTERNATIVE_NAME = "which" | 33 | ALTERNATIVE_NAME = "which" |
34 | ALTERNATIVE_PATH = "which.${PN}" | 34 | ALTERNATIVE_PATH = "which.${BPN}" |
35 | ALTERNATIVE_PRIORITY = "100" | 35 | ALTERNATIVE_PRIORITY = "100" |
36 | 36 | ||
diff --git a/meta/recipes-extended/which/which_2.20.bb b/meta/recipes-extended/which/which_2.20.bb index a4e860b6c9..9b4394331c 100644 --- a/meta/recipes-extended/which/which_2.20.bb +++ b/meta/recipes-extended/which/which_2.20.bb | |||
@@ -24,9 +24,9 @@ do_configure_prepend() { | |||
24 | 24 | ||
25 | do_install() { | 25 | do_install() { |
26 | autotools_do_install | 26 | autotools_do_install |
27 | mv ${D}${bindir}/which ${D}${bindir}/which.${PN} | 27 | mv ${D}${bindir}/which ${D}${bindir}/which.${BPN} |
28 | } | 28 | } |
29 | 29 | ||
30 | ALTERNATIVE_NAME = "which" | 30 | ALTERNATIVE_NAME = "which" |
31 | ALTERNATIVE_PATH = "which.${PN}" | 31 | ALTERNATIVE_PATH = "which.${BPN}" |
32 | ALTERNATIVE_PRIORITY = "100" | 32 | ALTERNATIVE_PRIORITY = "100" |