summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-07 20:06:29 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-09 08:18:17 -0800
commit3d08b9f2c65835822b1c0ed30e3170f02f877ce3 (patch)
tree774991d51470129319c18bb6b32c9b0c2d5a2b7c /meta/recipes-kernel/lttng
parentba5e0b9531b9a967aa3d408a13024590d96b8391 (diff)
downloadpoky-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.gz
SRC_URI Checksums Additionals
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/lttng-control_0.88.bb3
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_0.8.bb3
-rw-r--r--meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb3
3 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-control_0.88.bb b/meta/recipes-kernel/lttng/lttng-control_0.88.bb
index a96b80c813..502064f186 100644
--- a/meta/recipes-kernel/lttng/lttng-control_0.88.bb
+++ b/meta/recipes-kernel/lttng/lttng-control_0.88.bb
@@ -10,6 +10,9 @@ LTTDATE = "09242010"
10 10
11SRC_URI = "http://ltt.polymtl.ca/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz" 11SRC_URI = "http://ltt.polymtl.ca/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz"
12 12
13SRC_URI[md5sum] = "ca81d874352756837518d74c9d1091a7"
14SRC_URI[sha256sum] = "89c625a4d1b0823954217df232a31f3cae31de7b6655c0d885a61bece0dfcd88"
15
13S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}" 16S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}"
14 17
15inherit autotools 18inherit autotools
diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.8.bb b/meta/recipes-kernel/lttng/lttng-ust_0.8.bb
index 79b620e981..7d88b1638d 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_0.8.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_0.8.bb
@@ -16,6 +16,9 @@ PR = "r0"
16 16
17SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz" 17SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz"
18 18
19SRC_URI[md5sum] = "333ff7c8fef92b31dff85789865bb791"
20SRC_URI[sha256sum] = "802398bc2c3ad5c80bd236d1ee24968f4da8a1401695e8dc15cb396ac836abb4"
21
19S = "${WORKDIR}/ust-${PV}" 22S = "${WORKDIR}/ust-${PV}"
20 23
21inherit autotools 24inherit autotools
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
index 71bcb8082f..550d8f5184 100644
--- a/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
+++ b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb
@@ -16,6 +16,9 @@ SECTION = "devel"
16ALTNAME = "lttv-${PV}-20082010" 16ALTNAME = "lttv-${PV}-20082010"
17 17
18SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz" 18SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz"
19
20SRC_URI[md5sum] = "ebcbc4e21184b4b0dcb0611b4977dad8"
21SRC_URI[sha256sum] = "d258b13cd76c37e4f8395c06159986dd45517bef312895ffa59722087a2879e7"
19S = "${WORKDIR}/${ALTNAME}" 22S = "${WORKDIR}/${ALTNAME}"
20 23
21inherit autotools 24inherit autotools