All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH] arago-qt4: undo RRECOMMENDS for eglibc-gconv-utf-16
Date: Wed, 11 Sep 2013 17:17:11 -0400	[thread overview]
Message-ID: <20130911211711.GL8614@edge> (raw)
In-Reply-To: <B1A7D92B-0718-4262-A267-EF216902C823@ti.com>

On Wed, Sep 11, 2013 at 05:13:01PM -0400, Cooper Jr., Franklin wrote:
> Is there a plan to fix this for the external arago toolchain?

By discontinuing it completely? :)

There are no plans to make any more releases of the Arago toolchain, as far as 
I know. If something changes, we can consider adding this as well...


> On Sep 11, 2013, at 7:01 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote:
> 
> > If there are no objections, I'd like to push this one in - it currently breaks 
> > builds with the external arago toolchain (am180x only now). But in general, it 
> > pulls in entire eglibc into the build to get that specific locale/gconv module.
> > 
> > -- 
> > Denys
> > 
> > On Tue, Sep 10, 2013 at 10:35:29PM -0400, Denys Dmytriyenko wrote:
> >> 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
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


      reply	other threads:[~2013-09-11 21:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130911211711.GL8614@edge \
    --to=denys@ti.com \
    --cc=fcooper@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.