diff options
author | Robert Schuster <thebohemian@gmx.net> | 2009-03-19 19:02:53 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2009-03-20 00:55:17 +0100 |
commit | 748445f26f0f8e541eee6c1f409b6d78053d5383 (patch) | |
tree | c365724b5dc4483fbb657766a9ee0a0489c855fb /recipes/cacao | |
parent | a5efb484c57573d9efed8b4400804a0b270f7996 (diff) |
cacao-native: Updated to 0.99.4.
Diffstat (limited to 'recipes/cacao')
-rw-r--r-- | recipes/cacao/cacao-native_0.99.3.bb | 13 | ||||
-rw-r--r-- | recipes/cacao/cacao-native_0.99.4.bb | 5 |
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" |