]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd-boot: fix build with musl and x32
authorAnuj Mittal <anuj.mittal@intel.com>
Wed, 3 Jan 2018 01:48:52 +0000 (09:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Jan 2018 12:54:43 +0000 (12:54 +0000)
systemd-boot shouldn't be built for x32. Make sure that this is the
case when TCLIBC is set to something other than glibc.

Fixes [YOCTO #12122]

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd-boot_234.bb

index 7b18b25e35d907e9bb41070500507e8b13578b87..88a14ac61ecea3d88cc29f1517cd7947a09e1635 100644 (file)
@@ -21,7 +21,7 @@ EXTRA_OECONF = " --enable-gnuefi \
 # Imported from the old gummiboot recipe
 TUNE_CCARGS_remove = "-mfpmath=sse"
 COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
-COMPATIBLE_HOST_linux-gnux32 = "null"
+COMPATIBLE_HOST_x86-x32 = "null"
 
 do_compile() {
        SYSTEMD_BOOT_EFI_ARCH="ia32"