From: Guðni Már Gilbert Date: Sun, 8 Dec 2024 13:15:32 +0000 (+0000) Subject: systemd: drop intltool-native from DEPENDS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c6254279c8b7faf76809024ebbc02856030179e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: drop intltool-native from DEPENDS intltool was dropped as a dependency in v236 See commit for reference: https://github.com/systemd/systemd/pull/7313/commits/c81217920effddc93fb780cf8f9eb699d6fe1319 Signed-off-by: Guðni Már Gilbert Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-core/systemd/systemd_256.5.bb b/meta/recipes-core/systemd/systemd_256.5.bb index af810c0fcd9..ca164657bc6 100644 --- a/meta/recipes-core/systemd/systemd_256.5.bb +++ b/meta/recipes-core/systemd/systemd_256.5.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"