This is causing a lot of QA errors like: lib32-glib-2.0-2.58.0: lib32-glib-2.0-ptest rdepends on lib32-locale-base-ru-ru, but it isn't a build dependency? [build-deps] lib32-glib-2.0-2.58.0: lib32-glib-2.0-ptest rdepends on lib32-locale-base-tr-tr, but it isn't a build dependency? [build-deps]
On Wed, Oct 10, 2018 at 2:18 PM <[email protected]> wrote: > This is an automated email from the git hooks/post-receive script. > > rpurdie pushed a commit to branch master-next > in repository openembedded-core. > > commit f1c122fdc14624a659f8d4b07e1ff1f21e472e50 > Author: Ross Burton <[email protected]> > AuthorDate: Tue Oct 9 12:00:19 2018 +0100 > > glib-2.0: add missing locale dependencies to PN-ptest > > The test suite skips several tests if the required locales are not > found, so add > them as dependencies of glib-2.0-ptest. > > (From OE-Core rev: b9317997bd4527b7873eb4f903cc4890b5b3580f) > > Signed-off-by: Ross Burton <[email protected]> > Signed-off-by: Richard Purdie <[email protected]> > --- > meta/recipes-core/glib-2.0/glib.inc | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/meta/recipes-core/glib-2.0/glib.inc > b/meta/recipes-core/glib-2.0/glib.inc > index ad4f2ae..92dcf99 100644 > --- a/meta/recipes-core/glib-2.0/glib.inc > +++ b/meta/recipes-core/glib-2.0/glib.inc > @@ -140,6 +140,8 @@ RDEPENDS_${PN}-ptest += "\ > shared-mime-info \ > " > > +# When https://gitlab.gnome.org/GNOME/glib/issues/1343 is > +# fixed add locale-base-pl-pl > RDEPENDS_${PN}-ptest_append_libc-glibc = "\ > glibc-gconv-utf-16 \ > glibc-charmap-utf-8 \ > @@ -152,6 +154,18 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = "\ > glibc-gconv-iso8859-15 \ > glibc-charmap-invariant \ > glibc-localedata-translit-cjk-variants \ > + locale-base-tr-tr \ > + locale-base-lt-lt \ > + locale-base-ja-jp.euc-jp \ > + locale-base-fa-ir \ > + locale-base-ru-ru \ > + locale-base-de-de \ > + locale-base-hr-hr \ > + locale-base-el-gr \ > + locale-base-fr-fr \ > + locale-base-fr-fr \ > + locale-base-es-es \ > + locale-base-en-gb \ > " > > INSANE_SKIP_${PN}-ptest += "libdir" > > -- > To stop receiving notification emails like this one, please contact > the administrator of this repository. > -- > _______________________________________________ > Openembedded-commits mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-commits >
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
