From b7e184508f534e2a94d08d628fb41c98a8726128 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Mon, 22 Oct 2012 08:23:12 -0700 Subject: lttng-2.0: fix srcrev/pv to match the recipe filenames Somehow the recipe names got bumped, but the SRCREV and PVs in the recipes didn't get updated, so they were still building old versions. (From OE-Core rev: b3bffb0d34f99f31b65ddb886d80f71786120bbf) Signed-off-by: Christopher Larson Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb') diff --git a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb index 5e9a529a2b..64ae3a226b 100644 --- a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb +++ b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb @@ -12,9 +12,9 @@ inherit autotools DEPENDS = "liburcu util-linux" -SRCREV = "a367ee66aad3ffd21ef64d1b24efc6f862e09562" -PV = "2.0.2+git${SRCPV}" -PR = "r1" +SRCREV = "5fbf75f52c808b648feebea1ed4874c5f6264b05" +PV = "2.0.5" +PR = "r0" SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" -- cgit v1.2.3-54-g00ecf