diff options
-rw-r--r-- | meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb index f46381d5f1..6f235b7455 100644 --- a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb +++ b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb | |||
@@ -24,6 +24,11 @@ SRC_URI[sha256sum] = "bd8fcd5914f18fc0e4ba948ab03b00013e528504f529c60739b748f6ef | |||
24 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" | 24 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" |
25 | COMPATIBLE_HOST_armv4 = 'null' | 25 | COMPATIBLE_HOST_armv4 = 'null' |
26 | 26 | ||
27 | do_configure_linux-gnux32_prepend() { | ||
28 | cp ${STAGING_INCDIR}/gnu/stubs-x32.h ${STAGING_INCDIR}/gnu/stubs-64.h | ||
29 | cp ${STAGING_INCDIR}/bits/long-double-32.h ${STAGING_INCDIR}/bits/long-double-64.h | ||
30 | } | ||
31 | |||
27 | def gnu_efi_arch(d): | 32 | def gnu_efi_arch(d): |
28 | import re | 33 | import re |
29 | tarch = d.getVar("TARGET_ARCH") | 34 | tarch = d.getVar("TARGET_ARCH") |