summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudni.m.g@gmail.com>2024-11-24 13:17:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-25 22:23:25 +0000
commit234edf918aa376130300e6a21c52425a01ae94f1 (patch)
tree3ab9ebdd1d7f3d90eb9f5aa8aff4234da591bc06 /meta/recipes-core/systemd
parent3b4343285ff1c922499aaed28b86e55e13bc04de (diff)
downloadpoky-234edf918aa376130300e6a21c52425a01ae94f1.tar.gz
systemd-boot: 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: c82a1b71fd21b4f1299c7610342c5d821de7f1bb) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd-boot_256.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_256.7.bb b/meta/recipes-core/systemd/systemd-boot_256.7.bb
index 4f477b877a..10b532d47c 100644
--- a/meta/recipes-core/systemd/systemd-boot_256.7.bb
+++ b/meta/recipes-core/systemd/systemd-boot_256.7.bb
@@ -3,7 +3,7 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/systemd:"
3 3
4require conf/image-uefi.conf 4require conf/image-uefi.conf
5 5
6DEPENDS = "intltool-native libcap util-linux gperf-native python3-jinja2-native python3-pyelftools-native" 6DEPENDS = "libcap util-linux gperf-native python3-jinja2-native python3-pyelftools-native"
7 7
8inherit meson pkgconfig gettext 8inherit meson pkgconfig gettext
9inherit deploy 9inherit deploy