diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-05-05 09:57:56 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-08 23:56:11 -0700 |
commit | c47c783ddca8427aa7381e1df254a8d29ff0fe78 (patch) | |
tree | 281d8ba8badaa7a52e2d06f90c2e290433fe4323 /meta/conf/machine/qemuarm.conf | |
parent | 897f11e4ecf3acaa9d4695d3be0e9beb38322d9d (diff) | |
download | openembedded-core-c47c783ddca8427aa7381e1df254a8d29ff0fe78.tar.gz openembedded-core-c47c783ddca8427aa7381e1df254a8d29ff0fe78.tar.bz2 openembedded-core-c47c783ddca8427aa7381e1df254a8d29ff0fe78.tar.xz openembedded-core-c47c783ddca8427aa7381e1df254a8d29ff0fe78.zip |
gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF instead of +=
Some recipes do not defined EXTRA_OECONF in such cases += drops
the --enable|--disable-nls options. In another case where recipe
defines EXTRA_OECONF instead of adding/appending to it then
--enable|--disable-nls options are lost from EXTRA_OECONF
We define EXTRA_OECONF = "" in bitbake.conf so the variable exists
always.
We use _append instead of += so the option is added at very end
and not lost.
We only return empty gettext dependencies if its a target recipe
in case when USE_NLS is not set because the native/cross/nativesdk recipes still
need the gettext dependencies
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/conf/machine/qemuarm.conf')
0 files changed, 0 insertions, 0 deletions