From 233e54b47a5c32c1f7f4b63646e747cc95000294 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Fri, 18 Feb 2011 14:01:31 +0100 Subject: [PATCH] cacao-native: modell the package version after the git recipes * bump PR --- recipes/cacao/cacao-native_hg.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes/cacao/cacao-native_hg.bb b/recipes/cacao/cacao-native_hg.bb index f22dcf3266..0f0df641ae 100644 --- a/recipes/cacao/cacao-native_hg.bb +++ b/recipes/cacao/cacao-native_hg.bb @@ -1,8 +1,9 @@ require cacao-native.inc -PR = "r1" +PV = "1.1.0+hgr${SRCPV}" +PR = "r2" -S = "${WORKDIR}/cacao" +SRCREV = "1ac977fe271c" +SRC_URI = "hg://mips.complang.tuwien.ac.at/hg/;module=cacao;rev=${SRCREV}" -REV = "1ac977fe271c" -SRC_URI = "hg://mips.complang.tuwien.ac.at/hg/;module=cacao;rev=${REV}" +S = "${WORKDIR}/cacao" -- 2.39.5