Message ID | 1742278912-2989-12-git-send-email-wangmy@fujitsu.com |
---|---|
State | New |
Headers | show |
Series | [01/12] adwaita-icon-theme: upgrade 47.0 -> 48.0 | expand |
Hi, On Tue, Mar 18, 2025 at 02:21:52PM +0800, wangmy via lists.openembedded.org wrote: > From: Wang Mingyu <wangmy@fujitsu.com> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> > --- > ...ystemd-boot-native_257.3.bb => systemd-boot-native_257.4.bb} | 0 > .../systemd/{systemd-boot_257.3.bb => systemd-boot_257.4.bb} | 0 > meta/recipes-core/systemd/systemd.inc | 2 +- > .../recipes-core/systemd/{systemd_257.3.bb => systemd_257.4.bb} | 0 > 4 files changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-core/systemd/{systemd-boot-native_257.3.bb => systemd-boot-native_257.4.bb} (100%) > rename meta/recipes-core/systemd/{systemd-boot_257.3.bb => systemd-boot_257.4.bb} (100%) > rename meta/recipes-core/systemd/{systemd_257.3.bb => systemd_257.4.bb} (100%) systemd-systemctl-native should be updated too. Or set the PV in .inc? Cheers, -Mikko
On Tue, 18 Mar 2025 at 08:39, Mikko Rapeli via lists.openembedded.org <mikko.rapeli=linaro.org@lists.openembedded.org> wrote: > > rename meta/recipes-core/systemd/{systemd-boot-native_257.3.bb => systemd-boot-native_257.4.bb} (100%) > > rename meta/recipes-core/systemd/{systemd-boot_257.3.bb => systemd-boot_257.4.bb} (100%) > > rename meta/recipes-core/systemd/{systemd_257.3.bb => systemd_257.4.bb} (100%) > > systemd-systemctl-native should be updated too. Or set the PV in .inc? I wouldn't mind that. People constantly forget something in this recipe set when updating. Alex
diff --git a/meta/recipes-core/systemd/systemd-boot-native_257.3.bb b/meta/recipes-core/systemd/systemd-boot-native_257.4.bb similarity index 100% rename from meta/recipes-core/systemd/systemd-boot-native_257.3.bb rename to meta/recipes-core/systemd/systemd-boot-native_257.4.bb diff --git a/meta/recipes-core/systemd/systemd-boot_257.3.bb b/meta/recipes-core/systemd/systemd-boot_257.4.bb similarity index 100% rename from meta/recipes-core/systemd/systemd-boot_257.3.bb rename to meta/recipes-core/systemd/systemd-boot_257.4.bb diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc index 31d26a9fc1..55389f1050 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 = "876ee10e0eb4bbb0920bdab7817a9f06cc34910f" +SRCREV = "5ce1c02abc0cc386332384497b5939108314d80d" SRCBRANCH = "v257-stable" SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}" diff --git a/meta/recipes-core/systemd/systemd_257.3.bb b/meta/recipes-core/systemd/systemd_257.4.bb similarity index 100% rename from meta/recipes-core/systemd/systemd_257.3.bb rename to meta/recipes-core/systemd/systemd_257.4.bb