summaryrefslogtreecommitdiffstats
path: root/recipes/libunwind/libunwind.inc
blob: 853d3e6972414967ac4b59270d705cdb0a8ddd04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 = "r1"

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

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

inherit autotools

EXTRA_OECONF_arm = "--enable-debug-frame"

BBCLASSEXTEND = "native"