summaryrefslogtreecommitdiff
path: root/packages/opkg/opkg-nogpg-nocurl_svn.bb
diff options
context:
space:
mode:
authorTick Chen <ticktock35@gmail.com>2008-12-29 19:41:47 +0800
committerTick Chen <ticktock35@gmail.com>2008-12-29 19:41:47 +0800
commitcc9825d97962287df75e164aec456901292e1b7f (patch)
tree94cf0156cadd85c6194c8e1acfa6772bbe160e01 /packages/opkg/opkg-nogpg-nocurl_svn.bb
parentd6fbdc2b09df88b66008ea72c92cbe20f1de703e (diff)
opkg: Bump up opkg to latest versions 0.1.6 R194
opkg-collateral: Update new options sample and move the opkg.conf to correct place New stuff: Moving opkg to http://code.google.com/p/opkg/ apply patch of opkg_wget.patch and adding new configuration disable the noise message of nogpg enhance the data structure of void_list remove all the malloc to calloc enhance the algorithm of checking out of date files. adding option check_signature (default is disable)
Diffstat (limited to 'packages/opkg/opkg-nogpg-nocurl_svn.bb')
-rw-r--r--packages/opkg/opkg-nogpg-nocurl_svn.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/opkg/opkg-nogpg-nocurl_svn.bb b/packages/opkg/opkg-nogpg-nocurl_svn.bb
index 8560178287..5a566b853a 100644
--- a/packages/opkg/opkg-nogpg-nocurl_svn.bb
+++ b/packages/opkg/opkg-nogpg-nocurl_svn.bb
@@ -3,9 +3,7 @@ require opkg_svn.bb
DEPENDS = ""
PROVIDES += "opkg"
-SRC_URI += "file://opkg_wget.patch;patch=1 \
- file://reduce-nogpg-noise.patch;patch=1 \
- file://opkg_wget_nogpg_01_use_vfork_gunzip.patch;patch=1 \
+SRC_URI += "file://opkg_wget_nogpg_01_use_vfork_gunzip.patch;patch=1 \
file://opkg_wget_nogpg_02_use_vfork_system.patch;patch=1 \
file://opkg_wget_nogpg_03_fix_tmpdirs.patch;patch=1 \
"
@@ -13,7 +11,7 @@ PR = "r1"
SRCREV = "${SRCREV_pn-opkg}"
-EXTRA_OECONF += "--disable-gpg --enable-static --disable-shared"
+EXTRA_OECONF += "--disable-gpg --disable-curl --enable-static --disable-shared"
# The nogpg version isn't getting much love and has an unused variable which trips up -Werror
do_configure_prepend() {