diff options
author | Ross Burton <ross.burton@intel.com> | 2018-04-12 14:06:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-18 18:57:06 +0100 |
commit | b076e652e7a1cc16b4c1d74bf772071f1f3649dd (patch) | |
tree | 28b037e6ac9a45245a5fa87d72be5e2aee5b3a38 /meta | |
parent | d012a9acdc3dce014705224a1261145628e75931 (diff) | |
download | poky-b076e652e7a1cc16b4c1d74bf772071f1f3649dd.tar.gz |
systemtap: don't build under musl
systemtap uses obstack.h and FTW_SKIP_SUBTREE, both of which are GNU extensions
in glibc.
(From OE-Core rev: 80286cb2e979097800a51801c92e015421482daa)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ | |||
26 | " | 26 | " |
27 | 27 | ||
28 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux' | 28 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux' |
29 | COMPATIBLE_HOST_libc-musl = 'null' | ||
29 | 30 | ||
30 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
31 | 32 | ||