diff options
author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-12-08 13:10:32 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-12-13 05:21:54 -0800 |
commit | 418996278d39dbbf081b171d053b64b80a8c4e42 (patch) | |
tree | 09ee2ddf08185e7f158ad7a417974fdc62230ce9 | |
parent | 83293db0bcbf445c926b88c313af05ec4e4378d8 (diff) | |
download | poky-418996278d39dbbf081b171d053b64b80a8c4e42.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: fffffc22e9cdfee5afe05baadaae941785f5a18b)
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-boot_255.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_255.13.bb b/meta/recipes-core/systemd/systemd-boot_255.13.bb index 4ee25ee72f..397316fe9b 100644 --- a/meta/recipes-core/systemd/systemd-boot_255.13.bb +++ b/meta/recipes-core/systemd/systemd-boot_255.13.bb | |||
@@ -3,7 +3,7 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/systemd:" | |||
3 | 3 | ||
4 | require conf/image-uefi.conf | 4 | require conf/image-uefi.conf |
5 | 5 | ||
6 | DEPENDS = "intltool-native libcap util-linux gperf-native python3-jinja2-native python3-pyelftools-native" | 6 | DEPENDS = "libcap util-linux gperf-native python3-jinja2-native python3-pyelftools-native" |
7 | 7 | ||
8 | inherit meson pkgconfig gettext | 8 | inherit meson pkgconfig gettext |
9 | inherit deploy | 9 | inherit deploy |