summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libunwind/libunwind.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libunwind/libunwind.inc')
-rw-r--r--meta/recipes-support/libunwind/libunwind.inc23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc
deleted file mode 100644
index bf74f9fa3c..0000000000
--- a/meta/recipes-support/libunwind/libunwind.inc
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "Library for obtaining the call-chain of a program"
2DESCRIPTION = "a portable and efficient C programming interface (API) to determine the call-chain of a program"
3HOMEPAGE = "http://www.nongnu.org/libunwind"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=2d80c8ed4062b8339b715f90fa68cc9f"
6DEPENDS += "libatomic-ops"
7DEPENDS:append:libc-musl = " libucontext"
8
9inherit autotools multilib_header
10
11PACKAGECONFIG ??= ""
12PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz"
13PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native"
14
15EXTRA_OECONF:arm = "--enable-debug-frame"
16EXTRA_OECONF:armeb = "--enable-debug-frame"
17EXTRA_OECONF:aarch64 = "--enable-debug-frame"
18
19do_install:append () {
20 oe_multilib_header libunwind.h
21}
22
23BBCLASSEXTEND = "native"