]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-modules: Update to 2.3.3 version
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 14 Nov 2013 17:43:49 +0000 (15:43 -0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Dec 2013 16:53:08 +0000 (16:53 +0000)
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.

(From OE-Core master rev: 2d01bd48e689656bbe6189243d077f822092a14a)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb [moved from meta/recipes-kernel/lttng/lttng-modules_git.bb with 93% similarity]

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 789b5ec94f00e4742f6c91f942ff403189dbe773..f293376e1ee77342d191be398be66e3a241f45c8 100644 (file)
@@ -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"