diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-02-01 20:02:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-06 11:06:29 +0000 |
commit | 5a8e74af211ebb86b30a26fd4a3d117ec0ed47e0 (patch) | |
tree | dd24248f172182c197b1571059ded90228f693e8 /meta/recipes-support/liburcu | |
parent | b112b094cce627d024df5131a4533ca5f84e5443 (diff) | |
download | poky-5a8e74af211ebb86b30a26fd4a3d117ec0ed47e0.tar.gz |
liburcu: update to 0.10.1
(From OE-Core rev: 21b686b45b5c8b63a3844ac3a6246ac11a4078ee)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.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.10.1.bb (renamed from meta/recipes-support/liburcu/liburcu_0.10.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/liburcu/liburcu_0.10.0.bb b/meta/recipes-support/liburcu/liburcu_0.10.1.bb index 4ecb20b75c..0c8cd3571a 100644 --- a/meta/recipes-support/liburcu/liburcu_0.10.0.bb +++ b/meta/recipes-support/liburcu/liburcu_0.10.1.bb | |||
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e548d28737289d75a8f1e01ba2fd7825 \ | |||
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 | 12 | ||
13 | SRC_URI[md5sum] = "69dab85b6929c378338b9504adc6aea7" | 13 | SRC_URI[md5sum] = "281a2f92fdc39c40ad6b76f6631fdbd7" |
14 | SRC_URI[sha256sum] = "7cb58a7ba5151198087f025dc8d19d8918e9c6d56772f039696c111d9aad3190" | 14 | SRC_URI[sha256sum] = "9c09220be4435dc27fcd22d291707b94b97f159e0c442fbcd60c168f8f79eb06" |
15 | 15 | ||
16 | S = "${WORKDIR}/userspace-rcu-${PV}" | 16 | S = "${WORKDIR}/userspace-rcu-${PV}" |
17 | inherit autotools | 17 | inherit autotools |