diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2009-11-27 15:14:14 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-11-27 21:47:27 -0200 |
commit | f0ae52610d3de66cf9f00c22445b45babda8ed3b (patch) | |
tree | 0e3eeed2345a216fc18eb0fce10b0460cbd8a4be /recipes/chicken/chicken.inc | |
parent | 0ad83bc173f0b65119722bcae8f2411b2815e6b9 (diff) |
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.inc | 5 |
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 = "" |