diff options
author | Phil Blundell <philb@gnu.org> | 2012-10-01 16:52:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 12:00:04 +0100 |
commit | 57977d77a4be96e50b623bbaf85e997da28e5739 (patch) | |
tree | ad6de1a9d0f21a4d9a4e21e45b7afdc19c18b402 /meta/recipes-devtools/opkg/opkg.inc | |
parent | faee028b66416f7cb65d86df96598470ef2c68f2 (diff) | |
download | poky-57977d77a4be96e50b623bbaf85e997da28e5739.tar.gz |
opkg-native: remove spurious dependency on curl-native
All variants of opkg are currently configured --disable-curl so there
seems no point in depending on it.
(From OE-Core rev: 875f1eb876c17c038a77bc7b7a5fed775d9fd3ea)
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg.inc')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index 10cd9d8f30..28cc6a66dd 100644 --- a/meta/recipes-devtools/opkg/opkg.inc +++ b/meta/recipes-devtools/opkg/opkg.inc | |||
@@ -7,8 +7,6 @@ BUGTRACKER = "http://code.google.com/p/opkg/issues/list" | |||
7 | LICENSE = "GPLv2+" | 7 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
9 | file://src/opkg-cl.c;beginline=1;endline=20;md5=321f658c3f6b6c832e25c8850b5dffba" | 9 | file://src/opkg-cl.c;beginline=1;endline=20;md5=321f658c3f6b6c832e25c8850b5dffba" |
10 | DEPENDS_virtclass-native = "curl-native" | ||
11 | DEPENDS_virtclass-nativesdk = "nativesdk-curl" | ||
12 | 10 | ||
13 | PE = "1" | 11 | PE = "1" |
14 | INC_PR = "r10" | 12 | INC_PR = "r10" |