Re: [OE-core] [oe-commits] [openembedded-core] 02/09: glib-2.0: add missing locale dependencies to PN-ptest

2018-10-14 Thread richard . purdie
On Sun, 2018-10-14 at 13:40 +0200, Alexander Kanavin wrote: > This is probably related to this issue? > https://bugzilla.yoctoproject.org/show_bug.cgi?id=12913 I don't think it is, no, other than both involving the remove operator... Cheers, Richard --

Re: [OE-core] [oe-commits] [openembedded-core] 02/09: glib-2.0: add missing locale dependencies to PN-ptest

2018-10-14 Thread Alexander Kanavin
This is probably related to this issue? https://bugzilla.yoctoproject.org/show_bug.cgi?id=12913 Alex On Sun, 14 Oct 2018 at 13:21, wrote: > > On Sat, 2018-10-13 at 23:16 +0200, Martin Jansa wrote: > > I was checking my builds and here is what I've found. > > Thanks for digging into this, it has

Re: [OE-core] [oe-commits] [openembedded-core] 02/09: glib-2.0: add missing locale dependencies to PN-ptest

2018-10-14 Thread richard . purdie
On Sat, 2018-10-13 at 23:16 +0200, Martin Jansa wrote: > I was checking my builds and here is what I've found. Thanks for digging into this, it has highlighted a few important issues. I've queued the patches. > $ grep locale-base env.bash > $ > > And in the build without the bbappend: > > #

Re: [OE-core] [oe-commits] [openembedded-core] 02/09: glib-2.0: add missing locale dependencies to PN-ptest

2018-10-13 Thread Martin Jansa
I was checking my builds and here is what I've found. The dependency on virtual/libc-locale is correctly shown in bitbake -e glib-2.0. The glibc-locale is selected as provider for these as expected: bitbake -v -v -v glib-2.0 ... NOTE: selecting glibc-locale to satisfy virtual/libc-locale due to

Re: [OE-core] [oe-commits] [openembedded-core] 02/09: glib-2.0: add missing locale dependencies to PN-ptest

2018-10-13 Thread Richard Purdie
On Sat, 2018-10-13 at 02:15 +0200, Martin Jansa wrote: > Hi, > > sorry for delay, I was first testing a bit more specific fix: > DEPENDS_append_libc-glibc = "${@bb.utils.contains('PTEST_ENABLED', > '1', '', ' virtual/libc-locale', d)}" > > but unfortunately this nor your shorter version work. >

Re: [OE-core] [oe-commits] [openembedded-core] 02/09: glib-2.0: add missing locale dependencies to PN-ptest

2018-10-12 Thread Martin Jansa
Hi, sorry for delay, I was first testing a bit more specific fix: DEPENDS_append_libc-glibc = "${@bb.utils.contains('PTEST_ENABLED', '1', '', ' virtual/libc-locale', d)}" but unfortunately this nor your shorter version work. and it's reproducible without the multilib enabled as well: ERROR:

Re: [OE-core] [oe-commits] [openembedded-core] 02/09: glib-2.0: add missing locale dependencies to PN-ptest

2018-10-11 Thread Burton, Ross
On Thu, 11 Oct 2018 at 07:38, Martin Jansa wrote: > 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 >

Re: [OE-core] [oe-commits] [openembedded-core] 02/09: glib-2.0: add missing locale dependencies to PN-ptest

2018-10-11 Thread Martin Jansa
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]