[oe-commits] Otavio Salvador : lttng-modules: Update to 2.3.3 version

git at git.openembedded.org git at git.openembedded.org
Thu Nov 21 15:30:27 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 2d01bd48e689656bbe6189243d077f822092a14a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2d01bd48e689656bbe6189243d077f822092a14a

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Nov 14 15:43:49 2013 -0200

lttng-modules: Update to 2.3.3 version

This updates lttng-modules for 2.3.3 and it also fixes the build with
3.12 Linux kernel.

While on that, we also renamed the recipe file to follow the other
lttng recipes which use the version number on it.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../lttng/{lttng-modules_git.bb => lttng-modules_2.3.3.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
similarity index 93%
rename from meta/recipes-kernel/lttng/lttng-modules_git.bb
rename to meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
index 789b5ec..f293376 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
@@ -10,8 +10,8 @@ DEPENDS = "virtual/kernel"
 
 inherit module
 
-SRCREV = "78c8710bb8e6b7f6301d95afec0305f40fa063ad"
-PV = "2.3.0+git${SRCPV}"
+SRCREV = "eef112db0e63feff6cbf0a98cda9af607cefb377"
+PV = "2.3.3"
 
 SRC_URI = "git://git.lttng.org/lttng-modules.git \
            file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch"



More information about the Openembedded-commits mailing list