summaryrefslogtreecommitdiffstats
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:37:19 +0000
commitd22daf5c067c57ab1e253b789486aba36e727ed0 (patch)
tree92682e15a3c4db2fd10185ba6e0dd3894260d1be
parentbc557dece32e233519d020187eabd1043d9ce078 (diff)
downloadpoky-d22daf5c067c57ab1e253b789486aba36e727ed0.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>
-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 d9eee803ee..91400cc69e 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -3,7 +3,7 @@ SECTION = "console/network"
3LICENSE = "GPL" 3LICENSE = "GPL"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5 5
6INC_PR = "r10" 6INC_PR = "r11"
7 7
8inherit autotools gettext update-alternatives 8inherit autotools gettext update-alternatives
9 9
@@ -15,6 +15,6 @@ do_install_append () {
15} 15}
16 16
17ALTERNATIVE_NAME = "wget" 17ALTERNATIVE_NAME = "wget"
18ALTERNATIVE_LINK = "${base_bindir}/wget" 18ALTERNATIVE_LINK = "${bindir}/wget"
19ALTERNATIVE_PATH = "${base_bindir}/wget.${PN}" 19ALTERNATIVE_PATH = "${bindir}/wget.${PN}"
20ALTERNATIVE_PRIORITY = "100" 20ALTERNATIVE_PRIORITY = "100"