aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-02-18 14:01:31 +0100
committerSteffen Sledz <sledz@dresearch.de>2011-02-25 08:48:39 +0100
commit71b58eca86c1fe6837f199e46c93800904bc4ea4 (patch)
treee5cac2fe388bf0c2efe1a0e38e832a62fe91f91a /recipes/cacao
parentabac44b433a4dc737ea744a0f8e414c10ce76f2f (diff)
downloadopenembedded-71b58eca86c1fe6837f199e46c93800904bc4ea4.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"