[OE-core] [PATCH V1] util-linux: replace += with _append to EXTRA_OECONF_virtclass-native

2013-07-17 Thread Ming Liu
The native/nativesdk overrides of EXTRA_OECONF should take effect before append operator, otherwise, it will cause EXTRA_OECONF be overridden instead of be appended at native/nativesdk build time. Signed-off-by: Ming Liu ming@windriver.com ---

Re: [OE-core] [PATCH V1] util-linux: replace += with _append to EXTRA_OECONF_virtclass-native

2013-07-17 Thread Paul Eggleton
Hi Ming, On Wednesday 17 July 2013 16:19:39 Ming Liu wrote: The native/nativesdk overrides of EXTRA_OECONF should take effect before append operator, otherwise, it will cause EXTRA_OECONF be overridden instead of be appended at native/nativesdk build time. Signed-off-by: Ming Liu

Re: [OE-core] [PATCH V1] util-linux: replace += with _append to EXTRA_OECONF_virtclass-native

2013-07-17 Thread Martin Jansa
On Wed, Jul 17, 2013 at 04:19:39PM +0800, Ming Liu wrote: The native/nativesdk overrides of EXTRA_OECONF should take effect before append operator, otherwise, it will cause EXTRA_OECONF be overridden instead of be appended at native/nativesdk build time. Signed-off-by: Ming Liu

Re: [OE-core] [PATCH V1] util-linux: replace += with _append to EXTRA_OECONF_virtclass-native

2013-07-17 Thread Ming Liu
On 07/17/2013 04:31 PM, Paul Eggleton wrote: Hi Ming, On Wednesday 17 July 2013 16:19:39 Ming Liu wrote: The native/nativesdk overrides of EXTRA_OECONF should take effect before append operator, otherwise, it will cause EXTRA_OECONF be overridden instead of be appended at native/nativesdk

Re: [OE-core] [PATCH V1] util-linux: replace += with _append to EXTRA_OECONF_virtclass-native

2013-07-17 Thread Ming Liu
On 07/17/2013 04:34 PM, Martin Jansa wrote: On Wed, Jul 17, 2013 at 04:19:39PM +0800, Ming Liu wrote: The native/nativesdk overrides of EXTRA_OECONF should take effect before append operator, otherwise, it will cause EXTRA_OECONF be overridden instead of be appended at native/nativesdk build