libunwind: new recipe
authorSteffen Sledz <sledz@dresearch.de>
Wed, 17 Mar 2010 20:18:08 +0000 (21:18 +0100)
committerSteffen Sledz <sledz@dresearch.de>
Thu, 18 Mar 2010 17:26:17 +0000 (18:26 +0100)
a portable and efficient C programming interface (API) to determine the
call-chain of a program

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
recipes/libunwind/libunwind.inc [new file with mode: 0644]
recipes/libunwind/libunwind_0.99.bb [new file with mode: 0644]

diff --git a/recipes/libunwind/libunwind.inc b/recipes/libunwind/libunwind.inc
new file mode 100644 (file)
index 0000000..4cd41b7
--- /dev/null
@@ -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"
diff --git a/recipes/libunwind/libunwind_0.99.bb b/recipes/libunwind/libunwind_0.99.bb
new file mode 100644 (file)
index 0000000..b7d0612
--- /dev/null
@@ -0,0 +1,5 @@
+require libunwind.inc
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "3e9ca08118e22165a7f07d01d61a2d0d"
+SRC_URI[archive.sha256sum] = "56083aae17eab3ccb7a36b95f0430f5a5f258755bf193bb5ca4fd4b918356164"