All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago-qt4: undo RRECOMMENDS for eglibc-gconv-utf-16
@ 2013-09-11  2:35 Denys Dmytriyenko
  2013-09-11 17:01 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-09-11  2:35 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Commit 995502d19cce43430c3f4dce80ce6ef5feee7421 in or-core adds RRECOMMENDS
for eglibc-gconv-utf-16 to resolve Qt's warning related to i18n and l10n.
Current external toolchains in use by meta-arago do not provide gconv modules.
While it is possible to fix for Linaro, as it is shipped with gconv modules,
Arago toolchain had no gconv modules distributed, unfortunately.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/recipes-qt/qt4/arago-qt4.inc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-qt/qt4/arago-qt4.inc b/meta-arago-distro/recipes-qt/qt4/arago-qt4.inc
index 0291555..715092e 100644
--- a/meta-arago-distro/recipes-qt/qt4/arago-qt4.inc
+++ b/meta-arago-distro/recipes-qt/qt4/arago-qt4.inc
@@ -1,11 +1,15 @@
 # Common file for patches or tweaks that are needed by qt4-embedded and
 # qt4-embedded-gles
 
-PR := "${PR}-arago4"
+PR := "${PR}-arago5"
 
 # look for files in this layer first
 FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
 
+python __anonymous () {
+    d.setVar("RRECOMMENDS_libqt-embeddedcore4", "")
+}
+
 # Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
 # For our distribution purposes we only use LGPLv2.1
 LICENSE = "LGPLv2.1"
-- 
1.8.3.2



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

end of thread, other threads:[~2013-09-11 21:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-11  2:35 [PATCH] arago-qt4: undo RRECOMMENDS for eglibc-gconv-utf-16 Denys Dmytriyenko
2013-09-11 17:01 ` Denys Dmytriyenko
2013-09-11 21:13   ` Cooper Jr., Franklin
2013-09-11 21:17     ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.