diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-02-28 17:01:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-05 12:29:45 +0000 |
commit | a895f5c535c9cbd71d2965c1197ffb31afd831a8 (patch) | |
tree | aeaa2e65e94f095af7f50a6923944bc55e2b6125 | |
parent | f479201fffda617e3530967a75ab350739574b4b (diff) | |
download | openembedded-core-a895f5c535c9cbd71d2965c1197ffb31afd831a8.tar.gz openembedded-core-a895f5c535c9cbd71d2965c1197ffb31afd831a8.tar.bz2 openembedded-core-a895f5c535c9cbd71d2965c1197ffb31afd831a8.zip |
lttng: updated lttng-ust and lttng-modules to 2.1.1
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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" inherit module -SRCREV = "b945d6c4083ce287f390f54dff4b5e0b73a9f845" -PV = "2.1.0" +SRCREV = "b374c356eb4827b68754d68adc0f1c94b5de9faa" +PV = "2.1.1" PR = "r0" SRC_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" RREPLACES_${PN} = "lttng2-ust" RCONFLICTS_${PN} = "lttng2-ust" -SRCREV = "0c9ad44b7604040dfcd1e67b18afc3dc5d025b19" -PV = "2.1.0" +SRCREV = "05356aa2a4dca0bc9bfd716d2d6723e3941851dc" +PV = "2.1.1" PR = "r0" PE = "2" |