aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra/libunwind/libunwind.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-extra/libunwind/libunwind.inc')
-rw-r--r--meta-linaro/recipes-extra/libunwind/libunwind.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-linaro/recipes-extra/libunwind/libunwind.inc b/meta-linaro/recipes-extra/libunwind/libunwind.inc
deleted file mode 100644
index f028766b..00000000
--- a/meta-linaro/recipes-extra/libunwind/libunwind.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-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"