[meta-intel] [PATCH] gmmlib: disable x32 build

Naveen Saini naveen.kumar.saini at intel.com
Sun Jul 28 20:00:14 PDT 2019


Upstream doesn't support building for x32. Instead of
patching makefile to build 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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-graphics/gmmlib/gmmlib_19.2.3.bb b/recipes-graphics/gmmlib/gmmlib_19.2.3.bb
index 8e1dcc4e..61af19a0 100644
--- a/recipes-graphics/gmmlib/gmmlib_19.2.3.bb
+++ b/recipes-graphics/gmmlib/gmmlib_19.2.3.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d9a6e772cd4c362ee4c8ef87c5aad843"
 SRC_URI = " \
             git://github.com/intel/gmmlib.git;protocol=https \
             "
+COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 
 SRCREV = "e834bcd677382fbebb7749ccbd678d86a82bffd3"
 
-- 
2.17.1



More information about the meta-intel mailing list