[oe-commits] Steffen Sledz : libunwind: new recipe

git version control git at git.openembedded.org
Thu Mar 18 21:21:06 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: d7274489fb0dcb262a0aad4cf94eebdc217d8dc8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d7274489fb0dcb262a0aad4cf94eebdc217d8dc8

Author: Steffen Sledz <sledz at dresearch.de>
Date:   Wed Mar 17 21:18:08 2010 +0100

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 at dresearch.de>

---

 recipes/libunwind/libunwind.inc     |   13 +++++++++++++
 recipes/libunwind/libunwind_0.99.bb |    5 +++++
 2 files changed, 18 insertions(+), 0 deletions(-)

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





More information about the Openembedded-commits mailing list