summaryrefslogtreecommitdiff
path: root/meta/packages/opkg/opkg.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-10-05 21:11:16 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-10-05 21:11:16 +0100
commit3aa68f12829260afb00b9e816bece02ae263e33e (patch)
tree04545c631b1b65f4f95f1991b579ae162ceb0466 /meta/packages/opkg/opkg.inc
parent67a79c7443d8265106f3d9e383684317c1863ecf (diff)
downloadopenembedded-core-3aa68f12829260afb00b9e816bece02ae263e33e.tar.gz
openembedded-core-3aa68f12829260afb00b9e816bece02ae263e33e.tar.bz2
openembedded-core-3aa68f12829260afb00b9e816bece02ae263e33e.tar.xz
openembedded-core-3aa68f12829260afb00b9e816bece02ae263e33e.zip
opkg: Switch to google svn and patch to export a version comparision function (patches taken from OE.dev)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/opkg/opkg.inc')
-rw-r--r--meta/packages/opkg/opkg.inc18
1 files changed, 6 insertions, 12 deletions
diff --git a/meta/packages/opkg/opkg.inc b/meta/packages/opkg/opkg.inc
index 0b1db89c8..d82f6d53f 100644
--- a/meta/packages/opkg/opkg.inc
+++ b/meta/packages/opkg/opkg.inc
@@ -5,20 +5,14 @@ SECTION = "base"
LICENSE = "GPL"
DEPENDS = "curl gpgme"
PV = "0.0+svnr${SRCREV}"
+PE = "1"
-# opkg-fix-gcc-warnings.patch: the patch is already upstreamed and could be
-# taken out once okpg is updated to new repo
-# http://opkg.googlecode.com/svn/trunk
-# with rev >= 150
+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"
-# sighandlerfix.patch: from r145
-
-SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http \
- file://fix_prototype.patch;patch=1 \
- file://sighandlerfix.patch;patch=1 \
- file://opkg-fix-gcc-warnings.patch;patch=1"
-
-S = "${WORKDIR}/opkg"
+S = "${WORKDIR}/trunk"
# Werror gives all kinds bounds issuses with gcc 4.3.3
do_configure_prepend() {