summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-05-07 15:17:03 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-05-07 15:17:03 +0000
commitbae94f826b8776b5ddec74527fa5f84cf8649628 (patch)
tree50820b1df1cd05b86b4c7e7070c4c8f9bd66f4b6
parent1d4d53e942810b682f4e46562186154cd92a54fe (diff)
downloadopenembedded-core-contrib-bae94f826b8776b5ddec74527fa5f84cf8649628.tar.gz
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
-rw-r--r--meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb2
-rw-r--r--meta/packages/ipkg-utils/ipkg-utils/ipkg-py-tarfile.patch3
-rw-r--r--meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb2
3 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb b/meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
index b63bc67af7..3101ecb3be 100644
--- a/meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
+++ b/meta/packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
@@ -1,7 +1,7 @@
require ipkg-utils_${PV}.bb
RDEPENDS = ""
-PR = "r14"
+PR = "r15"
inherit native
diff --git a/meta/packages/ipkg-utils/ipkg-utils/ipkg-py-tarfile.patch b/meta/packages/ipkg-utils/ipkg-utils/ipkg-py-tarfile.patch
index 25eb2cce6f..189cf04158 100644
--- a/meta/packages/ipkg-utils/ipkg-utils/ipkg-py-tarfile.patch
+++ b/meta/packages/ipkg-utils/ipkg-utils/ipkg-py-tarfile.patch
@@ -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])
diff --git a/meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb b/meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
index cdf5efde0c..c089796ccb 100644
--- a/meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
+++ b/meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
@@ -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 \