On Tuesday 20 March 2012 13:11:38 Koen Kooi wrote: > I think I know why [2] doesn't work: > > koen@dominion:/data/ssd/OE/buildhistory$ echo b c a | sort > b c a > koen@dominion:/data/ssd/OE/buildhistory$ echo -e b\\nc\\na | sort > a > b > c
Ah, yes, that would explain it. I've primarily been testing with rpm for which list_package_depends produces the output on separate lines, whereas the ipk version is all on one line; it only matters when doing the sort. Oops! > Let me know how you want me to respin this series, each commit is an RFC on > its own. If you wouldn't mind I think the easiest thing is to drop the sort/uniq on the depends/recommends and just rely on the one at the end that you're adding. It does mean we'll have a one-time resort of the recommends and depends together but at least it will work properly for all package backends. Thanks, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
