summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libunwind/libunwind_1.6.2.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-support/libunwind/libunwind_1.6.2.bb b/meta/recipes-support/libunwind/libunwind_1.6.2.bb
index d40a2af26d..3208785124 100644
--- a/meta/recipes-support/libunwind/libunwind_1.6.2.bb
+++ b/meta/recipes-support/libunwind/libunwind_1.6.2.bb
@@ -21,13 +21,10 @@ COMPATIBLE_HOST:riscv32 = "null"
21 21
22PACKAGECONFIG ??= "" 22PACKAGECONFIG ??= ""
23PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" 23PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz"
24PACKAGECONFIG[zlib] = "--enable-zlibdebuginfo,--disable-zlibdebuginfo,zlib"
24PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native" 25PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native"
25 26
26EXTRA_OECONF:arm = "--enable-debug-frame" 27EXTRA_OECONF = "--enable-static"
27EXTRA_OECONF:armeb = "--enable-debug-frame"
28EXTRA_OECONF:aarch64 = "--enable-debug-frame"
29
30EXTRA_OECONF:append:libc-musl = " --disable-documentation --disable-tests --enable-static"
31 28
32# http://errors.yoctoproject.org/Errors/Details/20487/ 29# http://errors.yoctoproject.org/Errors/Details/20487/
33ARM_INSTRUCTION_SET:armv4 = "arm" 30ARM_INSTRUCTION_SET:armv4 = "arm"