Re: [OE-core] value of "PACKAGE_BEFORE_PN" versus "PACKAGES =+"?

2013-01-03 Thread Robert P. J. Day
On Thu, 3 Jan 2013, Paul Eggleton wrote: > On Thursday 03 January 2013 06:27:57 Robert P. J. Day wrote: > > > see oe-core/meta/recipes-multimedia/pulseaudio, where > > pulseaudio.inc contains the line: > > > > FILES_${PN}-bin += "${sysconfdir}/default/volatiles/volatiles.04_pulse" > > > > but ther

Re: [OE-core] value of "PACKAGE_BEFORE_PN" versus "PACKAGES =+"?

2013-01-03 Thread Paul Eggleton
On Thursday 03 January 2013 06:27:57 Robert P. J. Day wrote: > predictably, a few minutes after i posted, i realized what was going > on. i was a bit confused since the variable name, PACKAGE_BEFORE_PN, > was so terrifically generic when its purpose is clearly to deal with > library packages for

Re: [OE-core] value of "PACKAGE_BEFORE_PN" versus "PACKAGES =+"?

2013-01-03 Thread Robert P. J. Day
On Wed, 2 Jan 2013, Saul Wold wrote: > On 01/02/2013 09:04 AM, Robert P. J. Day wrote: > > > >just now noticed the variable PACKAGE_BEFORE_PN, whose entire > > usage in poky (other than documentation) is: > > > > meta/conf/bitbake.conf:PACKAGE_BEFORE_PN ?= "" > > meta/conf/bitbake.conf:PACKAGE

Re: [OE-core] value of "PACKAGE_BEFORE_PN" versus "PACKAGES =+"?

2013-01-02 Thread Saul Wold
On 01/02/2013 09:04 AM, Robert P. J. Day wrote: just now noticed the variable PACKAGE_BEFORE_PN, whose entire usage in poky (other than documentation) is: meta/conf/bitbake.conf:PACKAGE_BEFORE_PN ?= "" meta/conf/bitbake.conf:PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-lo

[OE-core] value of "PACKAGE_BEFORE_PN" versus "PACKAGES =+"?

2013-01-02 Thread Robert P. J. Day
just now noticed the variable PACKAGE_BEFORE_PN, whose entire usage in poky (other than documentation) is: meta/conf/bitbake.conf:PACKAGE_BEFORE_PN ?= "" meta/conf/bitbake.conf:PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN}" meta/classes/lib_