From 245af2b56090772ca71e2b9710aca997ca98845d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 9 Jan 2016 19:26:46 -0800 Subject: btrfs-tools: Disable backtrace on musl musl does not support backtrace APIs (From OE-Core rev: 4cdca5d3b9475903e253cdcdfacbcdef91f2aad1) Signed-off-by: Khem Raj Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/btrfs-tools') diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb index c17b7c729b..5ca9bb0800 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb @@ -20,6 +20,8 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ inherit autotools-brokensep pkgconfig EXTRA_OECONF += "--disable-documentation" +EXTRA_OECONF_append_libc-musl = " --disable-backtrace " + do_configure_prepend() { sh autogen.sh -- cgit v1.2.3-54-g00ecf