]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemtap: don't build under musl
authorRoss Burton <ross.burton@intel.com>
Thu, 12 Apr 2018 13:06:38 +0000 (14:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Apr 2018 17:48:19 +0000 (18:48 +0100)
systemtap uses obstack.h and FTW_SKIP_SUBTREE, both of which are GNU extensions
in glibc.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/systemtap/systemtap_git.inc

index e1b7789aedc13ff23744c9a8a1552a0d016fbeac..e2f5204a020223a5fe8285974766dc5dbf929eac 100644 (file)
@@ -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"