ipkg-utils: added quick hack to get images built under Fedora 9

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4453 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-05-07 15:17:03 +00:00
parent 1d4d53e942
commit bae94f826b
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
require ipkg-utils_${PV}.bb
RDEPENDS = ""
PR = "r14"
PR = "r15"
inherit native

View File

@@ -8,7 +8,7 @@ Index: ipkg-utils/arfile.py
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ ipkg-utils/arfile.py 2007-05-26 23:46:59.000000000 +0100
@@ -0,0 +1,124 @@
@@ -0,0 +1,125 @@
+"""
+arfile - A module to parse GNU ar archives.
+
@@ -85,6 +85,7 @@ Index: ipkg-utils/arfile.py
+ if l == "\n":
+ l = self.f.readline()
+ if not l: break
+ l = l.replace('`', '')
+ descriptor = l.split()
+# print descriptor
+ size = int(descriptor[5])

View File

@@ -5,7 +5,7 @@ LICENSE = "GPL"
CONFLICTS = "ipkg-link"
RDEPENDS = "python"
SRCDATE = "20050404"
PR = "r16"
PR = "r17"
SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \
file://ipkg-utils-fix.patch;patch=1 \