]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample.extended: add another warning to comment about GLIBC_GENERATE_LOCALES
authorMartin Jansa <martin.jansa@gmail.com>
Sat, 13 Oct 2018 21:17:02 +0000 (21:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 14 Oct 2018 15:03:22 +0000 (16:03 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample.extended

index e698acb84b5c6e32c99100b3fbd80304b448cd31..6a1eced49ce71cc87fb9a240e53c7214ca01ba9e 100644 (file)
 # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set
 # appropriate value for IMAGE_LINGUAS.
 # WARNING: this may break localisation!
+# WARNING: some recipes expect certain localizations to be enabled, e.g.
+# bash-ptest: fr-fr, de-de
+# glib-2.0-ptest: tr-tr, lt-lt, ja-jp.euc-jp, fa-ir, ru-ru, de-de, hr-hr, el-gr, fr-fr, es-es, en-gb
+# if you remove some of these and enable ptest, you'll get QA warning like:
+# ERROR: glib-2.0-1_2.58.0-r0 do_package_qa: QA Issue: glib-2.0-ptest rdepends on locale-base-de-de, but it isn't a build dependency? [build-deps]
 #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8"
 #IMAGE_LINGUAS ?= "en-gb"