aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao/cacao_0.99.3.bb
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2009-03-30 16:43:01 +0200
committerRobert Schuster <thebohemian@gmx.net>2009-03-30 16:43:01 +0200
commit2263e973b5822e46566d8a5a33d306723617b1cb (patch)
treed6be448d475e957d5d2a6517eb82f9af95830223 /recipes/cacao/cacao_0.99.3.bb
parent5defd177d4759dc068f1809eb0ff4921f9255fee (diff)
downloadopenembedded-2263e973b5822e46566d8a5a33d306723617b1cb.tar.gz
cacao 0.99.3: Added patch to fix PR99 (this time for real).
cacao 0.99.4: Dito.
Diffstat (limited to 'recipes/cacao/cacao_0.99.3.bb')
-rw-r--r--recipes/cacao/cacao_0.99.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/cacao/cacao_0.99.3.bb b/recipes/cacao/cacao_0.99.3.bb
index ce2620972e..912ddf8812 100644
--- a/recipes/cacao/cacao_0.99.3.bb
+++ b/recipes/cacao/cacao_0.99.3.bb
@@ -1,6 +1,6 @@
require cacao.inc
-PR = "r7"
+PR = "r8"
SRC_URI = "\
http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2 \
@@ -9,4 +9,5 @@ SRC_URI = "\
file://cacao-arm-race.patch;patch=1 \
file://vfp-compat.patch;patch=1 \
file://cacao-disable-stackbase-check.patch;patch=1 \
+ file://cacao_PR99_C_0.99.3.patch;patch=1 \
"