mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
apitrace: Exclude from builds with glibc 2.34+
It needs some work see [1] [1] https://github.com/apitrace/apitrace/issues/756 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -227,7 +227,6 @@ RDEPENDS_packagegroup-meta-oe-dbs-python2 ="\
|
||||
|
||||
RDEPENDS_packagegroup-meta-oe-devtools ="\
|
||||
abseil-cpp \
|
||||
apitrace \
|
||||
breakpad \
|
||||
bootchart \
|
||||
android-tools-conf \
|
||||
|
||||
@@ -30,3 +30,6 @@ EXTRA_OECMAKE += "\
|
||||
"
|
||||
|
||||
SECURITY_CFLAGS_toolchain-clang = ""
|
||||
|
||||
# see https://github.com/apitrace/apitrace/issues/756
|
||||
PNBLACKLIST[apitrace] ?= "Needs porting to glibc 2.34+"
|
||||
|
||||
Reference in New Issue
Block a user