From: Robert Schuster Date: Thu, 19 Mar 2009 18:03:13 +0000 (+0100) Subject: cacao 0.99.4: New recipe. X-Git-Tag: Release-2010-05/1~3796^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=595952e9bbff5d25c370fd140d58c3aae9434690;p=openembedded.git cacao 0.99.4: New recipe. cacaoh-native 0.99.4: New recipe. --- diff --git a/recipes/cacao/cacao_0.99.4.bb b/recipes/cacao/cacao_0.99.4.bb new file mode 100644 index 0000000000..982e2e3ac1 --- /dev/null +++ b/recipes/cacao/cacao_0.99.4.bb @@ -0,0 +1,7 @@ +require cacao.inc + +PR = "r0" + +SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2 \ + file://vfp-compat.patch;patch=1 \ + " diff --git a/recipes/cacao/cacaoh-native_0.99.4.bb b/recipes/cacao/cacaoh-native_0.99.4.bb new file mode 100644 index 0000000000..d2d833dff3 --- /dev/null +++ b/recipes/cacao/cacaoh-native_0.99.4.bb @@ -0,0 +1,5 @@ +require cacaoh-native.inc + +PR = "r0" + +SRC_URI = "http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2"