From: Robert Schuster Date: Thu, 19 Mar 2009 18:02:53 +0000 (+0100) Subject: cacao-native: Updated to 0.99.4. X-Git-Tag: Release-2010-05/1~3796^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=748445f26f0f8e541eee6c1f409b6d78053d5383;p=openembedded.git cacao-native: Updated to 0.99.4. --- 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"