summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget/wget.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-31 22:34:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-31 22:34:28 +0000
commit3735f031c52a20693598879687095652c7d905aa (patch)
tree1a1ac21297c03ab0a6781ac390448401e6b7fc11 /meta/recipes-extended/wget/wget.inc
parent82573491b6b569bbd2291bbce9ce92e088fae272 (diff)
downloadpoky-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/wget/wget.inc')
-rw-r--r--meta/recipes-extended/wget/wget.inc4
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"
3LICENSE = "GPL" 3LICENSE = "GPL"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5 5
6DEPENDS = ""
7
8INC_PR = "r10" 6INC_PR = "r10"
9 7
10S = "${WORKDIR}/wget-${PV}"
11
12inherit autotools gettext update-alternatives 8inherit 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