diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 22:06:05 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 22:06:25 +0000 |
| commit | a717961f6e0e016e447eeca5f5f5d3a81354c61c (patch) | |
| tree | bbedfba6ebef809e6bc303954d3ec743374693d3 /meta/packages/opkg/files/opkg_unarchive.patch | |
| parent | 357282e2111fa6b84b34185d9916b0c17119480c (diff) | |
| download | poky-a717961f6e0e016e447eeca5f5f5d3a81354c61c.tar.gz | |
opkg: Convert to use BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/opkg/files/opkg_unarchive.patch')
| -rw-r--r-- | meta/packages/opkg/files/opkg_unarchive.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/opkg/files/opkg_unarchive.patch b/meta/packages/opkg/files/opkg_unarchive.patch deleted file mode 100644 index 9e5ccfb714..0000000000 --- a/meta/packages/opkg/files/opkg_unarchive.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | --- trunk/libbb/unarchive.c.orig 2009-02-11 22:14:58.000000000 +0100 | ||
| 2 | +++ trunk/libbb/unarchive.c 2009-02-11 22:15:07.000000000 +0100 | ||
| 3 | @@ -606,6 +606,10 @@ | ||
| 4 | tar_entry->name = concat_path_file(tar.formated.prefix, tar.formated.name); | ||
| 5 | } | ||
| 6 | |||
| 7 | + if (strlen(tar_entry->name) > 100) { | ||
| 8 | + tar_entry->name[100] = 0; | ||
| 9 | + } | ||
| 10 | + | ||
| 11 | // tar_entry->name = xstrdup(tar.formated.name); | ||
| 12 | |||
| 13 | /* | ||
