[OE-core] [oe] evince: who is responsible to pack all within usr/lib/evince/3/backends to ${PN}?

Andreas Müller schnitzeltony at googlemail.com
Fri Jan 27 23:29:28 UTC 2012


On Sat, Jan 28, 2012 at 12:16 AM, Andreas Müller
<schnitzeltony at googlemail.com> 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




More information about the Openembedded-core mailing list