Browse Source

liburcu: Update to 0.8.6

Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
lilik-openwrt-22.03
Christoph König 9 years ago
parent
commit
7b13ed2ee9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/liburcu/Makefile

+ 2
- 2
libs/liburcu/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=liburcu
PKG_VERSION:=0.8.4
PKG_VERSION:=0.8.6
PKG_RELEASE:=1
PKG_SOURCE:=userspace-rcu-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=userspace-rcu-$(PKG_VERSION)
PKG_SOURCE_URL:=https://lttng.org/files/urcu/
PKG_MD5SUM:=2ca6671b20a550aa0e8020a1a9a96fd4
PKG_MD5SUM:=834d91d939dd55108a05763be9879856
PKG_BUILD_DIR:=$(BUILD_DIR)/userspace-rcu-$(PKG_VERSION)
PKG_BUILD_PARALLEL:=1


Loading…
Cancel
Save