]> code.ossystems Code Review - openembedded-core.git/commitdiff
wget: Fix wget alternative path to be /usr/bin not /bin
authorSaul Wold <sgw@linux.intel.com>
Tue, 6 Dec 2011 01:49:11 +0000 (17:49 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Dec 2011 16:34:32 +0000 (16:34 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/wget/wget.inc

index d9eee803ee77b9959b5c89f2dd72bfa0a23490ed..91400cc69ee4150a264c2c0d578b38e0f3658bd8 100644 (file)
@@ -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"