This repository has been archived by the owner on Jan 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
require libunwind.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
aa04e6a7164aef754415b3b5e9453985741dd99e libunwind-1.1.tar.gz |