mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +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 ="\
|
RDEPENDS_packagegroup-meta-oe-devtools ="\
|
||||||
abseil-cpp \
|
abseil-cpp \
|
||||||
apitrace \
|
|
||||||
breakpad \
|
breakpad \
|
||||||
bootchart \
|
bootchart \
|
||||||
android-tools-conf \
|
android-tools-conf \
|
||||||
|
|||||||
@@ -30,3 +30,6 @@ EXTRA_OECMAKE += "\
|
|||||||
"
|
"
|
||||||
|
|
||||||
SECURITY_CFLAGS_toolchain-clang = ""
|
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