diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-10-23 12:05:39 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-10-23 12:05:39 +0100 |
commit | 0cc119f05f5daa378720f34db6b5e41546f4af06 (patch) | |
tree | 052132c139b6ac977db43d436a3d0f3fe9d14c3a /meta/packages/opkg/opkg.inc | |
parent | 842606bc394025a1387982ee6e290186c9d92e2a (diff) | |
download | poky-0cc119f05f5daa378720f34db6b5e41546f4af06.tar.gz |
opkg: Really fix the prototype problem (and an invalid call)
Diffstat (limited to 'meta/packages/opkg/opkg.inc')
-rw-r--r-- | meta/packages/opkg/opkg.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/opkg/opkg.inc b/meta/packages/opkg/opkg.inc index 6c6a7a7afb..d0167f6283 100644 --- a/meta/packages/opkg/opkg.inc +++ b/meta/packages/opkg/opkg.inc | |||
@@ -6,7 +6,9 @@ LICENSE = "GPL" | |||
6 | DEPENDS = "curl gpgme" | 6 | DEPENDS = "curl gpgme" |
7 | PV = "0.0+svnr${SRCREV}" | 7 | PV = "0.0+svnr${SRCREV}" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http" | 9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http \ |
10 | file://fix_prototype.patch;patch=1" | ||
11 | |||
10 | S = "${WORKDIR}/opkg" | 12 | S = "${WORKDIR}/opkg" |
11 | 13 | ||
12 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |