[OE-core] base.bbclass: Implement PACKAGECONFIG

2011-10-06 Thread Richard Purdie
These enabled options to be specified in the form: PACKAGECONFIG ?? = default options PACKAGECONFIG[foo] = --enable-foo,--disable-foo,foo_depends,foo_runtime_depends So that DEPENDS, RDEPENDS_${PN} and EXTRA_OECONF can be automatically built from specific options. Those options can easily be

Re: [OE-core] base.bbclass: Implement PACKAGECONFIG

2011-10-06 Thread Koen Kooi
Op 6 okt. 2011, om 16:18 heeft Richard Purdie het volgende geschreven: These enabled options to be specified in the form: PACKAGECONFIG ?? = default options PACKAGECONFIG[foo] = --enable-foo,--disable-foo,foo_depends,foo_runtime_depends So that DEPENDS, RDEPENDS_${PN} and EXTRA_OECONF

Re: [OE-core] base.bbclass: Implement PACKAGECONFIG

2011-10-06 Thread Richard Purdie
On Thu, 2011-10-06 at 16:24 +0200, Martin Jansa wrote: On Thu, Oct 06, 2011 at 03:18:27PM +0100, Richard Purdie wrote: These enabled options to be specified in the form: PACKAGECONFIG ?? = default options PACKAGECONFIG[foo] = --enable-foo,--disable-foo,foo_depends,foo_runtime_depends

Re: [OE-core] base.bbclass: Implement PACKAGECONFIG

2011-10-06 Thread Richard Purdie
On Thu, 2011-10-06 at 16:46 +0200, Koen Kooi wrote: Op 6 okt. 2011, om 16:18 heeft Richard Purdie het volgende geschreven: These enabled options to be specified in the form: PACKAGECONFIG ?? = default options PACKAGECONFIG[foo] =