aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-04-20 23:16:47 -0700
committerRobert Yang <liezhi.yang@windriver.com>2016-04-26 02:43:57 -0700
commit0b0470d8ec98940e9cacc270cf44f436fd9be89f (patch)
tree29ac75d76b5758366a86bb40e6d8a112cf907d4b
parent8c32f36813d6d3056cd13e4b0c4e479af6bc1945 (diff)
downloadopenembedded-core-contrib-rbt/arm.tar.gz
cogl-1.0: set COMPATIBLE_HOST_armv4 to nullrbt/arm
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 <liezhi.yang@windriver.com>
-rw-r--r--meta/recipes-graphics/cogl/cogl-1.0.inc2
1 files changed, 2 insertions, 0 deletions
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'