On 26 June 2013 03:30, Hongxu Jia <hongxu....@windriver.com> wrote: > +# LSB 4.1 Library Check requires enable Xcms, set enable as default. > PACKAGECONFIG ??= "" > -PACKAGECONFIG[xcms] = "--enable-xcms,--disable-xcms" > +PACKAGECONFIG[xcms] = "--enable-xcms"
Whether to enable Xcms by default is something we're debating right now, and this is an interesting data point. However, this is entirely the wrong way of doing what you want to achieve. I suggest you read the documentation on PACKAGECONFIG, but the patch should have been: - PACKAGECONFIG ??= "" + PACKAGECONFIG ??= "xcms" NACKing for now as I plan to do a little more investigation on this today - it's conceivable we'll enable xcms in LSB builds specifically. Ross _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core