Message ID | 1724136703-20023-22-git-send-email-wangmy@fujitsu.com |
---|---|
State | New |
Headers | show |
Series | [01/24] binutils: upgrade 2.43 -> 2.43.1 | expand |
Hi, Only systemd-boot? Surely all systemd recipes need the update. Cheers, -Mikko
Yes; the git revision is shared between systemd-boot and systemd recipes via .inc, so they both need renaming. Alex On Tue, 20 Aug 2024 at 09:34, Mikko Rapeli via lists.openembedded.org <mikko.rapeli=linaro.org@lists.openembedded.org> wrote: > > Hi, > > Only systemd-boot? Surely all systemd recipes need the update. > > Cheers, > > -Mikko > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#203549): https://lists.openembedded.org/g/openembedded-core/message/203549 > Mute This Topic: https://lists.openembedded.org/mt/107996511/1686489 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta/recipes-core/systemd/systemd-boot_256.4.bb b/meta/recipes-core/systemd/systemd-boot_256.5.bb similarity index 100% rename from meta/recipes-core/systemd/systemd-boot_256.4.bb rename to meta/recipes-core/systemd/systemd-boot_256.5.bb diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc index 63f024baa9..83dcd65a83 100644 --- a/meta/recipes-core/systemd/systemd.inc +++ b/meta/recipes-core/systemd/systemd.inc @@ -15,7 +15,7 @@ LICENSE:libsystemd = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" -SRCREV = "566210c272820ca6655800ce0d27b6ebc0aedc4c" +SRCREV = "b45730389ba025489ec8d445bc91534fef515c28" SRCBRANCH = "v256-stable" SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}"