[oe-commits] [openembedded-core] 01/15: systemtap: don't build under musl

git at git.openembedded.org git at git.openembedded.org
Wed Apr 18 17:57:27 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 80286cb2e979097800a51801c92e015421482daa
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Apr 12 14:06:38 2018 +0100

    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 <ross.burton at intel.com>
---
 meta/recipes-kernel/systemtap/systemtap_git.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index e1b7789..e2f5204 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list