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>
This commit is contained in:
Fabrice Fontaine 2019-09-21 20:37:04 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent b9f43ade0f
commit 2cb05c0047
3 changed files with 10 additions and 6 deletions

View File

@ -4,7 +4,7 @@ config BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
depends on BR2_arm || BR2_armeb || BR2_aarch64 || BR2_aarch64_be || \
BR2_i386 || BR2_mips || BR2_mips64 || BR2_mipsel || \
BR2_mips64el || BR2_nios2 || BR2_powerpc || BR2_powerpc64 || \
BR2_powerpc64le || BR2_sparc64 || BR2_x86_64
BR2_powerpc64le || BR2_riscv || BR2_sparc64 || BR2_x86_64
depends on BR2_USE_MMU # fork() in test
config BR2_PACKAGE_LIBURCU

View File

@ -1,4 +1,8 @@
# http://www.lttng.org/files/urcu/userspace-rcu-0.10.2.tar.bz2.sha1
sha1 70ac938acdc738bee7e2e1f462a7991a25ba2439 userspace-rcu-0.10.2.tar.bz2
# Locally generated
sha256 b3f6888daf6fe02c1f8097f4a0898e41b5fe9975e121dc792b9ddef4b17261cc userspace-rcu-0.10.2.tar.bz2
# http://www.lttng.org/files/urcu/userspace-rcu-0.11.1.tar.bz2.sha256
sha256 92b9971bf3f1c443edd6c09e7bf5ff3b43531e778841f16377a812c8feeb3350 userspace-rcu-0.11.1.tar.bz2
# Hash for license files
sha256 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89 lgpl-2.1.txt
sha256 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e lgpl-relicensing.txt
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 gpl-2.0.txt
sha256 e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7 LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
LIBURCU_VERSION = 0.10.2
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)