[oe-commits] [openembedded-core] 14/24: cogl-1.0: set COMPATIBLE_HOST_armv4 to null

git at git.openembedded.org git at git.openembedded.org
Tue May 17 14:25:17 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 858dc0b21e2b65b90c115411c678ae8ca80134e5
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Wed Apr 20 23:16:47 2016 -0700

    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 <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/cogl/cogl-1.0.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc
index 690ea3b..7a79aa7 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'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list