diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2013-12-02 11:12:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:41:31 +0000 |
commit | 38853cf0f1a1b53f1cf0fdec3208f823bbce6917 (patch) | |
tree | 8456f9eb51abe82e55a8e18cc7cdc31128ed6da0 /meta/recipes-kernel | |
parent | da88c5ffec213cb6ba56ce124a656d61f92b5769 (diff) | |
download | poky-38853cf0f1a1b53f1cf0fdec3208f823bbce6917.tar.gz |
babeltrace: correct PV variable
(From OE-Core rev: ceba66859f87904066e67504a53fc8b07f4b1111)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/lttng/babeltrace_1.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb b/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb index beb79bef92..a6b8a97410 100644 --- a/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb +++ b/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb | |||
@@ -11,7 +11,7 @@ inherit autotools | |||
11 | DEPENDS = "glib-2.0 util-linux popt" | 11 | DEPENDS = "glib-2.0 util-linux popt" |
12 | 12 | ||
13 | SRCREV = "a386e24609752742b100120db6798d311fab512a" | 13 | SRCREV = "a386e24609752742b100120db6798d311fab512a" |
14 | PV = "1.1+git${SRCPV}" | 14 | PV = "1.1.1+git${SRCPV}" |
15 | 15 | ||
16 | SRC_URI = "git://git.efficios.com/babeltrace.git" | 16 | SRC_URI = "git://git.efficios.com/babeltrace.git" |
17 | 17 | ||