update packages.
[vuplus_openvuplus] / meta-openvuplus / recipes-support / libunwind / libunwind.inc
diff --git a/meta-openvuplus/recipes-support/libunwind/libunwind.inc b/meta-openvuplus/recipes-support/libunwind/libunwind.inc
new file mode 100644 (file)
index 0000000..def5b98
--- /dev/null
@@ -0,0 +1,15 @@
+SUMMARY = "A library to determine the call-chain of a program"
+HOMEPAGE = "http://www.nongnu.org/libunwind"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2d80c8ed4062b8339b715f90fa68cc9f"
+INC_PR = "r3"
+
+SRC_URI += "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz;name=archive"
+
+S = "${WORKDIR}/${PN}-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF_arm = "--enable-debug-frame"
+
+BBCLASSEXTEND = "native"