aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"