summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
index 0db6f802f3..79cee2e4f5 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
@@ -9,10 +9,12 @@ RDEPENDS_${PN} = "python"
9RDEPENDS_${PN}_virtclass-native = "" 9RDEPENDS_${PN}_virtclass-native = ""
10SRCREV = "4747" 10SRCREV = "4747"
11PV = "0.1.8+svnr${SRCPV}" 11PV = "0.1.8+svnr${SRCPV}"
12PR = "r2" 12PR = "r3"
13 13
14SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ 14SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \
15 file://index-ignore-filenotfound.patch" 15 file://index-ignore-filenotfound.patch \
16 file://mtime-int.patch \
17 "
16 18
17S = "${WORKDIR}/opkg-utils" 19S = "${WORKDIR}/opkg-utils"
18 20
@@ -24,3 +26,4 @@ do_install() {
24} 26}
25 27
26BBCLASSEXTEND = "native" 28BBCLASSEXTEND = "native"
29TARGET_CC_ARCH += "${LDFLAGS}"