summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2012-10-22 08:23:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-13 15:21:40 +0000
commit2b6f7e338fd0d6aebcbe3b81cf31d02f32580319 (patch)
tree8b7e57a37c5992ba1602f36f101d4a26486d6361 /meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
parenta44e55b55f141c86430b89682fd3279f9e31c4a3 (diff)
downloadpoky-2b6f7e338fd0d6aebcbe3b81cf31d02f32580319.tar.gz
lttng-2.0: fix srcrev/pv to match the recipe filenames
Somehow the recipe names got bumped, but the SRCREV and PVs in the recipes didn't get updated, so they were still building old versions. (From OE-Core rev: 29668e3698251c032e9d1b7d69370c11dd6b3c64) Signed-off-by: Christopher Larson <chris_larson@mentor.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/lttng-2.0/lttng-tools_2.0.4.bb')
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
index e7f10163df..0bafcb3603 100644
--- a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
+++ b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=61273c2e3f60dd38a74b01beb5f51fbd \
11 11
12DEPENDS = "liburcu popt lttng2-ust" 12DEPENDS = "liburcu popt lttng2-ust"
13 13
14SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478" 14SRCREV = "98c8c95b0e1afb2dac686338efdf036f6446d790"
15PV = "v2.0.1+git${SRCREV}" 15PV = "v2.0.4"
16PR = "r0" 16PR = "r0"
17 17
18SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" 18SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git"