From 725ceea724817c9eb77a7391499f0a0fe9e1fb43 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 19 Jan 2022 11:41:15 +0100 Subject: liburcu: upgrade 0.13.0 -> 0.13.1 (From OE-Core rev: b3e6dd66ec62dcca8594e0e43f76f14d2222b738) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-support/liburcu/liburcu_0.13.0.bb | 25 ------------------------- meta/recipes-support/liburcu/liburcu_0.13.1.bb | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-support/liburcu/liburcu_0.13.0.bb create mode 100644 meta/recipes-support/liburcu/liburcu_0.13.1.bb (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/liburcu/liburcu_0.13.0.bb b/meta/recipes-support/liburcu/liburcu_0.13.0.bb deleted file mode 100644 index aba8d070ed..0000000000 --- a/meta/recipes-support/liburcu/liburcu_0.13.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Userspace RCU (read-copy-update) library" -DESCRIPTION = "A userspace RCU (read-copy-update) library. This data \ -synchronization library provides read-side access which scales linearly \ -with the number of cores. " -HOMEPAGE = "http://lttng.org/urcu" -BUGTRACKER = "http://lttng.org/project/issues" - -LICENSE = "LGPLv2.1+ & MIT-style" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e548d28737289d75a8f1e01ba2fd7825 \ - file://include/urcu/urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ - file://include/urcu/uatomic/x86.h;beginline=4;endline=21;md5=58e50bbd8a2f073bb5500e6554af0d0b" - -SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" - -SRC_URI[md5sum] = "8cb75dbb05774c03e66c63cb3186dd59" -SRC_URI[sha256sum] = "cbb20dbe1a892c2a4d8898bac4316176e585392693d498766ccbbc68cf20ba20" - -S = "${WORKDIR}/userspace-rcu-${PV}" -inherit autotools multilib_header - -CPPFLAGS:append:riscv64 = " -pthread -D_REENTRANT" - -do_install:append() { - oe_multilib_header urcu/config.h -} diff --git a/meta/recipes-support/liburcu/liburcu_0.13.1.bb b/meta/recipes-support/liburcu/liburcu_0.13.1.bb new file mode 100644 index 0000000000..7e53e1cf7b --- /dev/null +++ b/meta/recipes-support/liburcu/liburcu_0.13.1.bb @@ -0,0 +1,24 @@ +SUMMARY = "Userspace RCU (read-copy-update) library" +DESCRIPTION = "A userspace RCU (read-copy-update) library. This data \ +synchronization library provides read-side access which scales linearly \ +with the number of cores. " +HOMEPAGE = "http://lttng.org/urcu" +BUGTRACKER = "http://lttng.org/project/issues" + +LICENSE = "LGPLv2.1+ & MIT-style" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e548d28737289d75a8f1e01ba2fd7825 \ + file://include/urcu/urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ + file://include/urcu/uatomic/x86.h;beginline=4;endline=21;md5=58e50bbd8a2f073bb5500e6554af0d0b" + +SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" + +SRC_URI[sha256sum] = "3213f33d2b8f710eb920eb1abb279ec04bf8ae6361f44f2513c28c20d3363083" + +S = "${WORKDIR}/userspace-rcu-${PV}" +inherit autotools multilib_header + +CPPFLAGS:append:riscv64 = " -pthread -D_REENTRANT" + +do_install:append() { + oe_multilib_header urcu/config.h +} -- cgit v1.2.3-54-g00ecf