diff options
| -rw-r--r-- | meta/recipes-support/libunwind/libunwind.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc index ed32d19bfc..b9c532d3ad 100644 --- a/meta/recipes-support/libunwind/libunwind.inc +++ b/meta/recipes-support/libunwind/libunwind.inc | |||
| @@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;beginline=3;md5=3fced11d6df719b47505837a51c16ae5" | 5 | LIC_FILES_CHKSUM = "file://COPYING;beginline=3;md5=3fced11d6df719b47505837a51c16ae5" |
| 6 | DEPENDS += "libatomic-ops" | 6 | DEPENDS += "libatomic-ops" |
| 7 | 7 | ||
| 8 | inherit autotools | 8 | inherit autotools multilib_header |
| 9 | 9 | ||
| 10 | PACKAGECONFIG ??= "" | 10 | PACKAGECONFIG ??= "" |
| 11 | PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" | 11 | PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" |
| @@ -16,4 +16,8 @@ EXTRA_OECONF_aarch64 = "--enable-debug-frame" | |||
| 16 | 16 | ||
| 17 | SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared -lssp" | 17 | SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared -lssp" |
| 18 | 18 | ||
| 19 | do_install_append () { | ||
| 20 | oe_multilib_header libunwind.h | ||
| 21 | } | ||
| 22 | |||
| 19 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |
