mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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:
@@ -1,7 +1,7 @@
|
||||
require ipkg-utils_${PV}.bb
|
||||
|
||||
RDEPENDS = ""
|
||||
PR = "r14"
|
||||
PR = "r15"
|
||||
|
||||
inherit native
|
||||
|
||||
|
||||
@@ -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])
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user