diff options
author | Christopher Larson <chris_larson@mentor.com> | 2012-10-22 08:23:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-24 12:50:45 +0100 |
commit | b7e184508f534e2a94d08d628fb41c98a8726128 (patch) | |
tree | 2733cefb44602cf17d2cee9ac02cfdb96c6bf126 /meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb | |
parent | 683d54a6056a5f543802e2918e6eb96b7a5d3aa9 (diff) | |
download | poky-b7e184508f534e2a94d08d628fb41c98a8726128.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: b3bffb0d34f99f31b65ddb886d80f71786120bbf)
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.bb | 6 |
1 files changed, 3 insertions, 3 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 cf5731d9f5..2a5dd58277 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,9 +11,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=61273c2e3f60dd38a74b01beb5f51fbd \ | |||
11 | 11 | ||
12 | DEPENDS = "liburcu popt lttng2-ust" | 12 | DEPENDS = "liburcu popt lttng2-ust" |
13 | 13 | ||
14 | SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478" | 14 | SRCREV = "98c8c95b0e1afb2dac686338efdf036f6446d790" |
15 | PV = "v2.0.1+git${SRCREV}" | 15 | PV = "v2.0.4" |
16 | PR = "r2" | 16 | PR = "r0" |
17 | 17 | ||
18 | SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" | 18 | SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" |
19 | 19 | ||