summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/efivar/efivar_37.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/efivar/efivar_37.bb')
-rw-r--r--meta/recipes-bsp/efivar/efivar_37.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-bsp/efivar/efivar_37.bb b/meta/recipes-bsp/efivar/efivar_37.bb
index c4254c70d9..9b95721a4e 100644
--- a/meta/recipes-bsp/efivar/efivar_37.bb
+++ b/meta/recipes-bsp/efivar/efivar_37.bb
@@ -23,7 +23,10 @@ LDFLAGS += "-fuse-ld=bfd"
23 23
24do_compile_prepend() { 24do_compile_prepend() {
25 # Remove when https://github.com/rhboot/efivar/issues/130 is fixed 25 # Remove when https://github.com/rhboot/efivar/issues/130 is fixed
26 oe_runmake CFLAGS="${BUILD_CFLAGS}" -C src makeguids 26 oe_runmake \
27 CFLAGS="${BUILD_CFLAGS}" \
28 LDFLAGS="${BUILD_LDFLAGS}" \
29 -C src makeguids
27} 30}
28 31
29do_install() { 32do_install() {