cacao-native: update to the latest hg version
authorHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 4 Feb 2011 18:37:55 +0000 (19:37 +0100)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 4 Feb 2011 18:40:25 +0000 (19:40 +0100)
recipes/cacao/cacao-native_hg.bb

index d6c158a..f22dcf3 100644 (file)
@@ -1,12 +1,8 @@
-#DEFAULT_PREFERENCE = "-1"
-
 require cacao-native.inc
 
-PR = "r0"
+PR = "r1"
 
 S = "${WORKDIR}/cacao"
 
-CXXFLAGS += "-O1"
-
-REV = "8948a434c10d"
+REV = "1ac977fe271c"
 SRC_URI = "hg://mips.complang.tuwien.ac.at/hg/;module=cacao;rev=${REV}"