buildroot/package/liburcu/liburcu.mk
Fabrice Fontaine 2cb05c0047 package/liburcu: bump to version 0.11.1
- Add hash for license files
- RISC-V is supported since version 0.11.0 and
  fdfad81006

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-09-21 21:22:19 +02:00

16 lines
570 B
Makefile

################################################################################
#
# liburcu
#
################################################################################
LIBURCU_VERSION = 0.11.1
LIBURCU_SITE = http://lttng.org/files/urcu
LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2
LIBURCU_LICENSE = LGPL-2.1+ (library), MIT-like (few source files listed in LICENSE), GPL-2.0+ (test), GPL-3.0 (few *.m4 files)
LIBURCU_LICENSE_FILES = lgpl-2.1.txt lgpl-relicensing.txt gpl-2.0.txt LICENSE
LIBURCU_INSTALL_STAGING = YES
$(eval $(autotools-package))