]> code.ossystems Code Review - openembedded-core.git/commitdiff
babeltrace: correct PV variable
authorCristiana Voicu <cristiana.voicu@intel.com>
Mon, 2 Dec 2013 09:12:05 +0000 (11:12 +0200)
committerRobert Yang <liezhi.yang@windriver.com>
Sun, 26 Jan 2014 06:08:14 +0000 (14:08 +0800)
(From OE-Core master rev: ceba66859f87904066e67504a53fc8b07f4b1111)

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>
meta/recipes-kernel/lttng/babeltrace_1.1.1.bb

index beb79bef92b98b7aab93e19ea8296d684074f6a1..a6b8a974107652953e703a19ae7da4b5b3f5c8f8 100644 (file)
@@ -11,7 +11,7 @@ inherit autotools
 DEPENDS = "glib-2.0 util-linux popt"
 
 SRCREV = "a386e24609752742b100120db6798d311fab512a"
-PV = "1.1+git${SRCPV}"
+PV = "1.1.1+git${SRCPV}"
 
 SRC_URI = "git://git.efficios.com/babeltrace.git"