summaryrefslogtreecommitdiff
path: root/meta/packages/opkg/opkg.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@ted.(none)>2009-02-27 14:45:56 +0000
committerRichard Purdie <richard@ted.(none)>2009-02-27 14:45:56 +0000
commit49ca46f588425c88e37a85df00b1fd4591a01ab6 (patch)
treefa6e32df459c5a556da9f810f2cbf2dfa46919a2 /meta/packages/opkg/opkg.inc
parent09bf864d4fd148c29ece54df018255acaa8037bc (diff)
parent00dccf496e975e814d44ded7f43d29e7ea1b6126 (diff)
downloadopenembedded-core-49ca46f588425c88e37a85df00b1fd4591a01ab6.tar.gz
openembedded-core-49ca46f588425c88e37a85df00b1fd4591a01ab6.tar.bz2
openembedded-core-49ca46f588425c88e37a85df00b1fd4591a01ab6.tar.xz
openembedded-core-49ca46f588425c88e37a85df00b1fd4591a01ab6.zip
Merge ssh://gitserver@git.pokylinux.org/poky
Diffstat (limited to 'meta/packages/opkg/opkg.inc')
-rw-r--r--meta/packages/opkg/opkg.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/packages/opkg/opkg.inc b/meta/packages/opkg/opkg.inc
index d131753dd..c2e840908 100644
--- a/meta/packages/opkg/opkg.inc
+++ b/meta/packages/opkg/opkg.inc
@@ -6,8 +6,14 @@ LICENSE = "GPL"
DEPENDS = "curl gpgme"
PV = "0.0+svnr${SRCREV}"
+# 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://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http \
- file://fix_prototype.patch;patch=1"
+ file://fix_prototype.patch;patch=1 \
+ file://opkg-fix-gcc-warnings.patch;patch=1"
S = "${WORKDIR}/opkg"