summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/cacao/cacao-native_hg.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/cacao/cacao-native_hg.bb b/recipes/cacao/cacao-native_hg.bb
new file mode 100644
index 0000000000..d6c158af5d
--- /dev/null
+++ b/recipes/cacao/cacao-native_hg.bb
@@ -0,0 +1,12 @@
+#DEFAULT_PREFERENCE = "-1"
+
+require cacao-native.inc
+
+PR = "r0"
+
+S = "${WORKDIR}/cacao"
+
+CXXFLAGS += "-O1"
+
+REV = "8948a434c10d"
+SRC_URI = "hg://mips.complang.tuwien.ac.at/hg/;module=cacao;rev=${REV}"