aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/cacao/cacao_0.99.4.bb7
-rw-r--r--recipes/cacao/cacaoh-native_0.99.4.bb5
2 files changed, 12 insertions, 0 deletions
diff --git a/recipes/cacao/cacao_0.99.4.bb b/recipes/cacao/cacao_0.99.4.bb
new file mode 100644
index 0000000000..982e2e3ac1
--- /dev/null
+++ b/recipes/cacao/cacao_0.99.4.bb
@@ -0,0 +1,7 @@
+require cacao.inc
+
+PR = "r0"
+
+SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2 \
+ file://vfp-compat.patch;patch=1 \
+ "
diff --git a/recipes/cacao/cacaoh-native_0.99.4.bb b/recipes/cacao/cacaoh-native_0.99.4.bb
new file mode 100644
index 0000000000..d2d833dff3
--- /dev/null
+++ b/recipes/cacao/cacaoh-native_0.99.4.bb
@@ -0,0 +1,5 @@
+require cacaoh-native.inc
+
+PR = "r0"
+
+SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2"