summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-07-26 17:26:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-15 14:26:35 +0100
commit5230b712a882414237344f229aff5d20ddf7d13b (patch)
treeabda1196a7540f122e557ab26b399e15a473f82d /meta/recipes-extended/wget
parent81a9c1313deb6904728edb53288a623809321038 (diff)
downloadast2050-yocto-poky-5230b712a882414237344f229aff5d20ddf7d13b.zip
ast2050-yocto-poky-5230b712a882414237344f229aff5d20ddf7d13b.tar.gz
wget: cleanup update-alternatives deprecated code
(From OE-Core rev: 00d0d074a452bb5dc54ad12f44e444a742380860) Signed-off-by: Saul Wold <sgw@linux.intel.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.inc10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index 4e1e931..3575c87 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -4,17 +4,11 @@ LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "openssl"
-INC_PR = "r14"
+INC_PR = "r15"
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.${BPN}
-}
-
-ALTERNATIVE_NAME = "wget"
-ALTERNATIVE_LINK = "${bindir}/wget"
-ALTERNATIVE_PATH = "${bindir}/wget.${BPN}"
+ALTERNATIVE_${PN} = "wget"
ALTERNATIVE_PRIORITY = "100"
OpenPOWER on IntegriCloud