summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb
index 609e55f4ac..46fa81866b 100644
--- a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb
+++ b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb
@@ -11,20 +11,17 @@ DEPENDS += "libunwind"
11SRC_URI = "git://github.com/ianlancetaylor/libbacktrace;protocol=https;branch=master" 11SRC_URI = "git://github.com/ianlancetaylor/libbacktrace;protocol=https;branch=master"
12 12
13PV = "1.0+git${SRCPV}" 13PV = "1.0+git${SRCPV}"
14SRCREV = "4f57c999716847e45505b3df170150876b545088" 14SRCREV = "9ae4f4ae4481b1e69d38ed810980d33103544613"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18inherit autotools 18inherit autotools
19 19
20EXTR_OECONF += "--with-system-libunwind" 20EXTRA_OECONF += "--with-system-libunwind --enable-shared --disable-static"
21
22CFLAGS += "-fPIC"
23 21
24do_configure() { 22do_configure() {
25 oe_runconf 23 oe_runconf
26} 24}
27 25
28# libunwind does not support RISCV yet 26# libunwind does not support RISCV32 yet
29COMPATIBLE_HOST:riscv64 = "null"
30COMPATIBLE_HOST:riscv32 = "null" 27COMPATIBLE_HOST:riscv32 = "null"