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:
Khem Raj
2021-07-31 18:18:32 -07:00
parent a4e5fef14a
commit ba94b0fefb
2 changed files with 3 additions and 1 deletions
@@ -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+"