]> code.ossystems Code Review - openembedded-core.git/commitdiff
ipkg-utils: added quick hack to get images built under Fedora 9
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 7 May 2008 15:17:03 +0000 (15:17 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 7 May 2008 15:17:03 +0000 (15:17 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4453 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
meta/packages/ipkg-utils/ipkg-utils/ipkg-py-tarfile.patch
meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb

index b63bc67af733174bfe5e31e3d998d7dce97bea73..3101ecb3bef57ff95c4fa0e4e19ce77b0d661c60 100644 (file)
@@ -1,7 +1,7 @@
 require ipkg-utils_${PV}.bb
 
 RDEPENDS = ""
-PR = "r14"
+PR = "r15"
 
 inherit native
 
index 25eb2cce6f339e449d87b28c3ec5b244579b2474..189cf04158b2ce47333ba9d423591e92499ada71 100644 (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])
index cdf5efde0c7ede2af6230ae86a5140a1df2efb16..c089796ccb2c9d0336ca4ac7843f94d81339854f 100644 (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 \