summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2013-02-28 17:01:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-05 13:14:55 +0000
commit641446e9aec959d5ac2a71f9b6330ce60be74bd9 (patch)
tree8a236a2d968791bcc0f1c27e0f40ff7b6c902456 /meta/recipes-kernel
parent3cbd4beced02d6d8735528defa5a862eb313e6cf (diff)
downloadpoky-641446e9aec959d5ac2a71f9b6330ce60be74bd9.tar.gz
lttng: updated lttng-ust and lttng-modules to 2.1.1
(From OE-Core rev: a895f5c535c9cbd71d2965c1197ffb31afd831a8) 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')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_2.1.0.bb)4
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb (renamed from meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb)4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.1.0.bb b/meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb
index b3a25f9ca5..1be0fc15c3 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.1.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb
@@ -10,8 +10,8 @@ DEPENDS = "virtual/kernel"
10 10
11inherit module 11inherit module
12 12
13SRCREV = "b945d6c4083ce287f390f54dff4b5e0b73a9f845" 13SRCREV = "b374c356eb4827b68754d68adc0f1c94b5de9faa"
14PV = "2.1.0" 14PV = "2.1.1"
15PR = "r0" 15PR = "r0"
16 16
17SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ 17SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb
index 6c2ca04bcc..211798162c 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.1.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb
@@ -17,8 +17,8 @@ RPROVIDES_${PN} = "lttng2-ust"
17RREPLACES_${PN} = "lttng2-ust" 17RREPLACES_${PN} = "lttng2-ust"
18RCONFLICTS_${PN} = "lttng2-ust" 18RCONFLICTS_${PN} = "lttng2-ust"
19 19
20SRCREV = "0c9ad44b7604040dfcd1e67b18afc3dc5d025b19" 20SRCREV = "05356aa2a4dca0bc9bfd716d2d6723e3941851dc"
21PV = "2.1.0" 21PV = "2.1.1"
22PR = "r0" 22PR = "r0"
23PE = "2" 23PE = "2"
24 24