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.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc
deleted file mode 100644
index 76a1bf6246..0000000000
--- a/meta/recipes-support/libunwind/libunwind.inc
+++ /dev/null
@@ -1,22 +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"
7
8inherit autotools multilib_header
9
10PACKAGECONFIG ??= ""
11PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz"
12PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native"
13
14EXTRA_OECONF_arm = "--enable-debug-frame"
15EXTRA_OECONF_armeb = "--enable-debug-frame"
16EXTRA_OECONF_aarch64 = "--enable-debug-frame"
17
18do_install_append () {
19 oe_multilib_header libunwind.h
20}
21
22BBCLASSEXTEND = "native"