mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user