aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chicken/chicken.inc
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2009-11-27 15:14:14 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2009-11-27 21:47:27 -0200
commitf0ae52610d3de66cf9f00c22445b45babda8ed3b (patch)
tree0e3eeed2345a216fc18eb0fce10b0460cbd8a4be /recipes/chicken/chicken.inc
parent0ad83bc173f0b65119722bcae8f2411b2815e6b9 (diff)
downloadopenembedded-f0ae52610d3de66cf9f00c22445b45babda8ed3b.tar.gz
chicken: path and dependencies fixes for chicken recipes
Removed gcc-cross-sdk as dependency. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Diffstat (limited to 'recipes/chicken/chicken.inc')
-rw-r--r--recipes/chicken/chicken.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/chicken/chicken.inc b/recipes/chicken/chicken.inc
index 477a8a8c05..229de94cba 100644
--- a/recipes/chicken/chicken.inc
+++ b/recipes/chicken/chicken.inc
@@ -3,10 +3,11 @@ HOMEPAGE = "http://www.call-with-current-continuation.org/"
SECTION = "interpreters"
PRIORITY = "optional"
LICENSE = "BSD"
-INC_PR = "r2"
+INC_PR = "r3"
SRC_URI = "http://chicken.wiki.br/releases/${PV}/chicken-${PV}.tar.gz \
- file://soname.patch;patch=1"
+ file://soname.patch;patch=1 \
+ file://translator-cross.patch;patch=1"
# Parallel building is not supported
PARALLEL_MAKE = ""