diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-04-20 23:16:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-17 14:43:29 +0100 |
commit | d34237c948c0473e6992dcbac92fe4ca0485bdff (patch) | |
tree | 6689959c3ea222f96df575b0f7d885289b3bece4 /meta/recipes-graphics/cogl | |
parent | a994ad94b5f624f1f039d72db5e309d945f93acf (diff) | |
download | poky-d34237c948c0473e6992dcbac92fe4ca0485bdff.tar.gz |
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]
(From OE-Core rev: 858dc0b21e2b65b90c115411c678ae8ca80134e5)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/cogl')
-rw-r--r-- | meta/recipes-graphics/cogl/cogl-1.0.inc | 2 |
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}" | |||
73 | RPROVIDES_libcogl = "cogl-1.0" | 73 | RPROVIDES_libcogl = "cogl-1.0" |
74 | RCONFLICTS_libcogl = "cogl-1.0" | 74 | RCONFLICTS_libcogl = "cogl-1.0" |
75 | RREPLACES_libcogl = "cogl-1.0" | 75 | RREPLACES_libcogl = "cogl-1.0" |
76 | |||
77 | COMPATIBLE_HOST_armv4 = 'null' | ||