diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
commit | 3937c88166a493900a694ea8fe53b860f4099d83 (patch) | |
tree | 57597245b6efd4cf27c1f4c9ff21c0515e530c15 /recipes/libunwind | |
parent | df2ace6d59e22b42e50bcf4e8a9c92b580602c2e (diff) | |
parent | 3510d2ed15a4b477aa7af802a839e11a87b981ed (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libunwind')
-rw-r--r-- | recipes/libunwind/libunwind.inc | 12 | ||||
-rw-r--r-- | recipes/libunwind/libunwind_0.99.bb | 5 |
2 files changed, 17 insertions, 0 deletions
diff --git a/recipes/libunwind/libunwind.inc b/recipes/libunwind/libunwind.inc new file mode 100644 index 0000000000..b4ccce8661 --- /dev/null +++ b/recipes/libunwind/libunwind.inc @@ -0,0 +1,12 @@ +DESCRIPTION = "a portable and efficient C programming interface (API) to determine the call-chain of a program" +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 0000000000..b7d0612007 --- /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" |