diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-08-27 00:24:29 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-27 11:05:26 +0100 |
commit | 8792f38de43b391896c2eccb8086538eb3f6c47b (patch) | |
tree | c730435a9ae104cdb7d27011dca600945a616550 /meta/recipes-kernel/lttng/lttng-modules_git.bb | |
parent | c888857b060f04b8689f393ec2d77a950da40f5a (diff) | |
download | openembedded-core-contrib-8792f38de43b391896c2eccb8086538eb3f6c47b.tar.gz |
lttng-modules: Update to 2.2.1 based release
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_git.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb index 3a92879e3c1..351b0c8baf0 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_git.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_git.bb @@ -10,8 +10,8 @@ DEPENDS = "virtual/kernel" inherit module -SRCREV = "1b26381c19dd2d9fa41f52d8dc13b15b8dd32c7c" -PV = "2.2.0+git${SRCPV}" +SRCREV = "10fe4e3f10c9ce1f2963bd118b91895a67e955ee" +PV = "2.2.1+git${SRCPV}" SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" |