]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
systemd: drop intltool-native from DEPENDS
authorGuðni Már Gilbert <gudni.m.g@gmail.com>
Sun, 8 Dec 2024 13:10:31 +0000 (13:10 +0000)
committerSteve Sakoman <steve@sakoman.com>
Mon, 9 Dec 2024 15:32:54 +0000 (07:32 -0800)
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 <gudni.m.g@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/systemd/systemd_255.13.bb

index 0ccca8a5670a5b807cb6f8879a6b3c9b1e7b68d9..fa3ad1d2cdcd1a463d7420f85a8ace1b5e6077c8 100644 (file)
@@ -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"