[oe-commits] [openembedded-core] 27/30: icecc: blacklist pixman

git at git.openembedded.org git at git.openembedded.org
Mon Sep 16 08:55:15 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit a9cbf6c45877d162d30c59e7f6b2d8f80d21a991
Author: Tim Blechmann <tim.blechmann at gmail.com>
AuthorDate: Sat Sep 14 10:47:09 2019 +0800

    icecc: blacklist pixman
    
    pixman declares prng_state as `omp threadprivate`, causing linker errors:
    prng_state: TLS reference mismatches non-TLS reference
    
    Signed-off-by: Tim Blechmann <tim at klingt.org>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/icecc.bbclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index fc82f8d..9dbb4b1 100644
--- a/meta/classes/icecc.bbclass
+++ b/meta/classes/icecc.bbclass
@@ -73,12 +73,15 @@ ICECC_ENV_DEBUG ??= ""
 #
 # libgcc-initial - fails with CPP sanity check error if host sysroot contains
 #                  cross gcc built for another target tune/variant
+# pixman - prng_state: TLS reference mismatches non-TLS reference, possibly due to
+#          pragma omp threadprivate(prng_state)
 # systemtap - _HelperSDT.c undefs macros and uses the identifiers in macros emitting
 #             inline assembly
 # target-sdk-provides-dummy - ${HOST_PREFIX} is empty which triggers the "NULL
 #                             prefix" error.
 ICECC_SYSTEM_PACKAGE_BL += "\
     libgcc-initial \
+    pixman \
     systemtap \
     target-sdk-provides-dummy \
     "

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


More information about the Openembedded-commits mailing list