Changeset 4591


Ignore:
Timestamp:
08/07/08 12:07:28 (5 years ago)
Author:
zecke
Message:

ipkg-utils: fix ipk (ar) file processing to handle odd-length data blocks.
Closes bug #4350.

This was authored by mwester and comes from OE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/host/opkg-utils/arfile.py

    r4560 r4591  
    8888 
    8989            # Skip data and loop 
     90            if size % 2: 
     91                size = size + 1 
    9092            data = self.f.seek(size, 1) 
    9193#            print hex(f.tell()) 
Note: See TracChangeset for help on using the changeset viewer.