On Thu, 2024-04-04 at 17:25 +0000, Peter Kjellerstedt wrote: > > -----Original Message----- > > From: Alexandre Belloni <[email protected]> > > Sent: den 4 april 2024 01:45 > > To: Peter Kjellerstedt <[email protected]> > > Cc: [email protected] > > Subject: Re: [OE-core] [PATCH] util-linux: Set the license for > > util-linux-fcntl-lock to MIT > > > > Hello, > > > > This caused: > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4604/steps/12/logs/stdio > > https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20240403-u_hyp_wv/packages/diff-html/ > > Doesn't this type of breakage happen all the time for pure recipe > changes that affect the output if the PR server is not enabled?
The problem is that bitbake can't "see" that package license variable since it isn't in PACKAGES. It gets added there dynamically by the python module splitting code. If we add it to PACKAGES, the license change would then be in taskhash and when it changes things would rebuild. As things stand, the taskhash doesn't change and doesn't trigger a rebuild. > > I guess we need to bump PR? > > Given that RP removed all PR variables from the recipes in OE-Core > (see commit d4c346e8ab8f3cae25d1b01c7331ed9f6d4f96ef), I would expect > that he is not too keen to see them coming back... We do sometimes need them, I just got rid of a load of old obsolete stuff. You're right I'd prefer to avoid them though. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#197971): https://lists.openembedded.org/g/openembedded-core/message/197971 Mute This Topic: https://lists.openembedded.org/mt/105282531/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
