diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2013-12-02 11:12:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-09 11:04:13 +0000 |
commit | fdad6bae43b8f5e13390e1548db312aaf233ba5d (patch) | |
tree | 1501d39553bfb980dd31b96a2a7e5f36e863119c /meta | |
parent | 88d7fd1b09a2974d520137ddd78a169231167166 (diff) | |
download | poky-fdad6bae43b8f5e13390e1548db312aaf233ba5d.tar.gz |
babeltrace: correct PV variable
(From OE-Core master rev: ceba66859f87904066e67504a53fc8b07f4b1111)
(From OE-Core rev: c4fa4b8f42a8d4476e623c014604ffc14a762c24)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 | ||