diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-22 18:51:11 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-27 23:28:27 -0700 |
commit | 8f0b07fc53c94426efa3557424328b52a61e7305 (patch) | |
tree | 37c61d35a4848f7495d9bb4eb09bf4999979534d /meta/recipes-devtools | |
parent | eb3a2553ed3b627cb25001b552624690b4959069 (diff) | |
download | openembedded-core-8f0b07fc53c94426efa3557424328b52a61e7305.tar.gz openembedded-core-8f0b07fc53c94426efa3557424328b52a61e7305.tar.bz2 openembedded-core-8f0b07fc53c94426efa3557424328b52a61e7305.zip |
gettext: disable nls when INHIBIT_DEFAULT_DEPS is set
* for example in gcc-runtime DEPENDS_GETTEXT from gettext.bbclass isn't
used because gcc-runtime recipes also set INHIBIT_DEFAULT_DEPS,
explicitly disable NLS when DEPENDS_GETTEXT is empty
* this is causing undeterministic build
if you compare i586-oe-linux/libstdc++-v3/config.log in WORKDIR when building
gcc-runtime before and after building gettext-native you'll see that msgfmt
isn't found in one of them and gcc-runtime-locale-{de,fr} packages
aren't created, there is only one file in them:
gcc-runtime-locale-de/usr/share/locale/de/LC_MESSAGES/libstdc++.mo
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions