summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2012-08-30 10:38:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-30 17:44:05 -0700
commit1802da449cf6a4cd9f010fa65033e94a02df18a0 (patch)
treed92378bbc78c7c7e4763cba13a467a8ff57c813c /meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
parentf02238440be3da908129eed105f7f967d7477da0 (diff)
downloadpoky-1802da449cf6a4cd9f010fa65033e94a02df18a0.tar.gz
Update lttng-2.0 versions
lttng-modules: 2.0.pre11 -> 2.0.5 lttng-tools: 2.0.1 -> 2.0.4 lttng2-ust: 2.0.2 -> 2.0.5 (From OE-Core rev: 42acc9f4163db2ce13e2b5321a927ee89d00311a) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb')
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
new file mode 100644
index 0000000000..8f650a4ae2
--- /dev/null
+++ b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
@@ -0,0 +1,30 @@
1SUMMARY = "Linux Trace Toolkit Userspace Tracer 2.0"
2DESCRIPTION = "The LTTng UST 2.0 package contains the userspace tracer library to trace userspace codes."
3HOMEPAGE = "http://lttng.org/lttng2.0"
4BUGTRACKER = "n/a"
5
6LICENSE = "LGPLv2.1+ & BSD & GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=c963eb366b781252b0bf0fdf1624d9e9 \
8 file://snprintf/snprintf.c;endline=32;md5=d3d544959d8a3782b2e07451be0a903c \
9 file://snprintf/various.h;endline=31;md5=89f2509b6b4682c4fc95255eec4abe44"
10
11inherit autotools
12
13DEPENDS = "liburcu util-linux"
14
15SRCREV = "a367ee66aad3ffd21ef64d1b24efc6f862e09562"
16PV = "2.0.2+git${SRCPV}"
17PR = "r0"
18
19SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git"
20
21S = "${WORKDIR}/git"
22
23do_configure_prepend () {
24 ${S}/bootstrap
25}
26
27# Due to liburcu not building for MIPS currently this recipe needs to
28# be limited also.
29# So here let us first suppport x86/arm/powerpc platforms now.
30COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux'