[meta-intel] [PATCH 2/4] gmmlib: disable x32 build

Naveen Saini naveen.kumar.saini at intel.com
Wed Aug 7 02:38:13 PDT 2019


Upstream doesn't support building for x32. Instread of
patching makefile for x32 and risk runtime failures,
disable the build.

Signed-off-by: Naveen Saini <naveen.kumar.saini at intel.com>
---
 recipes-graphics/gmmlib/gmmlib_19.2.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-graphics/gmmlib/gmmlib_19.2.3.bb b/recipes-graphics/gmmlib/gmmlib_19.2.3.bb
index 8e1dcc4..d5f57a8 100644
--- a/recipes-graphics/gmmlib/gmmlib_19.2.3.bb
+++ b/recipes-graphics/gmmlib/gmmlib_19.2.3.bb
@@ -14,6 +14,8 @@ SRCREV = "e834bcd677382fbebb7749ccbd678d86a82bffd3"
 
 S = "${WORKDIR}/git"
 
+COMPATIBLE_HOST_x86-x32 = "null"
+
 UPSTREAM_CHECK_GITTAGREGEX = "^intel-gmmlib-(?P<pver>(\d+(\.\d+)+))$"
 
 inherit pkgconfig cmake
-- 
2.7.4



More information about the meta-intel mailing list