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:49:38 +0000 |
| commit | 245af2b56090772ca71e2b9710aca997ca98845d (patch) | |
| tree | a8301c17534c263cd60f7b1881b5528ff5ce10e5 | |
| parent | fa01d3732396d8accff55c43c2cc2b6e0faf20c7 (diff) | |
| download | poky-245af2b56090772ca71e2b9710aca997ca98845d.tar.gz | |
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>
| -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 \ | |||
| 20 | inherit autotools-brokensep pkgconfig | 20 | inherit autotools-brokensep pkgconfig |
| 21 | 21 | ||
| 22 | EXTRA_OECONF += "--disable-documentation" | 22 | EXTRA_OECONF += "--disable-documentation" |
| 23 | EXTRA_OECONF_append_libc-musl = " --disable-backtrace " | ||
| 24 | |||
| 23 | 25 | ||
| 24 | do_configure_prepend() { | 26 | do_configure_prepend() { |
| 25 | sh autogen.sh | 27 | sh autogen.sh |
