aboutsummaryrefslogtreecommitdiff
path: root/recipes-extra/libunwind/libunwind.inc
blob: f028766b6fee295e1ee627d0488a74e41a2cba1f (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"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3fced11d6df719b47505837a51c16ae5"

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

inherit autotools

EXTRA_OECONF_arm = "--enable-debug-frame"

BBCLASSEXTEND = "native"