ipkg-utils: Make arfile.py handle six digit UIDs
authorScott Anderson <o2e@saaworld.com>
Mon, 4 Oct 2010 04:57:04 +0000 (21:57 -0700)
committerTom Rini <tom_rini@mentor.com>
Tue, 5 Oct 2010 19:44:19 +0000 (12:44 -0700)
commitb3da649ee25374f284d03ebce5843b6326559f73
tree08c00da315215c32e4b43c710f88d1397c81d2a1
parent21f7b77529fbaf0cda626336b8f48eb7ac8ae2f1
ipkg-utils: Make arfile.py handle six digit UIDs

Essentially, the problem is that arfile.py is splitting the ar header with
white-space instead of fixed-width fields, so two fields would get treated
as a single field.  This makes things better than before as it now honors
the fixed field widths.

Signed-off-by: Scott Anderson <o2e@saaworld.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
recipes/ipkg-utils/ipkg-utils/arfile_header_split.patch [new file with mode: 0644]
recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb