Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
libunwind: new recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhu committed Mar 15, 2016
1 parent 11ee3ed commit 995c12f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions recipes/libunwind/libunwind.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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"

inherit c++ autotools library auto-package-libs

SRC_URI = "http://download.savannah.nongnu.org/releases/${PN}/${PN}-${PV}.tar.gz"

AUTO_PACKAGE_LIBS = "unwind-ptrace unwind-arm unwind-coredump unwind-setjmp"
AUTO_PACKAGE_LIBS_DEPENDS = "libc libgcc-s"
AUTO_PACKAGE_LIBS_RDEPENDS = "libc libgcc-s"

LIBRARY_VERSION = "8"
LIBRARY_VERSION_${PN}-libunwind-coredump = "0"
LIBRARY_VERSION_${PN}-libunwind-ptrace = "0"
LIBRARY_VERSION_${PN}-libunwind-setjmp = "0"

DEPENDS_${PN} = "libc libgcc-s"
RDEPENDS_${PN} = "libc libgcc-s"
DEPENDS_${PN}-libunwind-arm = "libunwind"
RDEPENDS_${PN}-libunwind-arm = "libunwind"
DEPENDS_${PN}-libunwind-setjmp = "libunwind libunwind-arm"
RDEPENDS_${PN}-libunwind-setjmp = "libunwind libunwind-arm"
1 change: 1 addition & 0 deletions recipes/libunwind/libunwind_1.1.oe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require libunwind.inc
1 change: 1 addition & 0 deletions recipes/libunwind/libunwind_1.1.oe.sig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aa04e6a7164aef754415b3b5e9453985741dd99e libunwind-1.1.tar.gz

0 comments on commit 995c12f

Please sign in to comment.