From: Henning Heinold Date: Fri, 18 Feb 2011 13:01:31 +0000 (+0100) Subject: cacao-native: modell the package version after the git recipes X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=233e54b47a5c32c1f7f4b63646e747cc95000294;p=openembedded.git cacao-native: modell the package version after the git recipes * bump PR --- 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"