summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2013-01-08 13:34:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-10 23:43:10 +0000
commit531ccc81441a1381ab314455d589345da59340aa (patch)
treef405bfbb36dfbc613aa2741e892f6837ada86ee7 /meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
parentb06f1f3cd899b106e27df6702d9ade8649a1b8d3 (diff)
downloadpoky-531ccc81441a1381ab314455d589345da59340aa.tar.gz
lttng-2.0: components updated to version 2.1.0
lttng2-ust, lttng-modules and lttng-tools were updated to version 2.1.0. Since these should be changed together, the changes are grouped into a single patch. The text for the lttng-tools LICENSE file has these lines changed (according to the license text, these shouldn't impact the actual licensing terms of the package): ================================================================= -) include/lttng/* -) src/lib/lttng-ctl/* We have some tests LGPL but should not impact anything even if we change them in the future to GPL. ================================================================= The text for the lttng-modules LICENSE files contains a minor change in the MIT section (a reference to the mit-license.txt file): ================================================================= These files are licensed under an MIT-style license. See mit-license.txt for details. ================================================================= (From OE-Core rev: 6f3397b4d5b32e31ed3ba832f48e35fdb1f5b6ab) Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.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, 0 insertions, 30 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
deleted file mode 100644
index 64ae3a226b..0000000000
--- a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
+++ /dev/null
@@ -1,30 +0,0 @@
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 = "5fbf75f52c808b648feebea1ed4874c5f6264b05"
16PV = "2.0.5"
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.*'