From 531ccc81441a1381ab314455d589345da59340aa Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Tue, 8 Jan 2013 13:34:49 +0200 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb | 30 ----------------------- 1 file changed, 30 deletions(-) delete mode 100644 meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb (limited to 'meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb') 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 @@ -SUMMARY = "Linux Trace Toolkit Userspace Tracer 2.0" -DESCRIPTION = "The LTTng UST 2.0 package contains the userspace tracer library to trace userspace codes." -HOMEPAGE = "http://lttng.org/lttng2.0" -BUGTRACKER = "n/a" - -LICENSE = "LGPLv2.1+ & BSD & GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=c963eb366b781252b0bf0fdf1624d9e9 \ - file://snprintf/snprintf.c;endline=32;md5=d3d544959d8a3782b2e07451be0a903c \ - file://snprintf/various.h;endline=31;md5=89f2509b6b4682c4fc95255eec4abe44" - -inherit autotools - -DEPENDS = "liburcu util-linux" - -SRCREV = "5fbf75f52c808b648feebea1ed4874c5f6264b05" -PV = "2.0.5" -PR = "r0" - -SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" - -S = "${WORKDIR}/git" - -do_configure_prepend () { - ${S}/bootstrap -} - -# Due to liburcu not building for MIPS currently this recipe needs to -# be limited also. -# So here let us first suppport x86/arm/powerpc platforms now. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*)-linux.*' -- cgit v1.2.3-54-g00ecf