mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
liburcu: bump to version 0.7.3
Note that liburcu-0.6.7-missing-gnu-source.patch has been merged upstream. Signed-off-by: Samuel Martin <s.martin49@gmail.com> delete mode 100644 package/liburcu/liburcu-0.6.7-missing-gnu-source.patch Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
74b442c8b4
commit
eb26e26269
@ -1,13 +0,0 @@
|
|||||||
Define _GNU_SOURCE to access CPU_ZERO() macro in uClibc
|
|
||||||
|
|
||||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
||||||
|
|
||||||
Index: userspace-rcu-0.6.7/tests/urcutorture.c
|
|
||||||
===================================================================
|
|
||||||
--- userspace-rcu-0.6.7.orig/tests/urcutorture.c 2012-02-01 10:17:09.938804402 +0100
|
|
||||||
+++ userspace-rcu-0.6.7/tests/urcutorture.c 2012-02-01 10:17:15.308713372 +0100
|
|
||||||
@@ -1,3 +1,4 @@
|
|
||||||
+#define _GNU_SOURCE
|
|
||||||
#include <string.h>
|
|
||||||
#include <sys/time.h>
|
|
||||||
#include <poll.h>
|
|
@ -1,5 +1,10 @@
|
|||||||
LIBURCU_VERSION = 0.6.7
|
#############################################################
|
||||||
LIBURCU_SITE = http://lttng.org/files/bundles/20111214/
|
#
|
||||||
|
# liburc: userspace RCU (read-copy-update) library
|
||||||
|
#
|
||||||
|
#############################################################
|
||||||
|
LIBURCU_VERSION = 0.7.3
|
||||||
|
LIBURCU_SITE = http://lttng.org/files/urcu/
|
||||||
LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2
|
LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2
|
||||||
|
|
||||||
LIBURCU_INSTALL_STAGING = YES
|
LIBURCU_INSTALL_STAGING = YES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user