diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
| tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-bsp/gnu-efi | |
| parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
| download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/gnu-efi')
| -rw-r--r-- | meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb index fa9886037c..ef3061c067 100644 --- a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb +++ b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb | |||
| @@ -22,9 +22,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/files/${BP}.tar.bz2 \ | |||
| 22 | SRC_URI[sha256sum] = "2fccf715279c46ee69c4859186af8150d07a13f4d19876e5459cd65be82d3b7d" | 22 | SRC_URI[sha256sum] = "2fccf715279c46ee69c4859186af8150d07a13f4d19876e5459cd65be82d3b7d" |
| 23 | 23 | ||
| 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() { | 27 | do_configure:linux-gnux32:prepend() { |
| 28 | cp ${STAGING_INCDIR}/gnu/stubs-x32.h ${STAGING_INCDIR}/gnu/stubs-64.h | 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 | 29 | cp ${STAGING_INCDIR}/bits/long-double-32.h ${STAGING_INCDIR}/bits/long-double-64.h |
| 30 | } | 30 | } |
| @@ -48,18 +48,18 @@ do_install() { | |||
| 48 | oe_runmake install INSTALLROOT="${D}" | 48 | oe_runmake install INSTALLROOT="${D}" |
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | FILES_${PN} += "${libdir}/*.lds" | 51 | FILES:${PN} += "${libdir}/*.lds" |
| 52 | 52 | ||
| 53 | # 64-bit binaries are expected for EFI when targeting X32 | 53 | # 64-bit binaries are expected for EFI when targeting X32 |
| 54 | INSANE_SKIP_${PN}-dev_append_linux-gnux32 = " arch" | 54 | INSANE_SKIP:${PN}-dev:append:linux-gnux32 = " arch" |
| 55 | INSANE_SKIP_${PN}-dev_append_linux-muslx32 = " arch" | 55 | INSANE_SKIP:${PN}-dev:append:linux-muslx32 = " arch" |
| 56 | 56 | ||
| 57 | BBCLASSEXTEND = "native" | 57 | BBCLASSEXTEND = "native" |
| 58 | 58 | ||
| 59 | # It doesn't support sse, its make.defaults sets: | 59 | # It doesn't support sse, its make.defaults sets: |
| 60 | # CFLAGS += -mno-mmx -mno-sse | 60 | # CFLAGS += -mno-mmx -mno-sse |
| 61 | # So also remove -mfpmath=sse from TUNE_CCARGS | 61 | # So also remove -mfpmath=sse from TUNE_CCARGS |
| 62 | TUNE_CCARGS_remove = "-mfpmath=sse" | 62 | TUNE_CCARGS:remove = "-mfpmath=sse" |
| 63 | 63 | ||
| 64 | python () { | 64 | python () { |
| 65 | ccargs = d.getVar('TUNE_CCARGS').split() | 65 | ccargs = d.getVar('TUNE_CCARGS').split() |
