summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2021-06-11 02:51:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-12 22:54:14 +0100
commit2d4c9ee39827819fc25d1b1e0563fd38fa093db2 (patch)
tree1d4376684299b456e5d51e1ec117de127fbb24c0
parent0f2ee5f16e651d5e4e63c739c06bf979758347e0 (diff)
downloadpoky-2d4c9ee39827819fc25d1b1e0563fd38fa093db2.tar.gz
liburcu: upgrade 0.12.2 -> 0.13.0
(From OE-Core rev: d9b4f1aba8e47fc9a66497480f8aa4a89fc1d240) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/liburcu/liburcu_0.13.0.bb (renamed from meta/recipes-support/liburcu/liburcu_0.12.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/liburcu/liburcu_0.12.2.bb b/meta/recipes-support/liburcu/liburcu_0.13.0.bb
index b493e939c9..c9fef89789 100644
--- a/meta/recipes-support/liburcu/liburcu_0.12.2.bb
+++ b/meta/recipes-support/liburcu/liburcu_0.13.0.bb
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e548d28737289d75a8f1e01ba2fd7825 \
12 12
13SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" 13SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
14 14
15SRC_URI[md5sum] = "d94347df78e3f1aa744745eb85787df5" 15SRC_URI[md5sum] = "8cb75dbb05774c03e66c63cb3186dd59"
16SRC_URI[sha256sum] = "4eefc11e4f6c212fc7d84d871e1cc139da0669a46ff3fda557a6fdd4d74ca67b" 16SRC_URI[sha256sum] = "cbb20dbe1a892c2a4d8898bac4316176e585392693d498766ccbbc68cf20ba20"
17 17
18S = "${WORKDIR}/userspace-rcu-${PV}" 18S = "${WORKDIR}/userspace-rcu-${PV}"
19inherit autotools multilib_header 19inherit autotools multilib_header