summaryrefslogtreecommitdiff
path: root/meta/packages/opkg/opkg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/opkg/opkg.inc')
-rw-r--r--meta/packages/opkg/opkg.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/opkg/opkg.inc b/meta/packages/opkg/opkg.inc
index 1d1cb5c26..8b8c25aa0 100644
--- a/meta/packages/opkg/opkg.inc
+++ b/meta/packages/opkg/opkg.inc
@@ -11,8 +11,8 @@ PE = "1"
SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
file://opkg_unarchive.patch;patch=1;maxrev=201 \
- file://opkg-intercept-cleanup.patch;patch=1 \
- file://add_vercmp.patch;patch=1"
+ file://add_vercmp.patch;patch=1 \
+ file://logfix.patch;patch=1 "
S = "${WORKDIR}/trunk"
@@ -26,7 +26,7 @@ do_configure_prepend() {
inherit autotools_stage pkgconfig
target_libdir := "${libdir}"
-EXTRA_OECONF_virtclass-native = "--with-opkglibdir=${target_libdir} --disable-gpg"
+EXTRA_OECONF_virtclass-native = "--with-opkglibdir=${target_libdir} --disable-gpg --disable-curl"
EXTRA_OECONF_virtclass-nativesdk = "--with-opkglibdir=${target_libdir} --disable-gpg"
#PROVIDES_append_virtclass-native = "virtual/update-alternatives-native"