From 83293db0bcbf445c926b88c313af05ec4e4378d8 Mon Sep 17 00:00:00 2001 From: Guðni Már Gilbert Date: Sun, 8 Dec 2024 13:10:31 +0000 Subject: systemd: drop intltool-native from DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit intltool was dropped as a dependency in v236 See commit for reference: https://github.com/systemd/systemd/pull/7313/commits/c81217920effddc93fb780cf8f9eb699d6fe1319 (From OE-Core rev: 60e6fd2b7e3adfbe4260cd266dbe245c745344a9) Signed-off-by: Guðni Már Gilbert Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/recipes-core/systemd/systemd_255.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-core/systemd/systemd_255.13.bb b/meta/recipes-core/systemd/systemd_255.13.bb index 0ccca8a567..fa3ad1d2cd 100644 --- a/meta/recipes-core/systemd/systemd_255.13.bb +++ b/meta/recipes-core/systemd/systemd_255.13.bb @@ -4,7 +4,7 @@ PROVIDES = "udev" PE = "1" -DEPENDS = "intltool-native gperf-native libcap util-linux python3-jinja2-native" +DEPENDS = "gperf-native libcap util-linux python3-jinja2-native" SECTION = "base/shell" -- cgit v1.2.3-54-g00ecf