diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg.inc | 8 | ||||
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_svn.bb | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index 50f1afc1fe..a649213916 100644 --- a/meta/recipes-devtools/opkg/opkg.inc +++ b/meta/recipes-devtools/opkg/opkg.inc | |||
@@ -7,7 +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 = "curl gpgme openssl" | ||
11 | DEPENDS_virtclass-native = "curl-native" | 10 | DEPENDS_virtclass-native = "curl-native" |
12 | DEPENDS_virtclass-nativesdk = "curl-nativesdk" | 11 | DEPENDS_virtclass-nativesdk = "curl-nativesdk" |
13 | 12 | ||
@@ -21,9 +20,14 @@ do_configure_prepend() { | |||
21 | } | 20 | } |
22 | 21 | ||
23 | inherit autotools pkgconfig | 22 | inherit autotools pkgconfig |
23 | EXTRA_OECONF += " --disable-gpg \ | ||
24 | --disable-openssl \ | ||
25 | --disable-ssl-curl \ | ||
26 | --disable-curl \ | ||
27 | --disable-sha256" | ||
24 | 28 | ||
25 | target_localstatedir := "${localstatedir}" | 29 | target_localstatedir := "${localstatedir}" |
26 | EXTRA_OECONF = "--with-opkglibdir=${localstatedir}/lib" | 30 | EXTRA_OECONF += "--with-opkglibdir=${localstatedir}/lib" |
27 | EXTRA_OECONF_virtclass-native = "--with-opkglibdir=${target_localstatedir}/lib --disable-gpg --disable-curl --disable-openssl" | 31 | EXTRA_OECONF_virtclass-native = "--with-opkglibdir=${target_localstatedir}/lib --disable-gpg --disable-curl --disable-openssl" |
28 | EXTRA_OECONF_virtclass-nativesdk = "--with-opkglibdir=${target_localstatedir}/lib --disable-gpg --disable-curl --disable-openssl" | 32 | EXTRA_OECONF_virtclass-nativesdk = "--with-opkglibdir=${target_localstatedir}/lib --disable-gpg --disable-curl --disable-openssl" |
29 | 33 | ||
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb index 5664a09e1f..5964a474f1 100644 --- a/meta/recipes-devtools/opkg/opkg_svn.bb +++ b/meta/recipes-devtools/opkg/opkg_svn.bb | |||
@@ -7,6 +7,7 @@ RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-config-base" | |||
7 | RDEPENDS_${PN}_virtclass-native = "" | 7 | RDEPENDS_${PN}_virtclass-native = "" |
8 | RDEPENDS_${PN}_virtclass-nativesdk = "" | 8 | RDEPENDS_${PN}_virtclass-nativesdk = "" |
9 | PACKAGE_ARCH_update-alternatives-cworth = "all" | 9 | PACKAGE_ARCH_update-alternatives-cworth = "all" |
10 | RREPLACES_${PN} = "opkg-nogpg" | ||
10 | 11 | ||
11 | SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ | 12 | SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ |
12 | file://add_vercmp.patch \ | 13 | file://add_vercmp.patch \ |
@@ -15,7 +16,7 @@ SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ | |||
15 | 16 | ||
16 | S = "${WORKDIR}/trunk" | 17 | S = "${WORKDIR}/trunk" |
17 | 18 | ||
18 | SRCREV = "596" | 19 | SRCREV = "609" |
19 | PV = "0.1.8+svnr${SRCPV}" | 20 | PV = "0.1.8+svnr${SRCPV}" |
20 | PR = "r2" | 21 | PR = "r2" |
21 | 22 | ||