[OE-core] [PATCH] python3: add a tr-tr locale for test_locale ptest

Richard Purdie richard.purdie at linuxfoundation.org
Fri Apr 12 06:58:46 UTC 2019


On Thu, 2019-04-11 at 19:12 -0700, Khem Raj wrote:
> On Thu, Apr 11, 2019 at 9:00 AM Alexander Kanavin <
> alex.kanavin at gmail.com> wrote:
> > With this change, the ptests do not fail anymore,
> > except for the three failures caused by the 5.0 kernel regression:
> > 
> > - test_ssl and test_httplib lock up, and are skipped
> > (there is a separate patch for it)
> > 
> > - test_asyncio fails but does not lock up
> > 
> > Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
> > ---
> >  meta/recipes-devtools/python/python3_3.7.2.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta/recipes-devtools/python/python3_3.7.2.bb
> > b/meta/recipes-devtools/python/python3_3.7.2.bb
> > index 28f128d488b..71a6c103166 100644
> > --- a/meta/recipes-devtools/python/python3_3.7.2.bb
> > +++ b/meta/recipes-devtools/python/python3_3.7.2.bb
> > @@ -284,7 +284,7 @@ FILES_${PN}-misc =
> > "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MA
> >  PACKAGES += "${PN}-man"
> >  FILES_${PN}-man = "${datadir}/man"
> > 
> > -RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2
> > libgcc tzdata-europe coreutils sed"
> > +RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests unzip bzip2
> > libgcc tzdata-europe coreutils sed locale-base-tr-tr.iso-8859-9"
> 
> While this is a test package i must mention that locale packaged are
> specific to Glibc so it would be better to append it with libc
> override 

We had build failures and I queued a fixup in warrior-next to do just
that!

Cheers,

Richard



More information about the Openembedded-core mailing list