ipkg-utils*: Re-add support for openwrt-style .ipk's.
authorPaul Sokolovsky <pmiscml@gmail.com>
Tue, 19 Feb 2008 21:15:37 +0000 (21:15 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Tue, 19 Feb 2008 21:15:37 +0000 (21:15 +0000)
commitf14f0d3bfd9ebd96079700cf30b5c4ebffc9b6c4
treece59d1fd75c0efec246b1dd22654785f9d5c5f01
parentc29453d85e7236aaef0ed5b5b20de2b18b1a8381
ipkg-utils*: Re-add support for openwrt-style .ipk's.
* There're two .ipk formats: one with ar top-level wrapping (essentially, .deb
format, native OE format) and with tar.gz top-level wrap, used by OpenWRT and some
tiny distros. When I did performance optimization work on ipkg-make-index, I just
blocked support of tar.gz-style ipk's, as it was unclear if those are used in OE
at all. Now support is readded, with the old code to handle them (i.e. not as optimal
as ar-style ones).
* This makes DISTRO=openwrt-sdk usable for producing compatible packages and
deploy-feed for them. But there're still some issues to resolve before OE can be
said to provide seamless support for building packages for OpenWRT.
packages/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
packages/ipkg-utils/ipkg-utils/ipkg-py-tarfile.patch
packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb