diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-31 22:34:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-31 22:34:28 +0000 |
commit | 3735f031c52a20693598879687095652c7d905aa (patch) | |
tree | 1a1ac21297c03ab0a6781ac390448401e6b7fc11 /meta/recipes-extended | |
parent | 82573491b6b569bbd2291bbce9ce92e088fae272 (diff) | |
download | poky-3735f031c52a20693598879687095652c7d905aa.tar.gz |
wget: Remove pointless code
(From OE-Core rev: 20d870867e69300844dc6523db6cc344325b54ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 589d72706b..d9eee803ee 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -3,12 +3,8 @@ SECTION = "console/network" | |||
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | 5 | ||
6 | DEPENDS = "" | ||
7 | |||
8 | INC_PR = "r10" | 6 | INC_PR = "r10" |
9 | 7 | ||
10 | S = "${WORKDIR}/wget-${PV}" | ||
11 | |||
12 | inherit autotools gettext update-alternatives | 8 | inherit autotools gettext update-alternatives |
13 | 9 | ||
14 | # Disable checking for SSL since that searches the system paths | 10 | # Disable checking for SSL since that searches the system paths |