* [OE-core] [PATCH] python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
@ 2022-10-10 8:52 Wang Mingyu
2022-10-10 8:52 ` [OE-core] [PATCH] systemd-boot: upgrade 251.4 -> 251.5 Wang Mingyu
0 siblings, 1 reply; 3+ messages in thread
From: Wang Mingyu @ 2022-10-10 8:52 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Changelog:
#97, #284, #300: Removed compatibility shims for deprecated entry point interfaces.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...b-metadata_4.12.0.bb => python3-importlib-metadata_5.0.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-importlib-metadata_4.12.0.bb => python3-importlib-metadata_5.0.0.bb} (88%)
diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_4.12.0.bb b/meta/recipes-devtools/python/python3-importlib-metadata_5.0.0.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-importlib-metadata_4.12.0.bb
rename to meta/recipes-devtools/python/python3-importlib-metadata_5.0.0.bb
index c00e42cb1c..f0623669d7 100644
--- a/meta/recipes-devtools/python/python3-importlib-metadata_4.12.0.bb
+++ b/meta/recipes-devtools/python/python3-importlib-metadata_5.0.0.bb
@@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta
PYPI_PACKAGE = "importlib_metadata"
UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/"
-SRC_URI[sha256sum] = "637245b8bab2b6502fcbc752cc4b7a6f6243bb02b31c5c26156ad103d3d45670"
+SRC_URI[sha256sum] = "da31db32b304314d044d3c12c79bd59e307889b287ad12ff387b3500835fc2ab"
S = "${WORKDIR}/importlib_metadata-${PV}"
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [OE-core] [PATCH] systemd-boot: upgrade 251.4 -> 251.5
2022-10-10 8:52 [OE-core] [PATCH] python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0 Wang Mingyu
@ 2022-10-10 8:52 ` Wang Mingyu
2022-10-10 12:22 ` Peter Kjellerstedt
0 siblings, 1 reply; 3+ messages in thread
From: Wang Mingyu @ 2022-10-10 8:52 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../systemd/{systemd-boot_251.4.bb => systemd-boot_251.5.bb} | 0
meta/recipes-core/systemd/systemd.inc | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/systemd/{systemd-boot_251.4.bb => systemd-boot_251.5.bb} (100%)
diff --git a/meta/recipes-core/systemd/systemd-boot_251.4.bb b/meta/recipes-core/systemd/systemd-boot_251.5.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-boot_251.4.bb
rename to meta/recipes-core/systemd/systemd-boot_251.5.bb
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
index 71eb93f23a..09353e14c7 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -14,7 +14,7 @@ LICENSE = "GPL-2.0-only & LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
-SRCREV = "2a674b4b66af1a050a0362b646d2fca90c90112e"
+SRCREV = "654ae8c1e4b6ba367ba09936462fe2eb1ad8ea2e"
SRCBRANCH = "v251-stable"
SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH} \
"
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [OE-core] [PATCH] systemd-boot: upgrade 251.4 -> 251.5
2022-10-10 8:52 ` [OE-core] [PATCH] systemd-boot: upgrade 251.4 -> 251.5 Wang Mingyu
@ 2022-10-10 12:22 ` Peter Kjellerstedt
0 siblings, 0 replies; 3+ messages in thread
From: Peter Kjellerstedt @ 2022-10-10 12:22 UTC (permalink / raw)
To: wangmy, openembedded-core@lists.openembedded.org
> -----Original Message-----
> From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of wangmy
> Sent: den 10 oktober 2022 10:52
> To: openembedded-core@lists.openembedded.org
> Cc: Wang Mingyu <wangmy@fujitsu.com>
> Subject: [OE-core] [PATCH] systemd-boot: upgrade 251.4 -> 251.5
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../systemd/{systemd-boot_251.4.bb => systemd-boot_251.5.bb} | 0
> meta/recipes-core/systemd/systemd.inc | 2 +-
> 2 files changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-core/systemd/{systemd-boot_251.4.bb => systemd-boot_251.5.bb} (100%)
>
> diff --git a/meta/recipes-core/systemd/systemd-boot_251.4.bb b/meta/recipes-core/systemd/systemd-boot_251.5.bb
> similarity index 100%
> rename from meta/recipes-core/systemd/systemd-boot_251.4.bb
> rename to meta/recipes-core/systemd/systemd-boot_251.5.bb
> diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
> index 71eb93f23a..09353e14c7 100644
> --- a/meta/recipes-core/systemd/systemd.inc
> +++ b/meta/recipes-core/systemd/systemd.inc
> @@ -14,7 +14,7 @@ LICENSE = "GPL-2.0-only & LGPL-2.1-only"
> LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
> file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
>
> -SRCREV = "2a674b4b66af1a050a0362b646d2fca90c90112e"
> +SRCREV = "654ae8c1e4b6ba367ba09936462fe2eb1ad8ea2e"
> SRCBRANCH = "v251-stable"
> SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH} \
> "
> --
> 2.25.1
You cannot update systemd-boot without also updating systemd as they
share the systemd.inc file.
//Peter
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-10 12:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-10 8:52 [OE-core] [PATCH] python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0 Wang Mingyu
2022-10-10 8:52 ` [OE-core] [PATCH] systemd-boot: upgrade 251.4 -> 251.5 Wang Mingyu
2022-10-10 12:22 ` Peter Kjellerstedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox