Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] liburcu: bump to version 0.8.0
@ 2013-10-30 20:20 Olivier Schonken
  2013-10-30 20:20 ` [Buildroot] [PATCH 2/5] lttng-tools: bump to version 2.3.0 Olivier Schonken
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Olivier Schonken @ 2013-10-30 20:20 UTC (permalink / raw)
  To: buildroot

Also added a patch to keep liburcu from trying to build examples in doc directory,
which breaks cross-compilation when enabled.

Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
---
 .../liburcu/0001-Removed-Examples-from-doc.patch   | 22 ++++++++++++++++++++++
 package/liburcu/liburcu.mk                         |  3 ++-
 2 files changed, 24 insertions(+), 1 deletion(-)
 create mode 100644 package/liburcu/0001-Removed-Examples-from-doc.patch

diff --git a/package/liburcu/0001-Removed-Examples-from-doc.patch b/package/liburcu/0001-Removed-Examples-from-doc.patch
new file mode 100644
index 0000000..7df05b8
--- /dev/null
+++ b/package/liburcu/0001-Removed-Examples-from-doc.patch
@@ -0,0 +1,22 @@
+From 3f8b92364d39df34b327f50e93ab9350a0adb981 Mon Sep 17 00:00:00 2001
+From: Olivier Schonken <olivier.schonken@gmail.com>
+Date: Wed, 9 Oct 2013 16:36:03 +0200
+Subject: [PATCH] Removed Examples subdir - breaks crosscompilation
+
+Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
+---
+ doc/Makefile.am |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/Makefile.am b/doc/Makefile.am
+index d98f16b..821cc19 100644
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -1,3 +1,3 @@
+-SUBDIRS = examples
++SUBDIRS = 
+ 
+ dist_doc_DATA = rcu-api.txt cds-api.txt uatomic-api.txt
+-- 
+1.7.9.5
+
diff --git a/package/liburcu/liburcu.mk b/package/liburcu/liburcu.mk
index a586382..fa14a14 100644
--- a/package/liburcu/liburcu.mk
+++ b/package/liburcu/liburcu.mk
@@ -4,12 +4,13 @@
 #
 ################################################################################
 
-LIBURCU_VERSION = 0.7.7
+LIBURCU_VERSION = 0.8.0
 LIBURCU_SITE    = http://lttng.org/files/urcu/
 LIBURCU_SOURCE  = userspace-rcu-$(LIBURCU_VERSION).tar.bz2
 LIBURCU_LICENSE = LGPLv2.1+ for the library; MIT-like license for few source files listed in LICENSE
 LIBURCU_LICENSE_FILES = lgpl-2.1.txt lgpl-relicensing.txt LICENSE
 
 LIBURCU_INSTALL_STAGING = YES
+LIBURCU_AUTORECONF = YES
 
 $(eval $(autotools-package))
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-11-03 20:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 20:20 [Buildroot] [PATCH 1/5] liburcu: bump to version 0.8.0 Olivier Schonken
2013-10-30 20:20 ` [Buildroot] [PATCH 2/5] lttng-tools: bump to version 2.3.0 Olivier Schonken
2013-10-30 20:20 ` [Buildroot] [PATCH 3/5] lttng-modules: bump to version 2.3.2 Olivier Schonken
2013-10-30 20:20 ` [Buildroot] [PATCH 4/5] lttng-libust: bump to version 2.3.0 Olivier Schonken
2013-10-30 20:20 ` [Buildroot] [PATCH 5/5] util-linux: Fix cross-compile for host-util-linux when ncurses not selected Olivier Schonken
2013-10-30 21:18   ` Thomas Petazzoni
2013-10-31  7:29     ` Olivier Schonken
2013-10-31  7:40       ` Thomas Petazzoni
2013-11-02 17:41 ` [Buildroot] [PATCH 1/5] liburcu: bump to version 0.8.0 Thomas Petazzoni
2013-11-03 20:32   ` Olivier Schonken

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox