From: Ross Burton Date: Thu, 12 Apr 2018 13:06:38 +0000 (+0100) Subject: systemtap: don't build under musl X-Git-Tag: 2018-04~32 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=80286cb2e979097800a51801c92e015421482daa;p=openembedded-core.git systemtap: don't build under musl systemtap uses obstack.h and FTW_SKIP_SUBTREE, both of which are GNU extensions in glibc. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index e1b7789aed..e2f5204a02 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc @@ -26,6 +26,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \ " COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux' +COMPATIBLE_HOST_libc-musl = 'null' S = "${WORKDIR}/git"