summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libunwind/libunwind.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libunwind/libunwind.inc')
-rw-r--r--meta-oe/recipes-support/libunwind/libunwind.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libunwind/libunwind.inc b/meta-oe/recipes-support/libunwind/libunwind.inc
new file mode 100644
index 0000000000..f028766b6f
--- /dev/null
+++ b/meta-oe/recipes-support/libunwind/libunwind.inc
@@ -0,0 +1,12 @@
1DESCRIPTION = "a portable and efficient C programming interface (API) to determine the call-chain of a program"
2HOMEPAGE = "http://www.nongnu.org/libunwind"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3fced11d6df719b47505837a51c16ae5"
5
6SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz"
7
8inherit autotools
9
10EXTRA_OECONF_arm = "--enable-debug-frame"
11
12BBCLASSEXTEND = "native"