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)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 6 Jul 2015 20:37:21 +0000 (23:37 +0300)
commit657fe121c3cb26ff5bc714c2679659017caaf15c
tree5c16cf7174944a6920b3b1d06f8dce49cf5057fc
parent2a03265f1550da05e2b145e0463792dc7388c14d
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>
Conflicts:
recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
recipes/ipkg-utils/ipkg-utils/arfile_header_split.patch [new file with mode: 0644]
recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb