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

git at git.openembedded.org git at git.openembedded.org
Wed Dec 5 02:11:02 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 deea62edde1bd9d72d49c508cb0ebb4ec5f2c3f5
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