aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libunwind/libunwind.inc
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2010-03-17 21:18:08 +0100
committerSteffen Sledz <sledz@dresearch.de>2010-03-18 18:26:17 +0100
commitd7274489fb0dcb262a0aad4cf94eebdc217d8dc8 (patch)
tree33fa26f8e22be4d12ec9cfb3a97d59c11e28db9e /recipes/libunwind/libunwind.inc
parenta9387736cf9397160fb36d5b541cd0bdc7d285f5 (diff)
downloadopenembedded-d7274489fb0dcb262a0aad4cf94eebdc217d8dc8.tar.gz
libunwind: new recipe
a portable and efficient C programming interface (API) to determine the call-chain of a program Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Diffstat (limited to 'recipes/libunwind/libunwind.inc')
-rw-r--r--recipes/libunwind/libunwind.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/libunwind/libunwind.inc b/recipes/libunwind/libunwind.inc
new file mode 100644
index 0000000000..4cd41b7d9e
--- /dev/null
+++ b/recipes/libunwind/libunwind.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "a portable and efficient C programming interface (API) to determine the call-chain of a program"
+DEPENDS = ""
+HOMEPAGE = "http://www.nongnu.org/libunwind"
+LICENSE = "MIT"
+INC_PR = "r0"
+
+SRC_URI = "http://download.savannah.nongnu.org/releases/libunwind/${PN}-${PV}.tar.gz;name=archive"
+
+S = "${WORKDIR}/${PN}-${PV}"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"