On Sat, Jan 28, 2012 at 12:16 AM, Andreas Müller
<[email protected]> wrote:
>> Actually the ordering of PACKAGES matters here and since bitbake.conf lists
>> the ${PN}-dev and ${PN}-staticdev package before ${PN}, you can append the
>> ${libdir}/${BPN}/3/backends/*.a to FILES_${PN}-staticdev and it will pull
>> those first before doing the FILES_${PN}. does that make sense?  You don't
>> have to re-write FILES_${PN}.
>>
> Sorry - but In oe-core's bitbake.conf I see
>
> PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-locale"
>
> this might explain why I can append whatever I want to -dev /
> -staticdev - or do I miss something?
>
Have modified bitbake.conf here to

PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-staticdev ${PN} ${PN}-doc ${PN}-locale"

now I get the expected behavior.

Will start a build from scratch for the night to see if there is some fallout..

Andreas

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

Reply via email to