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>
+++ /dev/null
---- 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);
-
- /*
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"