blob: b4ccce8661cbeb1894acc0791b7640cf489efcab (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|