On Mon, 2013-07-15 at 15:55 +0100, Burton, Ross wrote: > On 15 July 2013 14:44, Cristian Iorga <[email protected]> wrote: > > +PACKAGECONFIG ??= "\ > > + ${@base_contains('DISTRO_FEATURES', 'pie', 'pie', '', d)}\ > > +" > > +PACKAGECONFIG[pie] = "--enable-pie,--disable-pie," > > Just noticed this "pie" thing. There is no defined "pie" > DISTRO_FEATURE. PIE is generally a good thing, so just enable this.
Didn't Saul have some patches to enable/disable PIE globally through an .inc file of some sort? I'm not sure that having random recipes turning it on haphazardly is all that desirable. But I agree that having a DISTRO_FEATURE for it that only bluez respects is probably not all that sensible a plan. p. _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
