package/liburcu: bump version to 0.10.2

This includes a fix that might delay application startup
considerably (11486a15008b9).

Adapted the patch to point to the correct file.

Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Norbert Lange 2019-03-25 22:51:02 +01:00 committed by Thomas Petazzoni
parent aaca916874
commit f63dd85129
3 changed files with 9 additions and 9 deletions

View File

@ -12,10 +12,10 @@ Signed-off-by: Samuel Martin <s.martin49@gmail.com>
urcu/compiler.h | 9 ++++++++- urcu/compiler.h | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-) 1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/urcu/compiler.h b/urcu/compiler.h diff --git a/include/urcu/compiler.h b/include/urcu/compiler.h
index 1e30903..56115f1 100644 index 1e30903..56115f1 100644
--- a/urcu/compiler.h --- a/include/urcu/compiler.h
+++ b/urcu/compiler.h +++ b/include/urcu/compiler.h
@@ -118,10 +118,17 @@ @@ -118,10 +118,17 @@
+ __GNUC_PATCHLEVEL__) + __GNUC_PATCHLEVEL__)

View File

@ -1,4 +1,4 @@
# http://www.lttng.org/files/urcu/userspace-rcu-0.9.2.tar.bz2.sha1 # http://www.lttng.org/files/urcu/userspace-rcu-0.10.2.tar.bz2.sha1
sha1 61d1d0d1b955c7a67a7253317647304d04b400a0 userspace-rcu-0.9.2.tar.bz2 sha1 70ac938acdc738bee7e2e1f462a7991a25ba2439 userspace-rcu-0.10.2.tar.bz2
# Locally generated # Locally generated
sha256 8f7fa313b1e0a3f742cea24ce63a39c0efe63e615a769e2961e55bd2663ecaa3 userspace-rcu-0.9.2.tar.bz2 sha256 b3f6888daf6fe02c1f8097f4a0898e41b5fe9975e121dc792b9ddef4b17261cc userspace-rcu-0.10.2.tar.bz2

View File

@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
LIBURCU_VERSION = 0.9.2 LIBURCU_VERSION = 0.10.2
LIBURCU_SITE = http://lttng.org/files/urcu LIBURCU_SITE = http://lttng.org/files/urcu
LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2 LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2
LIBURCU_LICENSE = LGPL-2.1+ (library), MIT-like (few source files listed in LICENSE), GPL-2.0+ (test), GPL-3.0 (few *.m4 files) LIBURCU_LICENSE = LGPL-2.1+ (library), MIT-like (few source files listed in LICENSE), GPL-2.0+ (test), GPL-3.0 (few *.m4 files)