aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-02-18 14:01:31 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-02-18 14:02:38 +0100
commit233e54b47a5c32c1f7f4b63646e747cc95000294 (patch)
treec2d6ce2a8fe7da4923fc2a140ae0be37ad189a27 /recipes/cacao
parent4b930440c4e42b583dc3424db0cec0456d1d36e6 (diff)
downloadopenembedded-233e54b47a5c32c1f7f4b63646e747cc95000294.tar.gz
cacao-native: modell the package version after the git recipes
* bump PR
Diffstat (limited to 'recipes/cacao')
-rw-r--r--recipes/cacao/cacao-native_hg.bb9
1 files 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"