| Submitter | Phil Blundell |
|---|---|
| Date | Oct. 1, 2012, 3:52 p.m. |
| Message ID | <1349106729.32611.61.camel@phil-desktop> |
| Download | mbox | patch |
| Permalink | /patch/37545/ |
| State | Accepted |
| Commit | 875f1eb876c17c038a77bc7b7a5fed775d9fd3ea |
| Headers | show |
Comments
On Mon, 2012-10-01 at 16:52 +0100, Phil Blundell wrote: > All variants of opkg are currently configured --disable-curl so there > seems no point in depending on it. > > Signed-off-by: Phil Blundell <philb@gnu.org> > --- > meta/recipes-devtools/opkg/opkg.inc | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc > index 10cd9d8..28cc6a6 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" > LICENSE = "GPLv2+" > LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ > file://src/opkg-cl.c;beginline=1;endline=20;md5=321f658c3f6b6c832e25c8850b5dffba" > -DEPENDS_virtclass-native = "curl-native" > -DEPENDS_virtclass-nativesdk = "nativesdk-curl" I merged this and took the reminder to remove the opkg-nogpg recipe since the main opkg recipe also has gpg disabled these days... Cheers, Richard
Patch
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index 10cd9d8..28cc6a6 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" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://src/opkg-cl.c;beginline=1;endline=20;md5=321f658c3f6b6c832e25c8850b5dffba" -DEPENDS_virtclass-native = "curl-native" -DEPENDS_virtclass-nativesdk = "nativesdk-curl" PE = "1" INC_PR = "r10"
All variants of opkg are currently configured --disable-curl so there seems no point in depending on it. Signed-off-by: Phil Blundell <philb@gnu.org> --- meta/recipes-devtools/opkg/opkg.inc | 2 -- 1 file changed, 2 deletions(-)