summaryrefslogtreecommitdiff
path: root/recipes/cacao/cacao-native_0.99.3.bb
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2009-03-19 19:02:53 +0100
committerRobert Schuster <thebohemian@gmx.net>2009-03-20 00:55:17 +0100
commit748445f26f0f8e541eee6c1f409b6d78053d5383 (patch)
treec365724b5dc4483fbb657766a9ee0a0489c855fb /recipes/cacao/cacao-native_0.99.3.bb
parenta5efb484c57573d9efed8b4400804a0b270f7996 (diff)
cacao-native: Updated to 0.99.4.
Diffstat (limited to 'recipes/cacao/cacao-native_0.99.3.bb')
-rw-r--r--recipes/cacao/cacao-native_0.99.3.bb13
1 files changed, 0 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
-}
-