]> code.ossystems Code Review - openembedded-core.git/commitdiff
cogl-1.0: set COMPATIBLE_HOST_armv4 to null
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 21 Apr 2016 06:16:47 +0000 (23:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Jun 2016 18:34:43 +0000 (19:34 +0100)
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]

(From OE-Core rev: 858dc0b21e2b65b90c115411c678ae8ca80134e5)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/recipes-graphics/cogl/cogl-1.0.inc

index 690ea3b86e027e3d55a894dc2df8298d5ccb3462..7a79aa789aa91e6eb0f05abe3ccbef9269d1cb2f 100644 (file)
@@ -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'