aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opkg-utils/opkg-utils_svn.bb
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@opensimpad.org>2011-05-20 05:50:42 +0000
committerBernhard Guillon <Bernhard.Guillon@opensimpad.org>2011-05-26 21:58:34 +0200
commit06addb6a8da6fef865880db3d03fbf334292e043 (patch)
tree1ca1b8596351600efccbcddff44c334e592d51cb /recipes/opkg-utils/opkg-utils_svn.bb
parent275c62bfeb9b6416e8e6e449c23d19ea8550db9c (diff)
downloadopenembedded-06addb6a8da6fef865880db3d03fbf334292e043.tar.gz
opkg-utils: port arfile.py patch to opkg-utils, bump PR
We need this patch for opkg as well original commit b3da649ee25374f284d03ebce5843b6326559f73 original Author: Scott Anderson <o2e@saaworld.com> original commit message: ipkg-utils: Make arfile.py handle six digit UIDs Essentially, the problem is that arfile.py is splitting the ar header with white-space instead of fixed-width fields, so two fields would get treated as a single field. This makes things better than before as it now honors the fixed field widths. Signed-off-by: Bernhard Guillon <Bernhard.Guillon@opensimpad.org>
Diffstat (limited to 'recipes/opkg-utils/opkg-utils_svn.bb')
-rw-r--r--recipes/opkg-utils/opkg-utils_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/opkg-utils/opkg-utils_svn.bb b/recipes/opkg-utils/opkg-utils_svn.bb
index 6b8d3ea682..a8f2cb7eb0 100644
--- a/recipes/opkg-utils/opkg-utils_svn.bb
+++ b/recipes/opkg-utils/opkg-utils_svn.bb
@@ -6,10 +6,11 @@ RDEPENDS_${PN} = "python"
RDEPENDS_${PN}_virtclass-native = ""
SRCREV = "4747"
PV = "0.1.8+svnr${SRCPV}"
-PR = "r6"
+PR = "r7"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \
file://index-ignore-filenotfound.patch \
+ file://arfile_header_split.patch \
file://mtime-int.patch"
S = "${WORKDIR}/opkg-utils"