summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd-boot_234.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_234.bb b/meta/recipes-core/systemd/systemd-boot_234.bb
index ed55e537eb..655797f3cc 100644
--- a/meta/recipes-core/systemd/systemd-boot_234.bb
+++ b/meta/recipes-core/systemd/systemd-boot_234.bb
@@ -8,13 +8,14 @@ SRC_URI += "file://0007-use-lnr-wrapper-instead-of-looking-for-relative-opti.pat
8inherit autotools pkgconfig gettext 8inherit autotools pkgconfig gettext
9inherit deploy 9inherit deploy
10 10
11export EFI_CC="${CC}" 11EFI_CC ?= "${CC}"
12# Man pages are packaged through the main systemd recipe 12# Man pages are packaged through the main systemd recipe
13EXTRA_OECONF = " --enable-gnuefi \ 13EXTRA_OECONF = " --enable-gnuefi \
14 --with-efi-includedir=${STAGING_INCDIR} \ 14 --with-efi-includedir=${STAGING_INCDIR} \
15 --with-efi-ldsdir=${STAGING_LIBDIR} \ 15 --with-efi-ldsdir=${STAGING_LIBDIR} \
16 --with-efi-libdir=${STAGING_LIBDIR} \ 16 --with-efi-libdir=${STAGING_LIBDIR} \
17 --disable-manpages \ 17 --disable-manpages \
18 EFI_CC='${EFI_CC}' \
18 " 19 "
19 20
20# Imported from the old gummiboot recipe 21# Imported from the old gummiboot recipe