[oe-commits] Cristiana Voicu : babeltrace: correct PV variable

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 11:01:49 UTC 2014


Module: openembedded-core.git
Branch: dora
Commit: c4fa4b8f42a8d4476e623c014604ffc14a762c24
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c4fa4b8f42a8d4476e623c014604ffc14a762c24

Author: Cristiana Voicu <cristiana.voicu at intel.com>
Date:   Mon Dec  2 11:12:05 2013 +0200

babeltrace: correct PV variable

(From OE-Core master rev: ceba66859f87904066e67504a53fc8b07f4b1111)

Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-kernel/lttng/babeltrace_1.1.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb b/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb
index beb79be..a6b8a97 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
 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"
 



More information about the Openembedded-commits mailing list