summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd-boot_242.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd-boot_242.bb')
-rw-r--r--meta/recipes-core/systemd/systemd-boot_242.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_242.bb b/meta/recipes-core/systemd/systemd-boot_242.bb
index 56e68a3d49..56a25c35ba 100644
--- a/meta/recipes-core/systemd/systemd-boot_242.bb
+++ b/meta/recipes-core/systemd/systemd-boot_242.bb
@@ -8,6 +8,7 @@ DEPENDS = "intltool-native libcap util-linux gnu-efi gperf-native"
8SRC_URI += "file://0001-Revert-meson-use-an-array-option-for-efi-cc.patch \ 8SRC_URI += "file://0001-Revert-meson-use-an-array-option-for-efi-cc.patch \
9 file://0001-Revert-meson-print-EFI-CC-configuration-nicely.patch \ 9 file://0001-Revert-meson-print-EFI-CC-configuration-nicely.patch \
10 file://0001-Fix-to-run-efi_cc-and-efi_ld-correctly-when-cross-co.patch \ 10 file://0001-Fix-to-run-efi_cc-and-efi_ld-correctly-when-cross-co.patch \
11 file://0001-meson-Add-Defi-objcopy-option-to-specify-objcopy.patch \
11 " 12 "
12 13
13inherit meson pkgconfig gettext 14inherit meson pkgconfig gettext
@@ -22,6 +23,7 @@ EXTRA_OEMESON += "-Defi=true \
22 -Dman=false \ 23 -Dman=false \
23 -Defi-cc='${EFI_CC}' \ 24 -Defi-cc='${EFI_CC}' \
24 -Defi-ld='${LD}' \ 25 -Defi-ld='${LD}' \
26 -Defi-objcopy='${OBJCOPY}' \
25 " 27 "
26 28
27# install to the image as boot*.efi if its the EFI_PROVIDER, 29# install to the image as boot*.efi if its the EFI_PROVIDER,