diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-05-27 23:32:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-30 12:32:48 +0100 |
commit | edfc4149fdbbbbc9eb78a4e32a712c9c1d26f592 (patch) | |
tree | 894f32e35cbf5e74ef93aec058478540ccaee80b /meta | |
parent | a84b31f74f12767e4106266fd99e311997ff8f9b (diff) | |
download | poky-edfc4149fdbbbbc9eb78a4e32a712c9c1d26f592.tar.gz |
liburcu: upgrade 0.12.0 -> 0.12.1
(From OE-Core rev: 454153b380ae9e08fba02d2e2a33b72ea6f335cf)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/liburcu/liburcu_0.12.1.bb (renamed from meta/recipes-support/liburcu/liburcu_0.12.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/liburcu/liburcu_0.12.0.bb b/meta/recipes-support/liburcu/liburcu_0.12.1.bb index 0c20abe6d5..3a5ecbcc2d 100644 --- a/meta/recipes-support/liburcu/liburcu_0.12.0.bb +++ b/meta/recipes-support/liburcu/liburcu_0.12.1.bb | |||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e548d28737289d75a8f1e01ba2fd7825 \ | |||
9 | 9 | ||
10 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" | 10 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "d923a42ce38e33e883313003c8afd559" | 12 | SRC_URI[md5sum] = "5e419d7b30d0d98bffe0014c704ae936" |
13 | SRC_URI[sha256sum] = "409b1be506989e1d26543194df1a79212be990fe5d4fd84f34f019efed989f97" | 13 | SRC_URI[sha256sum] = "bbfaead0345642b97e0de90f889dfbab4b2643a6a5e5c6bb59cd0d26fc0bcd0e" |
14 | 14 | ||
15 | S = "${WORKDIR}/userspace-rcu-${PV}" | 15 | S = "${WORKDIR}/userspace-rcu-${PV}" |
16 | inherit autotools multilib_header | 16 | inherit autotools multilib_header |