On Tue, 2026-02-10 at 14:41 +0900, Jaeyoon Jung (LGE) via lists.openembedded.org wrote: > From: Jaeyoon Jung <[email protected]> > > Prepend ${MLPREFIX} to LICENSE for libsystemd. > > Signed-off-by: Jaeyoon Jung <[email protected]> > --- > meta/recipes-core/systemd/systemd.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/systemd/systemd.inc > b/meta/recipes-core/systemd/systemd.inc > index daf37060d7..80a527dd25 100644 > --- a/meta/recipes-core/systemd/systemd.inc > +++ b/meta/recipes-core/systemd/systemd.inc > @@ -11,7 +11,7 @@ elaborate transactional dependency-based service control > logic. It can \ > work as a drop-in replacement for sysvinit." > > LICENSE = "GPL-2.0-only & LGPL-2.1-or-later" > -LICENSE:libsystemd = "LGPL-2.1-or-later" > +LICENSE:${MLPREFIX}libsystemd = "LGPL-2.1-or-later" > LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=c09786363500a9acc29b147e6e72d2c6 > \ > > file://LICENSE.LGPL2.1;md5=be0aaf4a380f73f7e00b420a007368f2" >
The commit message doesn't explain why. In most cases the code should automatically handle MLPREFIX. Are there other similar issues elsewhere and should we be fixing something in the multilib class extension code instead? Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#230863): https://lists.openembedded.org/g/openembedded-core/message/230863 Mute This Topic: https://lists.openembedded.org/mt/117733881/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
