diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-06-11 02:51:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-12 22:54:14 +0100 |
commit | 2d4c9ee39827819fc25d1b1e0563fd38fa093db2 (patch) | |
tree | 1d4376684299b456e5d51e1ec117de127fbb24c0 /meta/recipes-support/liburcu | |
parent | 0f2ee5f16e651d5e4e63c739c06bf979758347e0 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-support/liburcu')
-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 | ||
13 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" | 13 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "d94347df78e3f1aa744745eb85787df5" | 15 | SRC_URI[md5sum] = "8cb75dbb05774c03e66c63cb3186dd59" |
16 | SRC_URI[sha256sum] = "4eefc11e4f6c212fc7d84d871e1cc139da0669a46ff3fda557a6fdd4d74ca67b" | 16 | SRC_URI[sha256sum] = "cbb20dbe1a892c2a4d8898bac4316176e585392693d498766ccbbc68cf20ba20" |
17 | 17 | ||
18 | S = "${WORKDIR}/userspace-rcu-${PV}" | 18 | S = "${WORKDIR}/userspace-rcu-${PV}" |
19 | inherit autotools multilib_header | 19 | inherit autotools multilib_header |