summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-09-17 15:20:12 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-09-26 05:41:52 +0200
commit2b47bf3d60e92acca5cd012545c0ea5ffb7615c3 (patch)
treeae79b3252b2c517115ffd02eec13fd87de6d9c40 /meta-oe/recipes-support
parentafa3b1578f6eb75948e50e9216ae493be5b16fa8 (diff)
downloadmeta-openembedded-2b47bf3d60e92acca5cd012545c0ea5ffb7615c3.tar.gz
libunwind: remove as recipe is now in OE-Core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libunwind/libunwind.inc30
-rw-r--r--meta-oe/recipes-support/libunwind/libunwind_1.1.bb4
2 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-support/libunwind/libunwind.inc b/meta-oe/recipes-support/libunwind/libunwind.inc
deleted file mode 100644
index b27b9e599..000000000
--- a/meta-oe/recipes-support/libunwind/libunwind.inc
+++ /dev/null
@@ -1,30 +0,0 @@
1DESCRIPTION = "a portable and efficient C programming interface (API) to determine the call-chain of a program"
2HOMEPAGE = "http://www.nongnu.org/libunwind"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3fced11d6df719b47505837a51c16ae5"
5
6SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
7
8inherit autotools
9
10PACKAGECONFIG ??= ""
11PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,lzma"
12
13EXTRA_OECONF_arm = "--enable-debug-frame"
14
15CFLAGS += "${ATOMICOPS}"
16ATOMICOPS_armv5 = "-DAO_USE_PTHREAD_DEFS=1"
17ATOMICOPS_armv4 = "-DAO_USE_PTHREAD_DEFS=1"
18ATOMICOPS ?= ""
19
20LDFLAGS += "${LIBATOMICS}"
21LIBATOMICS_armv5 = "-latomic_ops"
22LIBATOMICS_armv4 = "-latomic_ops"
23LIBATOMICS ?= ""
24
25DEPENDS += "${DEPLIBATOMICS}"
26DEPLIBATOMICS_armv5 = "libatomics-ops"
27DEPLIBATOMICS_armv4 = "libatomics-ops"
28DEPLIBATOMICS ?= ""
29
30BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/libunwind/libunwind_1.1.bb b/meta-oe/recipes-support/libunwind/libunwind_1.1.bb
deleted file mode 100644
index bc38e3644..000000000
--- a/meta-oe/recipes-support/libunwind/libunwind_1.1.bb
+++ /dev/null
@@ -1,4 +0,0 @@
1require libunwind.inc
2
3SRC_URI[md5sum] = "fb4ea2f6fbbe45bf032cd36e586883ce"
4SRC_URI[sha256sum] = "9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a"