summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2022-04-07 16:24:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-28 17:07:18 +0100
commita5fca8044171f89730dfa1aec143ac643b69dbd1 (patch)
treecaf80d9aea2240949f49af57416559635e1ca823 /meta
parentd53ac6e9561d782818d5491b7c4066f4a712d358 (diff)
downloadpoky-a5fca8044171f89730dfa1aec143ac643b69dbd1.tar.gz
systemd-boot: remove outdated EFI_LD comment
* efi-ld meson option was changed in systemd 250: https://github.com/systemd/systemd/commit/fe330f02dfebbaa462e0f4590de1049e47da54b9 the value was changed with the systemd upgrade in: https://git.openembedded.org/openembedded-core/commit/?id=e22188e47d2fce2406d9db9c95289b3878eda69f but the comment originally from: https://git.openembedded.org/openembedded-core/commit/?id=603e50f3db224a0e36a65decb9a98df41b9e22b3 no longer makes any sense, remove it (From OE-Core rev: c7c9e106614473e41cab108cbda9ef959864bacc) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c14dbe3d3c1abf5f95310162288f861bfd312900) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd-boot_250.4.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_250.4.bb b/meta/recipes-core/systemd/systemd-boot_250.4.bb
index 23a64bf30d..b67706b731 100644
--- a/meta/recipes-core/systemd/systemd-boot_250.4.bb
+++ b/meta/recipes-core/systemd/systemd-boot_250.4.bb
@@ -19,7 +19,6 @@ objcopy = ${@meson_array('OBJCOPY', d)}
19EOF 19EOF
20} 20}
21 21
22# need to use ${HOST_PREFIX} here, otherwise ld.bfd could be used from HOSTTOOLS_NONFATAL
23EFI_LD = "bfd" 22EFI_LD = "bfd"
24 23
25EXTRA_OEMESON += "-Defi=true \ 24EXTRA_OEMESON += "-Defi=true \