aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cacao')
-rw-r--r--recipes/cacao/cacao-native_0.99.3.bb13
-rw-r--r--recipes/cacao/cacao-native_0.99.4.bb5
2 files changed, 5 insertions, 13 deletions
diff --git a/recipes/cacao/cacao-native_0.99.3.bb b/recipes/cacao/cacao-native_0.99.3.bb
deleted file mode 100644
index 878ef4dac2..0000000000
--- a/recipes/cacao/cacao-native_0.99.3.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require cacao-native.inc
-
-PR = "r0"
-
-SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2"
-
-do_compile_prepend() {
-
- install -d ${S}/src/classes/classes/java
- install -d ${S}/src/classes/classes/gnu/java
- install -d ${S}/src/classes/classes/sun
-}
-
diff --git a/recipes/cacao/cacao-native_0.99.4.bb b/recipes/cacao/cacao-native_0.99.4.bb
new file mode 100644
index 0000000000..c2178e21e0
--- /dev/null
+++ b/recipes/cacao/cacao-native_0.99.4.bb
@@ -0,0 +1,5 @@
+require cacao-native.inc
+
+PR = "r0"
+
+SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2"