From 52781c64b6e94e800bd6ff9310e389c91b077a51 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Wed, 23 Aug 2017 14:43:34 -0700 Subject: xen : cp long-double-64.h long-double-32.h to fix hvmloader build Fix the xen build when MACHINE = "genericx86-64" by providing long-double-32.h Inspired by a similar recent patch to meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb since the contents of the header are minimal: cp ${STAGING_INCDIR}/bits/long-double-64.h ${STAGING_INCDIR}/bits/long-double-32.h Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index cda737c4..b429c81c 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc @@ -912,6 +912,7 @@ do_configure() { # do configure oe_runconf + cp ${STAGING_INCDIR}/bits/long-double-64.h ${STAGING_INCDIR}/bits/long-double-32.h } do_compile() { -- cgit v1.2.3-54-g00ecf