mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
liburcu: update to version 0.15.0
Signed-off-by: Jan Hák <jan.hak@nic.cz>
This commit is contained in:
committed by
Josef Schlehofer
parent
c942cd0875
commit
5445ad8c30
@@ -9,7 +9,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=liburcu
|
PKG_NAME:=liburcu
|
||||||
PKG_VERSION:=0.14.1
|
PKG_VERSION:=0.15.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz>
|
PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz>
|
||||||
@@ -18,7 +18,7 @@ PKG_LICENSE_FILES:=lgpl-2.1.txt gpl-2.0.txt lgpl-relicensing.txt
|
|||||||
|
|
||||||
PKG_SOURCE:=userspace-rcu-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=userspace-rcu-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://lttng.org/files/urcu/
|
PKG_SOURCE_URL:=https://lttng.org/files/urcu/
|
||||||
PKG_HASH:=231acb13dc6ec023e836a0f0666f6aab47dc621ecb1d2cd9d9c22f922678abc0
|
PKG_HASH:=4f2d839af67905ad396d6d53ba5649b66113d90840dcbc89941e0da64bccd38c
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/userspace-rcu-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/userspace-rcu-$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/Makefile.am
|
+++ b/Makefile.am
|
||||||
@@ -1,6 +1,6 @@
|
@@ -4,7 +4,7 @@
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS=-I m4
|
ACLOCAL_AMFLAGS=-I m4
|
||||||
|
|
||||||
-SUBDIRS = include src doc tests extras
|
-SUBDIRS = include src doc tests extras
|
||||||
+SUBDIRS = include src
|
+SUBDIRS = include src
|
||||||
|
|
||||||
dist_doc_DATA = LICENSE \
|
dist_doc_DATA = \
|
||||||
README.md
|
LICENSE.md \
|
||||||
|
|||||||
Reference in New Issue
Block a user