mirror of
https://git.yoctoproject.org/poky
synced 2026-07-04 05:13:38 +02:00
(From OE-Core rev: c777a6d0ea9505aa57c1c5785af388c23c5e7731) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
734 B
PHP
20 lines
734 B
PHP
SUMMARY = "Library for obtaining the call-chain of a program"
|
|
DESCRIPTION = "a portable and efficient C programming interface (API) to determine the call-chain of a program"
|
|
HOMEPAGE = "http://www.nongnu.org/libunwind"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;beginline=3;md5=3fced11d6df719b47505837a51c16ae5"
|
|
DEPENDS += "libatomic-ops"
|
|
|
|
inherit autotools
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz"
|
|
PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native"
|
|
|
|
EXTRA_OECONF_arm = "--enable-debug-frame"
|
|
EXTRA_OECONF_aarch64 = "--enable-debug-frame"
|
|
|
|
SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared -lssp"
|
|
|
|
BBCLASSEXTEND = "native"
|