summaryrefslogtreecommitdiffstats
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 1d1cb5c26f..8b8c25aa03 100644
--- a/meta/packages/opkg/opkg.inc
+++ b/meta/packages/opkg/opkg.inc
@@ -11,8 +11,8 @@ PE = "1"
11 11
12SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ 12SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
13 file://opkg_unarchive.patch;patch=1;maxrev=201 \ 13 file://opkg_unarchive.patch;patch=1;maxrev=201 \
14 file://opkg-intercept-cleanup.patch;patch=1 \ 14 file://add_vercmp.patch;patch=1 \
15 file://add_vercmp.patch;patch=1" 15 file://logfix.patch;patch=1 "
16 16
17S = "${WORKDIR}/trunk" 17S = "${WORKDIR}/trunk"
18 18
@@ -26,7 +26,7 @@ do_configure_prepend() {
26inherit autotools_stage pkgconfig 26inherit autotools_stage pkgconfig
27 27
28target_libdir := "${libdir}" 28target_libdir := "${libdir}"
29EXTRA_OECONF_virtclass-native = "--with-opkglibdir=${target_libdir} --disable-gpg" 29EXTRA_OECONF_virtclass-native = "--with-opkglibdir=${target_libdir} --disable-gpg --disable-curl"
30EXTRA_OECONF_virtclass-nativesdk = "--with-opkglibdir=${target_libdir} --disable-gpg" 30EXTRA_OECONF_virtclass-nativesdk = "--with-opkglibdir=${target_libdir} --disable-gpg"
31 31
32#PROVIDES_append_virtclass-native = "virtual/update-alternatives-native" 32#PROVIDES_append_virtclass-native = "virtual/update-alternatives-native"