On Thu, Jul 26, 2012 at 6:17 PM, Phil Blundell <[email protected]> wrote:
> On Thu, 2012-07-26 at 17:51 -0400, Manuel Bessler wrote:
>> =========================================
>> python populate_packages_prepend () {
>>         if d.getVar('DEBIAN_NAMES', True):
>>                 bpn = d.getVar('BPN', True)
>>                 d.setVar('PKG_'+bpn, 'libc6')
>> ...
>> =========================================
>
> That particular piece of code does seem bogus for many reasons and
> should probably go away.  I think it is a historical relic.
>
> But, that said, libc-common.bbclass is poorly named and is really
> specific to (e)glibc.  You don't want to use that for uclibc.

Ok, thanks, good to know. I just confirmed that my build indeed
succeeds without it.

Thanks,
Manuel

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to