diff options
author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-12-08 13:10:31 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-12-13 05:21:54 -0800 |
commit | 83293db0bcbf445c926b88c313af05ec4e4378d8 (patch) | |
tree | a926eafbfc32cba180364aa2c9edb45d5ac4b2df | |
parent | a5e0237596b3d4b7026bba75c6cc6e5f44bc8197 (diff) | |
download | poky-83293db0bcbf445c926b88c313af05ec4e4378d8.tar.gz |
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
(From OE-Core rev: 60e6fd2b7e3adfbe4260cd266dbe245c745344a9)
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>
-rw-r--r-- | meta/recipes-core/systemd/systemd_255.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
4 | 4 | ||
5 | PE = "1" | 5 | PE = "1" |
6 | 6 | ||
7 | DEPENDS = "intltool-native gperf-native libcap util-linux python3-jinja2-native" | 7 | DEPENDS = "gperf-native libcap util-linux python3-jinja2-native" |
8 | 8 | ||
9 | SECTION = "base/shell" | 9 | SECTION = "base/shell" |
10 | 10 | ||