diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-27 19:37:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-28 16:49:13 +0000 |
commit | 8aaa0f689d867dc473483fb850f46d736aa90286 (patch) | |
tree | b9839e6d60eff80c30f501c17385c6a2604a2fdd /meta/recipes-support/liburcu | |
parent | 0b60fa1d15b40b6faf7328710df1052228662e2b (diff) | |
download | poky-8aaa0f689d867dc473483fb850f46d736aa90286.tar.gz |
liburcu: upgrade from 0.4.8 to 0.5.2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-support/liburcu')
-rw-r--r-- | meta/recipes-support/liburcu/liburcu_0.5.2.bb (renamed from meta/recipes-support/liburcu/liburcu_0.4.8.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/liburcu/liburcu_0.4.8.bb b/meta/recipes-support/liburcu/liburcu_0.5.2.bb index 655685a650..fa9ddb3612 100644 --- a/meta/recipes-support/liburcu/liburcu_0.4.8.bb +++ b/meta/recipes-support/liburcu/liburcu_0.5.2.bb | |||
@@ -11,8 +11,8 @@ PR = "r0" | |||
11 | 11 | ||
12 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" | 12 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "408b67506808a1bff2313d83607dbcfe" | 14 | SRC_URI[md5sum] = "a2978395806eed5d9a2de1e22efe70e0" |
15 | SRC_URI[sha256sum] = "43783a298b5adcfe273878194b28b9dcb95cbe8948a918caaf492c7bcb8c2ff6" | 15 | SRC_URI[sha256sum] = "2f22966fe4b00ef547976a31c1c6a7c7bea3449ffa838806d9610e7424e184dd" |
16 | 16 | ||
17 | S = "${WORKDIR}/userspace-rcu-${PV}" | 17 | S = "${WORKDIR}/userspace-rcu-${PV}" |
18 | 18 | ||