From: Robert Yang Date: Thu, 21 Apr 2016 06:16:47 +0000 (-0700) Subject: cogl-1.0: set COMPATIBLE_HOST_armv4 to null X-Git-Tag: uninative-1.3~1110 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=858dc0b21e2b65b90c115411c678ae8ca80134e5;p=openembedded-core.git cogl-1.0: set COMPATIBLE_HOST_armv4 to null It doesn't build with armv4: cogl-texture-deprecated.c -fPIC -DPIC -o deprecated/.libs/cogl-texture-deprecated.o {standard input}: Assembler messages: {standard input}:831: Error: selected processor does not support `clz r3,r0' in ARM mode make[4]: *** [deprecated/cogl-fixed.lo] Error 1 [snip] Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index 690ea3b86e..7a79aa789a 100644 --- a/meta/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta/recipes-graphics/cogl/cogl-1.0.inc @@ -73,3 +73,5 @@ FILES_libcogl-path = "${libdir}/libcogl-path${SOLIBS}" RPROVIDES_libcogl = "cogl-1.0" RCONFLICTS_libcogl = "cogl-1.0" RREPLACES_libcogl = "cogl-1.0" + +COMPATIBLE_HOST_armv4 = 'null'