summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libunwind/libunwind-1.1/0001-disable-tests.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-05-11 10:35:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-13 13:41:30 +0100
commitca8ae667ac9f60fce217c87154967a81da888d74 (patch)
tree2faf1dd3db122b5cba61074a9c6fba4558e91657 /meta/recipes-support/libunwind/libunwind-1.1/0001-disable-tests.patch
parent08a9f5dec693ba69dafe53b4ab05dc15d82ee40b (diff)
downloadpoky-ca8ae667ac9f60fce217c87154967a81da888d74.tar.gz
libunwind: Upgrade to 1.2rc1+
This helps in compiling with gcc6 drop patches backported to 1.1 remove musl conditional patches, they should work on glibc too now (From OE-Core rev: d164b4dbcbba4dd7db4c4257e6cd876026c2e7eb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libunwind/libunwind-1.1/0001-disable-tests.patch')
-rw-r--r--meta/recipes-support/libunwind/libunwind-1.1/0001-disable-tests.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-support/libunwind/libunwind-1.1/0001-disable-tests.patch b/meta/recipes-support/libunwind/libunwind-1.1/0001-disable-tests.patch
deleted file mode 100644
index 7309ffd865..0000000000
--- a/meta/recipes-support/libunwind/libunwind-1.1/0001-disable-tests.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1From b07435a90bd636ee718e2238fb46c74a6dd5e069 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 22 Mar 2016 16:41:13 +0000
4Subject: [PATCH] disable tests
5
6Tests use getcontext() API which is
7not there on musl
8
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11Upstream-Status: Inappropriate [MUSL-only]
12
13 Makefile.am | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/Makefile.am b/Makefile.am
17index e24fe1e..15380e4 100644
18--- a/Makefile.am
19+++ b/Makefile.am
20@@ -39,7 +39,7 @@ endif
21
22 nodist_include_HEADERS = include/libunwind-common.h
23
24-SUBDIRS = src tests doc
25+SUBDIRS = src doc
26
27 noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \
28 include/compiler.h include/libunwind_i.h include/mempool.h \
29--
301.8.3.1
31