diff options
Diffstat (limited to 'recipes/cacao/cacao_0.99.4.bb')
-rw-r--r-- | recipes/cacao/cacao_0.99.4.bb | 7 |
1 files changed, 7 insertions, 0 deletions
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 \ + " |