[oe] [PATCH 3/6] package.bbclass, package_ipk.bbclass: add dynamic depends on locale packages (ipk specific)

Koen Kooi k.kooi at student.utwente.nl
Fri Feb 13 09:03:49 UTC 2009


On 13-02-09 04:29, Tom Rini wrote:
> On Thu, Feb 12, 2009 at 11:36:50PM +0100, Koen Kooi wrote:
>> On 12-02-09 19:38, Mike (mwester) wrote:

>>> I have grave concerns over anything that adds unnecessary entries that
>>> cannot be turned off.
>> You can make them approx 50% smaller by doing:
>>
>> echo -n "Stripping source lines from Package files"
>> for i in `find .. -name Packages` ; do grep -v ^Source: $i|gzip
>> -c9>$i.gz ;gunzip -c $i.gz>$i ; touch $i.sig ; done
>
> How hard would it be to make that happen more easily, with the normal
> tools?  Perhaps some flag to generate just the minimum information?

The problem, for me, is that I want a packages file will all the 
information, put that in an sqlite DB for the feedbrowser and strips 
things out. The feedbrowser only knows about http urls, so access to the 
ipk files itself isn't possible.
I suspect there's an easy solution for that, but I haven't given it a 
lot of thought :)

regards,

Koen






More information about the Openembedded-devel mailing list