summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/liburcu/liburcu/aarch64.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-12-17 16:18:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-27 11:26:57 +0000
commit1bdaf210c2d4361948903a3af5cb98eda8860b85 (patch)
treee6605a2dd0f4242da13219fb575bc91bf54615e5 /meta/recipes-support/liburcu/liburcu/aarch64.patch
parent266df586291ca357070883dfa419b49a6bc6b7ca (diff)
downloadopenembedded-core-contrib-1bdaf210c2d4361948903a3af5cb98eda8860b85.tar.gz
liburcu: update to 0.9.1
Remove all patches: one of them is fixing a problem with gcc 4.8 that is no longer in use, and the other two are backports. LICENSE checksum has changed, but visually the text has stayed the same. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/liburcu/liburcu/aarch64.patch')
-rw-r--r--meta/recipes-support/liburcu/liburcu/aarch64.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-support/liburcu/liburcu/aarch64.patch b/meta/recipes-support/liburcu/liburcu/aarch64.patch
deleted file mode 100644
index c6cc8c2fd3..0000000000
--- a/meta/recipes-support/liburcu/liburcu/aarch64.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-libucru: recognize aarch64
-
-Make the same as "arm" internally.
-
-Upstream-Status: Pending
-
-Signed-off-by: joe.slater@windriver.com
-
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -77,6 +77,7 @@ AS_CASE([$host_cpu],
- [alpha*], [ARCHTYPE="alpha"],
- [ia64], [ARCHTYPE="gcc"],
- [arm*], [ARCHTYPE="arm"],
-+ [aarch64], [ARCHTYPE="arm"],
- [mips*], [ARCHTYPE="mips"],
- [tile*], [ARCHTYPE="gcc"],
- [ARCHTYPE="unknown"]