summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-05-22 12:37:27 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-30 12:04:38 +0100
commit1fa4e0554c1cfe8ff07e0737947810fefaa20411 (patch)
tree51f0a63af180b73279082c5e4b9d57c459dbb833 /meta/recipes-extended/wget
parent4966bc58098ec5c983dc692327491d53b65c4b6b (diff)
downloadast2050-yocto-poky-1fa4e0554c1cfe8ff07e0737947810fefaa20411.zip
ast2050-yocto-poky-1fa4e0554c1cfe8ff07e0737947810fefaa20411.tar.gz
wget: use BPN for alternatives
(From OE-Core rev: 7e5c325df40012cf21cbbf9a38f4d476f62d7100) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/wget')
-rw-r--r--meta/recipes-extended/wget/wget.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index d56216f..4e1e931 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -11,10 +11,10 @@ inherit autotools gettext update-alternatives
EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} --with-ssl=openssl --disable-rpath"
do_install_append () {
- mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN}
+ mv ${D}${bindir}/wget ${D}${bindir}/wget.${BPN}
}
ALTERNATIVE_NAME = "wget"
ALTERNATIVE_LINK = "${bindir}/wget"
-ALTERNATIVE_PATH = "${bindir}/wget.${PN}"
+ALTERNATIVE_PATH = "${bindir}/wget.${BPN}"
ALTERNATIVE_PRIORITY = "100"
OpenPOWER on IntegriCloud