aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libunwind/libunwind.inc
blob: 4cd41b7d9e61d5009c6d25dad7d760237edf058f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 = "r0"

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

S = "${WORKDIR}/${PN}-${PV}"

inherit autotools

BBCLASSEXTEND = "native"