* [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
* Re: [PATCH] arago-qt4: undo RRECOMMENDS for eglibc-gconv-utf-16 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 0 siblings, 1 reply; 4+ messages in thread From: Denys Dmytriyenko @ 2013-09-11 17:01 UTC (permalink / raw) To: meta-arago 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 > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arago-qt4: undo RRECOMMENDS for eglibc-gconv-utf-16 2013-09-11 17:01 ` Denys Dmytriyenko @ 2013-09-11 21:13 ` Cooper Jr., Franklin 2013-09-11 21:17 ` Denys Dmytriyenko 0 siblings, 1 reply; 4+ messages in thread From: Cooper Jr., Franklin @ 2013-09-11 21:13 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org Is there a plan to fix this for the external arago toolchain? 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arago-qt4: undo RRECOMMENDS for eglibc-gconv-utf-16 2013-09-11 21:13 ` Cooper Jr., Franklin @ 2013-09-11 21:17 ` Denys Dmytriyenko 0 siblings, 0 replies; 4+ messages in thread From: Denys Dmytriyenko @ 2013-09-11 21:17 UTC (permalink / raw) To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org 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 ^ permalink raw reply [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.