All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libunwind: new recipe
@ 2010-03-17 20:22 Steffen Sledz
  2010-03-17 23:04 ` Khem Raj
  2010-03-19  9:29 ` Paul Menzel
  0 siblings, 2 replies; 8+ messages in thread
From: Steffen Sledz @ 2010-03-17 20:22 UTC (permalink / raw)
  To: openembedded-devel

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     |   13 +++++++++++++
 recipes/libunwind/libunwind_0.99.bb |    5 +++++
 2 files changed, 18 insertions(+), 0 deletions(-)
 create mode 100644 recipes/libunwind/libunwind.inc
 create mode 100644 recipes/libunwind/libunwind_0.99.bb

diff --git a/recipes/libunwind/libunwind.inc b/recipes/libunwind/libunwind.inc
new file mode 100644
index 0000000..8513dc2
--- /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 = "r1"
+
+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"
-- 
1.6.4.2




^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-03-19 12:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 20:22 [PATCH] libunwind: new recipe Steffen Sledz
2010-03-17 23:04 ` Khem Raj
2010-03-19  9:29 ` Paul Menzel
2010-03-19 10:09   ` Koen Kooi
2010-03-19 10:26     ` Richard Purdie
2010-03-19 10:41       ` Frans Meulenbroeks
2010-03-19 12:30         ` Phil Blundell
2010-03-19 12:55     ` Steffen Sledz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.