diff options
-rw-r--r-- | meta/recipes-support/liburcu/liburcu_0.15.0.bb (renamed from meta/recipes-support/liburcu/liburcu_0.14.1.bb) | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/recipes-support/liburcu/liburcu_0.14.1.bb b/meta/recipes-support/liburcu/liburcu_0.15.0.bb index 3b083b2514..95d9ba17e1 100644 --- a/meta/recipes-support/liburcu/liburcu_0.14.1.bb +++ b/meta/recipes-support/liburcu/liburcu_0.15.0.bb | |||
@@ -6,13 +6,15 @@ HOMEPAGE = "http://lttng.org/urcu" | |||
6 | BUGTRACKER = "http://lttng.org/project/issues" | 6 | BUGTRACKER = "http://lttng.org/project/issues" |
7 | 7 | ||
8 | LICENSE = "LGPL-2.1-or-later & MIT" | 8 | LICENSE = "LGPL-2.1-or-later & MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e548d28737289d75a8f1e01ba2fd7825 \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c2a92498b6e88e276f986877995425b8 \ |
10 | file://include/urcu/urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \ | 10 | file://include/urcu/urcu.h;beginline=1;endline=18;md5=d35fe8cc2613ca70e0a624ed8bf6fef9 \ |
11 | file://include/urcu/uatomic/x86.h;beginline=4;endline=21;md5=58e50bbd8a2f073bb5500e6554af0d0b" | 11 | file://include/urcu/uatomic/x86.h;beginline=1;endline=6;md5=358d69272ba7b5f85e29e342430d440c \ |
12 | " | ||
13 | |||
12 | 14 | ||
13 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" | 15 | SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" |
14 | 16 | ||
15 | SRC_URI[sha256sum] = "231acb13dc6ec023e836a0f0666f6aab47dc621ecb1d2cd9d9c22f922678abc0" | 17 | SRC_URI[sha256sum] = "4f2d839af67905ad396d6d53ba5649b66113d90840dcbc89941e0da64bccd38c" |
16 | 18 | ||
17 | S = "${WORKDIR}/userspace-rcu-${PV}" | 19 | S = "${WORKDIR}/userspace-rcu-${PV}" |
18 | inherit autotools multilib_header | 20 | inherit autotools multilib_header |