|
@@ -1,4 +1,5 @@
|
1
|
1
|
#
|
|
2
|
+# Copyright (C) 2015 OpenWrt.org
|
2
|
3
|
# Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
|
3
|
4
|
#
|
4
|
5
|
# This is free software, licensed under the GNU General Public License v2.
|
|
@@ -8,13 +9,13 @@
|
8
|
9
|
include $(TOPDIR)/rules.mk
|
9
|
10
|
|
10
|
11
|
PKG_NAME:=liburcu
|
11
|
|
-PKG_VERSION:=0.8.6
|
|
12
|
+PKG_VERSION:=0.8.7
|
12
|
13
|
PKG_RELEASE:=1
|
13
|
14
|
|
14
|
15
|
PKG_SOURCE:=userspace-rcu-$(PKG_VERSION).tar.bz2
|
15
|
16
|
PKG_SOURCE_SUBDIR:=userspace-rcu-$(PKG_VERSION)
|
16
|
17
|
PKG_SOURCE_URL:=https://lttng.org/files/urcu/
|
17
|
|
-PKG_MD5SUM:=834d91d939dd55108a05763be9879856
|
|
18
|
+PKG_MD5SUM:=7a6ee17871d31226db3f618e28351d22
|
18
|
19
|
|
19
|
20
|
PKG_BUILD_DIR:=$(BUILD_DIR)/userspace-rcu-$(PKG_VERSION)
|
20
|
21
|
PKG_BUILD_PARALLEL:=1
|