aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2009-03-20 00:53:57 +0100
committerRobert Schuster <thebohemian@gmx.net>2009-03-20 00:55:26 +0100
commit3b2c009653f81090e09ebbf713d7fa0e2c1d4b21 (patch)
treee3a86237efef71c3140a8df00db3d685bf9d30c5 /recipes/cacao
parent7f17340d80e7ac265931cef69168e331d63ff15b (diff)
downloadopenembedded-3b2c009653f81090e09ebbf713d7fa0e2c1d4b21.tar.gz
cacao-native 0.99.3: Retrieve recipe back.
Diffstat (limited to 'recipes/cacao')
-rw-r--r--recipes/cacao/cacao-native_0.99.3.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/cacao/cacao-native_0.99.3.bb b/recipes/cacao/cacao-native_0.99.3.bb
new file mode 100644
index 0000000000..878ef4dac2
--- /dev/null
+++ b/recipes/cacao/cacao-native_0.99.3.bb
@@ -0,0 +1,13 @@
+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
+}
+