btrfs-tools: Disable backtrace on musl

musl does not support backtrace APIs

(From OE-Core rev: 4cdca5d3b9475903e253cdcdfacbcdef91f2aad1)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2016-01-09 19:26:46 -08:00 committed by Richard Purdie
parent fa01d37323
commit 245af2b560
1 changed files with 2 additions and 0 deletions

View File

@ -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