aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/liburcu/files
diff options
context:
space:
mode:
authorCristiana Voicu <cristiana.voicu@intel.com>2013-11-18 17:03:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-20 14:03:04 +0000
commitf599315f2d944a465dd0081f9e7bfc7294fcd299 (patch)
tree01438579886a5d1bdec6db7f2607983f7e35c1ae /meta/recipes-support/liburcu/files
parent29702920adebefd2cf1ea1fde0b0f5b44b14ee40 (diff)
downloadopenembedded-core-contrib-f599315f2d944a465dd0081f9e7bfc7294fcd299.tar.gz
liburcu: upgrade to 0.8.1
One patch was removed because it was merged upstream; converted "files" directory to "liburcu" Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/liburcu/files')
-rw-r--r--meta/recipes-support/liburcu/files/fixCCflag.patch20
-rw-r--r--meta/recipes-support/liburcu/files/fixsepbuild.patch19
2 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-support/liburcu/files/fixCCflag.patch b/meta/recipes-support/liburcu/files/fixCCflag.patch
deleted file mode 100644
index 2e526d4517..0000000000
--- a/meta/recipes-support/liburcu/files/fixCCflag.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Upstream-Status: Pending
-
-Use cross compiler for doc exemples too
-
-Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
-
-Index: userspace-rcu-0.8.0/doc/examples/Makefile.examples.template
-===================================================================
---- userspace-rcu-0.8.0.orig/doc/examples/Makefile.examples.template 2013-08-30 21:25:20.000000000 +0300
-+++ userspace-rcu-0.8.0/doc/examples/Makefile.examples.template 2013-10-23 13:34:30.405550556 +0300
-@@ -11,7 +11,9 @@
- #
- # This makefile is purposefully kept simple to support GNU and BSD make.
-
-+ifndef CC
- CC = gcc
-+endif
- CFLAGS = -g -O2 -Wall
-
- all: $(BINARY)
diff --git a/meta/recipes-support/liburcu/files/fixsepbuild.patch b/meta/recipes-support/liburcu/files/fixsepbuild.patch
deleted file mode 100644
index 9cd0ab9e73..0000000000
--- a/meta/recipes-support/liburcu/files/fixsepbuild.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Upstream-Status: Pending
-
-Fix out of tree build for doc examples
-
-Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
-
-Index: userspace-rcu-0.8.0/doc/examples/Makefile.am
-===================================================================
---- userspace-rcu-0.8.0.orig/doc/examples/Makefile.am 2013-08-30 21:25:20.000000000 +0300
-+++ userspace-rcu-0.8.0/doc/examples/Makefile.am 2013-10-21 17:52:34.774597179 +0300
-@@ -128,7 +128,7 @@
- cp -fR $(srcdir)/$$subdir $(builddir); \
- done; \
- fi
-- $(MAKE) -f dist-files/Makefile AM_CPPFLAGS="$(CPPFLAGS) -I../../../urcu/ -I../../../" AM_CFLAGS='$(CFLAGS)' AM_LDFLAGS='$(LDFLAGS) -L../../../.libs/ -Wl,-rpath="$(PWD)/../../.libs/"' $(AM_MAKEFLAGS) all
-+ $(MAKE) -f dist-files/Makefile AM_CPPFLAGS="$(CPPFLAGS) -I$(top_srcdir) -I../../../urcu/ -I../../../" AM_CFLAGS='$(CFLAGS)' AM_LDFLAGS='$(LDFLAGS) -L../../../.libs/ -Wl,-rpath="$(PWD)/../../.libs/"' $(AM_MAKEFLAGS) all
-
- clean-local:
- $(MAKE) -f dist-files/Makefile $(AM_MAKEFLAGS) clean