update packages.
[vuplus_openvuplus] / meta-openvuplus / recipes-support / libunwind / libunwind.inc
1 SUMMARY = "A library to determine the call-chain of a program"
2 HOMEPAGE = "http://www.nongnu.org/libunwind"
3 LICENSE = "MIT"
4 LIC_FILES_CHKSUM = "file://COPYING;md5=2d80c8ed4062b8339b715f90fa68cc9f"
5 INC_PR = "r3"
6
7 SRC_URI += "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz;name=archive"
8
9 S = "${WORKDIR}/${PN}-${PV}"
10
11 inherit autotools
12
13 EXTRA_OECONF_arm = "--enable-debug-frame"
14
15 BBCLASSEXTEND = "native"