diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-07-30 15:21:28 -0700 | 
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-31 00:03:13 +0100 | 
| commit | 983b094ed0b774c73f51a24b79f85f3b2c9f91be (patch) | |
| tree | 78dfde11001e380fd8cffba87bb56468d165108b | |
| parent | fe69012c2cd550ae64e24ec1cb784db7eb164ab2 (diff) | |
| download | openembedded-core-983b094ed0b774c73f51a24b79f85f3b2c9f91be.tar.gz openembedded-core-983b094ed0b774c73f51a24b79f85f3b2c9f91be.tar.bz2 openembedded-core-983b094ed0b774c73f51a24b79f85f3b2c9f91be.zip | |
opkg: take out the bad patch on crack
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>
| -rw-r--r-- | meta/packages/opkg/opkg/opkg_unarchive.patch | 13 | ||||
| -rw-r--r-- | meta/packages/opkg/opkg_0.1.8.bb | 6 | 
2 files changed, 3 insertions, 16 deletions
| diff --git a/meta/packages/opkg/opkg/opkg_unarchive.patch b/meta/packages/opkg/opkg/opkg_unarchive.patch deleted file mode 100644 index 9e5ccfb714..0000000000 --- a/meta/packages/opkg/opkg/opkg_unarchive.patch +++ /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); -  - /* diff --git a/meta/packages/opkg/opkg_0.1.8.bb b/meta/packages/opkg/opkg_0.1.8.bb index dcd6fb62ea..0d6d615de8 100644 --- a/meta/packages/opkg/opkg_0.1.8.bb +++ b/meta/packages/opkg/opkg_0.1.8.bb @@ -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" | 
