summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-12-05 17:49:11 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-06 16:34:56 +0000
commite679c35a4f5a3e727d086917690e608fd3a7ed39 (patch)
tree4aa61a6f60ec66df828806ed1177518a96adb04e /meta/recipes-extended/wget
parenta9c1fca70679984a950f90d0e5300a7da45a8b4c (diff)
downloadast2050-yocto-poky-e679c35a4f5a3e727d086917690e608fd3a7ed39.zip
ast2050-yocto-poky-e679c35a4f5a3e727d086917690e608fd3a7ed39.tar.gz
wget: Fix wget alternative path to be /usr/bin not /bin
(From OE-Core rev: 4339459bd38c75250610c4cdb767504e808c5bf0) 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.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index d9eee80..91400cc 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -3,7 +3,7 @@ SECTION = "console/network"
LICENSE = "GPL"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-INC_PR = "r10"
+INC_PR = "r11"
inherit autotools gettext update-alternatives
@@ -15,6 +15,6 @@ do_install_append () {
}
ALTERNATIVE_NAME = "wget"
-ALTERNATIVE_LINK = "${base_bindir}/wget"
-ALTERNATIVE_PATH = "${base_bindir}/wget.${PN}"
+ALTERNATIVE_LINK = "${bindir}/wget"
+ALTERNATIVE_PATH = "${bindir}/wget.${PN}"
ALTERNATIVE_PRIORITY = "100"
OpenPOWER on IntegriCloud