diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-09 19:26:46 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-26 22:43:05 +0000 |
commit | 4cdca5d3b9475903e253cdcdfacbcdef91f2aad1 (patch) | |
tree | af978593f26c41ae7a88e74b64c7d8293df40425 /meta/recipes-devtools/btrfs-tools | |
parent | 668fddd7be9aa5850ef8f15441814f3c8b98c0de (diff) | |
download | openembedded-core-4cdca5d3b9475903e253cdcdfacbcdef91f2aad1.tar.gz openembedded-core-4cdca5d3b9475903e253cdcdfacbcdef91f2aad1.tar.bz2 openembedded-core-4cdca5d3b9475903e253cdcdfacbcdef91f2aad1.zip |
btrfs-tools: Disable backtrace on musl
musl does not support backtrace APIs
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |