From: Guðni Már Gilbert Date: Sun, 24 Nov 2024 13:17:06 +0000 (+0000) Subject: systemd: drop intltool-native from DEPENDS X-Git-Tag: yocto-5.2~1214 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd7353f2794120bc2b88adfea0ee06361a0b7dd5;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 --- diff --git a/meta/recipes-core/systemd/systemd_256.7.bb b/meta/recipes-core/systemd/systemd_256.7.bb index 97537d09ba2..c17100a636a 100644 --- a/meta/recipes-core/systemd/systemd_256.7.bb +++ b/meta/recipes-core/systemd/systemd_256.7.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"