diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-01-08 13:34:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-10 23:43:10 +0000 |
commit | 531ccc81441a1381ab314455d589345da59340aa (patch) | |
tree | f405bfbb36dfbc613aa2741e892f6837ada86ee7 | |
parent | b06f1f3cd899b106e27df6702d9ade8649a1b8d3 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-kernel/lttng-2.0/lttng-modules_2.1.0.bb (renamed from meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb) | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb (renamed from meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb) | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng-2.0/lttng2-ust_2.1.0.bb (renamed from meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb) | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.1.0.bb index 4b15d93c91..b3a25f9ca5 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.1.0.bb | |||
@@ -2,7 +2,7 @@ SECTION = "devel" | |||
2 | SUMMARY = "Linux Trace Toolkit KERNEL MODULE" | 2 | SUMMARY = "Linux Trace Toolkit KERNEL MODULE" |
3 | DESCRIPTION = "The lttng-modules 2.0 package contains the kernel tracer modules" | 3 | DESCRIPTION = "The lttng-modules 2.0 package contains the kernel tracer modules" |
4 | LICENSE = "LGPLv2.1 & GPLv2" | 4 | LICENSE = "LGPLv2.1 & GPLv2" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1eb086682a7c65a45acd9bcdf6877b3e \ | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1412caf5a1aa90d6a48588a4794c0eac \ |
6 | file://gpl-2.0.txt;md5=751419260aa954499f7abaabaa882bbe \ | 6 | file://gpl-2.0.txt;md5=751419260aa954499f7abaabaa882bbe \ |
7 | file://lgpl-2.1.txt;md5=243b725d71bb5df4a1e5920b344b86ad" | 7 | file://lgpl-2.1.txt;md5=243b725d71bb5df4a1e5920b344b86ad" |
8 | 8 | ||
@@ -10,8 +10,8 @@ DEPENDS = "virtual/kernel" | |||
10 | 10 | ||
11 | inherit module | 11 | inherit module |
12 | 12 | ||
13 | SRCREV = "a848cad4cc82d05493c487a709f6b55f22695ec6" | 13 | SRCREV = "b945d6c4083ce287f390f54dff4b5e0b73a9f845" |
14 | PV = "2.0.5" | 14 | PV = "2.1.0" |
15 | PR = "r0" | 15 | PR = "r0" |
16 | 16 | ||
17 | SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ | 17 | SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ |
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb index 2a5dd58277..482b9a673f 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.1.0.bb | |||
@@ -5,14 +5,14 @@ to extract program execution details from the Linux operating system \ | |||
5 | and interpret them." | 5 | and interpret them." |
6 | 6 | ||
7 | LICENSE = "GPLv2 & LGPLv2.1" | 7 | LICENSE = "GPLv2 & LGPLv2.1" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=61273c2e3f60dd38a74b01beb5f51fbd \ | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=01d7fc4496aacf37d90df90b90b0cac1 \ |
9 | file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 9 | file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
10 | file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca" | 10 | file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca" |
11 | 11 | ||
12 | DEPENDS = "liburcu popt lttng2-ust" | 12 | DEPENDS = "liburcu popt lttng2-ust" |
13 | 13 | ||
14 | SRCREV = "98c8c95b0e1afb2dac686338efdf036f6446d790" | 14 | SRCREV = "917f768512b5d336d553b801f6c5308d90252a89" |
15 | PV = "v2.0.4" | 15 | PV = "v2.1.0" |
16 | PR = "r0" | 16 | PR = "r0" |
17 | 17 | ||
18 | SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" | 18 | SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" |
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.1.0.bb index 64ae3a226b..439e0063cf 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.1.0.bb | |||
@@ -12,8 +12,8 @@ inherit autotools | |||
12 | 12 | ||
13 | DEPENDS = "liburcu util-linux" | 13 | DEPENDS = "liburcu util-linux" |
14 | 14 | ||
15 | SRCREV = "5fbf75f52c808b648feebea1ed4874c5f6264b05" | 15 | SRCREV = "0c9ad44b7604040dfcd1e67b18afc3dc5d025b19" |
16 | PV = "2.0.5" | 16 | PV = "2.1.0" |
17 | PR = "r0" | 17 | PR = "r0" |
18 | 18 | ||
19 | SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" | 19 | SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" |