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.inc18
1 files changed, 6 insertions, 12 deletions
diff --git a/meta/packages/opkg/opkg.inc b/meta/packages/opkg/opkg.inc
index 0b1db89c8a..d82f6d53f2 100644
--- a/meta/packages/opkg/opkg.inc
+++ b/meta/packages/opkg/opkg.inc
@@ -5,20 +5,14 @@ SECTION = "base"
5LICENSE = "GPL" 5LICENSE = "GPL"
6DEPENDS = "curl gpgme" 6DEPENDS = "curl gpgme"
7PV = "0.0+svnr${SRCREV}" 7PV = "0.0+svnr${SRCREV}"
8PE = "1"
8 9
9# opkg-fix-gcc-warnings.patch: the patch is already upstreamed and could be 10SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
10# taken out once okpg is updated to new repo 11 file://opkg_unarchive.patch;patch=1;maxrev=201 \
11# http://opkg.googlecode.com/svn/trunk 12 file://opkg-intercept-cleanup.patch;patch=1 \
12# with rev >= 150 13 file://add_vercmp.patch;patch=1"
13 14
14# sighandlerfix.patch: from r145 15S = "${WORKDIR}/trunk"
15
16SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http \
17 file://fix_prototype.patch;patch=1 \
18 file://sighandlerfix.patch;patch=1 \
19 file://opkg-fix-gcc-warnings.patch;patch=1"
20
21S = "${WORKDIR}/opkg"
22 16
23# Werror gives all kinds bounds issuses with gcc 4.3.3 17# Werror gives all kinds bounds issuses with gcc 4.3.3
24do_configure_prepend() { 18do_configure_prepend() {