[oe-commits] [meta-openembedded] 09/11: bpftool: don't build under musl

git at git.openembedded.org git at git.openembedded.org
Tue Dec 4 18:01:24 UTC 2018


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c2d52ffadfaa3a82901a2609640fd0d9da1db090
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Dec 4 09:39:31 2018 -0800

    bpftool: don't build under musl
    
    uses FTW_SKIP_SUBTREE which is GNU extentions, available in glibc but
    not in musl
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-kernel/bpftool/bpftool.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb
index fd0653a..dd7eaa2 100644
--- a/meta-oe/recipes-kernel/bpftool/bpftool.bb
+++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb
@@ -14,6 +14,8 @@ EXTRA_OEMAKE = "-C ${S}/tools/bpf/bpftool O=${B} CROSS=${TARGET_PREFIX} CC="${CC
 
 do_configure[depends] += "virtual/kernel:do_shared_workdir"
 
+COMPATIBLE_HOST_libc-musl = 'null'
+
 do_compile() {
     oe_runmake
 }

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


More information about the Openembedded-commits mailing list