All of lore.kernel.org
 help / color / mirror / Atom feed
* PACKAGECONFIG ?
@ 2013-09-03 23:19 JC
  2013-09-04 12:31 ` Daiane Angolini
  0 siblings, 1 reply; 3+ messages in thread
From: JC @ 2013-09-03 23:19 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

Hi,

I'm sorry about that, but it's impossible to find the information anywhere:

In many bb files you find some "PACKAGECONFIG" variables which are 
configure options, such as the following examples:


meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb:PACKAGECONFIG ??= 
"${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb:PACKAGECONFIG[pulseaudio] 
= "--with-pulseaudio=dyn,--with-pulseaudio=no,pulseaudio,"
meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb:PACKAGECONFIG[alsa] 
= "--with-alsa=dyn,--with-alsa=no,alsa-lib,"
meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb:PACKAGECONFIG[wavpack] 
= "--with-wavpack=dyn,--with-wavpack=no,wavpack,"

How can I tell bitbake to use / not use such options? for instance if I 
want to build sox with wavpack and without pulseaudio ?
There's probably something I should add somewhere in my local.conf, but 
I can't figure out what.

Thanks !

Regards
Jay


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-04 13:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 23:19 PACKAGECONFIG ? JC
2013-09-04 12:31 ` Daiane Angolini
2013-09-04 13:04   ` JC

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.