From: Cristiana Voicu Date: Mon, 2 Dec 2013 09:12:05 +0000 (+0200) Subject: babeltrace: correct PV variable X-Git-Tag: yocto-4.0~30816 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ceba66859f87904066e67504a53fc8b07f4b1111;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git babeltrace: correct PV variable Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb b/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb index beb79bef92b..a6b8a974107 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"