summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-26 10:47:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-29 11:22:05 +0000
commitf4791847cd22fbb874d471be4abfe5ef5711bd42 (patch)
treeed4e5a84eefb73a437a19e2acfb66ee5eeffeea3 /meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
parent31e998266f8671b330745f29cf1be9931685abb0 (diff)
downloadpoky-f4791847cd22fbb874d471be4abfe5ef5711bd42.tar.gz
opkg-utils: handle 6 digit UID fields properly
(From OE-Core rev: 529d45a3daaeb60ecee8b15778c3b70d7992cd1f) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
index e04b74ace5..9b94aff023 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
@@ -8,12 +8,13 @@ RDEPENDS_${PN} = "python"
8RDEPENDS_${PN}_virtclass-native = "" 8RDEPENDS_${PN}_virtclass-native = ""
9SRCREV = "4747" 9SRCREV = "4747"
10PV = "0.1.8+svnr${SRCPV}" 10PV = "0.1.8+svnr${SRCPV}"
11PR = "r5" 11PR = "r6"
12 12
13SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ 13SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \
14 file://index-ignore-filenotfound.patch \ 14 file://index-ignore-filenotfound.patch \
15 file://mtime-int.patch \ 15 file://mtime-int.patch \
16 file://add-license-field.patch \ 16 file://add-license-field.patch \
17 file://arfile_header_split.patch \
17 " 18 "
18 19
19S = "${WORKDIR}/opkg-utils" 20S = "${WORKDIR}/opkg-utils"