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 <[email protected]> --- 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 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
