> -----Original Message----- > From: Böszörményi Zoltán <[email protected]> > Sent: Wednesday, March 11, 2026 14:43 > To: Marko, Peter (FT D EU SK BFS1) <[email protected]>; > [email protected] > Subject: Re: [OE-core] [PATCH 1/4] bash: Add INSANE_SKIP=build-deps to ptest > subpackage > > 2026. 03. 11. 14:40 keltezéssel, Marko, Peter írta: > > > >> -----Original Message----- > >> From: Böszörményi Zoltán <[email protected]> > >> Sent: Wednesday, March 11, 2026 14:12 > >> To: Marko, Peter (FT D EU SK BFS1) <[email protected]>; > >> [email protected] > >> Subject: Re: [OE-core] [PATCH 1/4] bash: Add INSANE_SKIP=build-deps to > ptest > >> subpackage > >> > >> 2026. 03. 11. 13:44 keltezéssel, Marko, Peter írta: > >>> These INSANE_SKIP assignments are wrong. > >>> Use GLIBC_GENERATE_LOCALES = "all" (or select just those you need) in > your > >> distro. > >> > >> It doesn't help. > > I'm not sure why it down't work for you, since it works for me and for > > Yocto AB. > > Did you added it to your distro settings and not just to a recipe? > > The explanation about this is at: https://git.yoctoproject.org/meta- > yocto/tree/meta-poky/conf/templates/default/local.conf.sample.extended#n61 > > I added it to my distro include file.
Have you verified the final value via bitbake-getvar? You are overriding the default (otherwise you would not see the warnings), So possibly you added it to a place where it anyway overwritten later. Peter > > > > > Peter > > > >>> Peter > >>> > >>>> -----Original Message----- > >>>> From: [email protected] <openembedded- > >>>> [email protected]> On Behalf Of Zoltan Boszormenyi via > >>>> lists.openembedded.org > >>>> Sent: Wednesday, March 11, 2026 13:29 > >>>> To: [email protected] > >>>> Cc: Zoltán Böszörményi <[email protected]> > >>>> Subject: [OE-core] [PATCH 1/4] bash: Add INSANE_SKIP=build-deps to > ptest > >>>> subpackage > >>>> > >>>> This fixes a QA error: > >>>> > >>>> ERROR: QA Issue: bash-ptest rdepends on locale-base-fr-fr.iso-8559-1, > >>>> but it isn't a build dependency? [build-deps] > >>>> > >>>> Signed-off-by: Zoltán Böszörményi <[email protected]> > >>>> --- > >>>> meta/recipes-extended/bash/bash.inc | 1 + > >>>> 1 file changed, 1 insertion(+) > >>>> > >>>> diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes- > >>>> extended/bash/bash.inc > >>>> index 634209c911..b43b1cbf89 100644 > >>>> --- a/meta/recipes-extended/bash/bash.inc > >>>> +++ b/meta/recipes-extended/bash/bash.inc > >>>> @@ -32,6 +32,7 @@ ALTERNATIVE_PRIORITY = "100" > >>>> RDEPENDS:${PN} += "base-files" > >>>> RDEPENDS:${PN}:class-nativesdk = "" > >>>> RDEPENDS:${PN}-ptest += "make coreutils perl sed shadow util-linux- > setpriv" > >>>> +INSANE_SKIP:${PN}-ptest = "build-deps" > >>>> > >>>> RDEPENDS:${PN}-ptest:append:libc-glibc = " \ > >>>> glibc-gconv-big5hkscs \ > >>>> -- > >>>> 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232888): https://lists.openembedded.org/g/openembedded-core/message/232888 Mute This Topic: https://lists.openembedded.org/mt/118259058/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
