]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg: take out the bad patch on crack
authorNitin A Kamble <nitin.a.kamble@intel.com>
Fri, 30 Jul 2010 22:21:28 +0000 (15:21 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 30 Jul 2010 23:03:13 +0000 (00:03 +0100)
opkg_unarchive.patch: This patch was trunkating the filenames silently
for no reason. took it out.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/packages/opkg/opkg/opkg_unarchive.patch [deleted file]
meta/packages/opkg/opkg_0.1.8.bb

diff --git a/meta/packages/opkg/opkg/opkg_unarchive.patch b/meta/packages/opkg/opkg/opkg_unarchive.patch
deleted file mode 100644 (file)
index 9e5ccfb..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- trunk/libbb/unarchive.c.orig       2009-02-11 22:14:58.000000000 +0100
-+++ trunk/libbb/unarchive.c    2009-02-11 22:15:07.000000000 +0100
-@@ -606,6 +606,10 @@
-                 tar_entry->name = concat_path_file(tar.formated.prefix, tar.formated.name);
-         }
-+      if (strlen(tar_entry->name) > 100) {
-+              tar_entry->name[100] = 0;
-+      }
-+
-       // tar_entry->name = xstrdup(tar.formated.name);
- /*
index dcd6fb62ea5e3feb92b3723fe675a08bb51e4ea2..0d6d615de8cfe565ac26bef693333c146d3e8764 100644 (file)
@@ -9,11 +9,11 @@ RDEPENDS_${PN}_virtclass-nativesdk = ""
 PACKAGE_ARCH_update-alternatives-cworth = "all"
 
 SRC_URI = "http://opkg.googlecode.com/files/opkg-${PV}.tar.gz \
-           file://opkg_unarchive.patch \
            file://add_vercmp.patch \
-           file://headerfix.patch"
+           file://headerfix.patch \
+"
 
-PR = "r0"
+PR = "r1"
 
 PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth"