Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] local.conf.sample.extended: add another warning to comment about GLIBC_GENERATE_LOCALES
@ 2018-10-13 21:17 Martin Jansa
  2018-10-13 21:17 ` [PATCH 2/2] glib.inc: drop duplicate locale-base-fr-fr runtime dependency Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2018-10-13 21:17 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/conf/local.conf.sample.extended | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index 2b2d3279f1..7670347d53 100644
--- a/meta/conf/local.conf.sample.extended
+++ b/meta/conf/local.conf.sample.extended
@@ -59,6 +59,11 @@
 # 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"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] glib.inc: drop duplicate locale-base-fr-fr runtime dependency
  2018-10-13 21:17 [PATCH 1/2] local.conf.sample.extended: add another warning to comment about GLIBC_GENERATE_LOCALES Martin Jansa
@ 2018-10-13 21:17 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2018-10-13 21:17 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-core/glib-2.0/glib.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 92dcf997c0..e8215da583 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -163,7 +163,6 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = "\
             locale-base-hr-hr \
             locale-base-el-gr \
             locale-base-fr-fr \
-            locale-base-fr-fr \
             locale-base-es-es \
             locale-base-en-gb \
            "
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-13 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-13 21:17 [PATCH 1/2] local.conf.sample.extended: add another warning to comment about GLIBC_GENERATE_LOCALES Martin Jansa
2018-10-13 21:17 ` [PATCH 2/2] glib.inc: drop duplicate locale-base-fr-fr runtime dependency Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox