Skip to content

Commit

Permalink
liburcu: update to version 0.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Hák <jan.hak@nic.cz>
  • Loading branch information
Payne-X6 committed Jan 13, 2025
1 parent f640d92 commit 1f2bf80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libs/liburcu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=liburcu
PKG_VERSION:=0.14.1
PKG_VERSION:=0.15.0
PKG_RELEASE:=1

PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz>
Expand All @@ -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_URL:=https://lttng.org/files/urcu/
PKG_HASH:=231acb13dc6ec023e836a0f0666f6aab47dc621ecb1d2cd9d9c22f922678abc0
PKG_HASH:=4f2d839af67905ad396d6d53ba5649b66113d90840dcbc89941e0da64bccd38c
PKG_BUILD_DIR:=$(BUILD_DIR)/userspace-rcu-$(PKG_VERSION)

PKG_FIXUP:=autoreconf
Expand Down
7 changes: 4 additions & 3 deletions libs/liburcu/patches/010-no-tests.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
@@ -4,7 +4,7 @@

ACLOCAL_AMFLAGS=-I m4

-SUBDIRS = include src doc tests extras
+SUBDIRS = include src

dist_doc_DATA = LICENSE \
README.md
dist_doc_DATA = \
LICENSE.md \

0 comments on commit 1f2bf80

Please sign in to comment.