From: Robert Schuster Date: Thu, 19 Mar 2009 23:53:57 +0000 (+0100) Subject: cacao-native 0.99.3: Retrieve recipe back. X-Git-Tag: Release-2010-05/1~3796^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b2c009653f81090e09ebbf713d7fa0e2c1d4b21;p=openembedded.git cacao-native 0.99.3: Retrieve recipe back. --- 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 +} +