diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-22 18:51:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:18:16 +0100 |
commit | 925a200265474d155e92cbe57c21676d2f55c000 (patch) | |
tree | 6447ecb6249689c37d52e34656990c7d89e52ab7 /meta/classes/qmake_base.bbclass | |
parent | 8176e457ba801f8f9813c330dea29d193d735f27 (diff) | |
download | poky-925a200265474d155e92cbe57c21676d2f55c000.tar.gz |
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
(From OE-Core master rev: 8f0b07fc53c94426efa3557424328b52a61e7305)
(From OE-Core rev: b8592741fa380f5b806b7cf19313fa1351c6af97)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/qmake_base.bbclass')
0 files changed, 0 insertions, 0 deletions