diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-21 19:10:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-21 19:10:33 +0100 |
commit | 4db62dff9fcf95b7b507df29898d830db13cfaff (patch) | |
tree | 852398ca37e08c439c026df59d538defa3aec205 /meta/recipes-extended/wget/wget.inc | |
parent | ba3f9900cea2a834927649016fcc32d5fc23b82f (diff) | |
download | poky-4db62dff9fcf95b7b507df29898d830db13cfaff.tar.gz |
wget: Remove unneeded DEPENDS line
(From OE-Core rev: 6bc3696d8451a23d743daf03ee98c4ba54ce4551)
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.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index a8ceb0e745..386e3e84f1 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -4,7 +4,6 @@ SECTION = "console/network" | |||
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | DEPENDS = "gnutls zlib libpcre" | 6 | DEPENDS = "gnutls zlib libpcre" |
7 | DEPENDS_class-nativesdk = "nativesdk-gnutls nativesdk-zlib nativesdk-libpcre" | ||
8 | 7 | ||
9 | INC_PR = "r16" | 8 | INC_PR = "r16" |
10 | 9 | ||