|
@@ -6,13 +6,15 @@ HOMEPAGE = "http://lttng.org/urcu"
|
|
|
BUGTRACKER = "http://lttng.org/project/issues"
|
|
|
|
|
|
LICENSE = "LGPL-2.1-or-later & MIT"
|
|
|
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e548d28737289d75a8f1e01ba2fd7825 \
|
|
|
- file://include/urcu/urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \
|
|
|
- file://include/urcu/uatomic/x86.h;beginline=4;endline=21;md5=58e50bbd8a2f073bb5500e6554af0d0b"
|
|
|
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c2a92498b6e88e276f986877995425b8 \
|
|
|
+ file://include/urcu/urcu.h;beginline=1;endline=18;md5=d35fe8cc2613ca70e0a624ed8bf6fef9 \
|
|
|
+ file://include/urcu/uatomic/x86.h;beginline=1;endline=6;md5=358d69272ba7b5f85e29e342430d440c \
|
|
|
+ "
|
|
|
+
|
|
|
|
|
|
SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
|
|
|
|
|
|
-SRC_URI[sha256sum] = "231acb13dc6ec023e836a0f0666f6aab47dc621ecb1d2cd9d9c22f922678abc0"
|
|
|
+SRC_URI[sha256sum] = "4f2d839af67905ad396d6d53ba5649b66113d90840dcbc89941e0da64bccd38c"
|
|
|
|
|
|
S = "${WORKDIR}/userspace-rcu-${PV}"
|
|
|
inherit autotools multilib_header
|