diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/liburcu/liburcu_0.7.4.bb (renamed from meta/recipes-support/liburcu/liburcu_0.6.7.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/liburcu/liburcu_0.6.7.bb b/meta/recipes-support/liburcu/liburcu_0.7.4.bb index 361780c20a..a6a5bfc336 100644 --- a/meta/recipes-support/liburcu/liburcu_0.6.7.bb +++ b/meta/recipes-support/liburcu/liburcu_0.7.4.bb | |||
@@ -3,16 +3,16 @@ HOMEPAGE = "http://lttng.org/urcu" | |||
3 | BUGTRACKER = "http://lttng.org/project/issues" | 3 | BUGTRACKER = "http://lttng.org/project/issues" |
4 | 4 | ||
5 | LICENSE = "LGPLv2.1+ & MIT-style" | 5 | LICENSE = "LGPLv2.1+ & MIT-style" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b472dc110d38774921e1d5ccb0065fff \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=95dfea59eeaa41a4057faa07a58f5f89 \ |
7 | file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ | 7 | file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ |
8 | file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" | 8 | file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42" |
9 | 9 | ||
10 | PR = "r1" | 10 | 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] = "2705dadd65beda8e8960472c082e44b3" | 14 | SRC_URI[md5sum] = "7defbc16443e680ce4aad90cf49537a9" |
15 | SRC_URI[sha256sum] = "b0b09aead6fbcb4d5efb4270e12f84ffd115b99b55b2c745e052b2d87a47e75f" | 15 | SRC_URI[sha256sum] = "2294ec969308fc9115b43eb7ed5392a63a7e671f44316446a1149a39db54d51f" |
16 | 16 | ||
17 | S = "${WORKDIR}/userspace-rcu-${PV}" | 17 | S = "${WORKDIR}/userspace-rcu-${PV}" |
18 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" | 18 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" |