From: Christopher Clark <[email protected]>
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 <[email protected]>
---
v2: unchanged
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 cda737c..b429c81 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() {
--
2.1.4
--
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization