# HG changeset patch # User Antoine Bodin # Date 1298427755 -3600 # Node ID bae3cf420f326016e80f7357f92ef0386ec46247 # Parent 8d6502e383e2c0d74184d3b1e71553f67dd24b95 Fix bdeps: crosstool needs flex & cvs to compile diff -r 8d6502e383e2 -r bae3cf420f32 crosstool-ng/receipt --- a/crosstool-ng/receipt Wed Feb 23 03:07:16 2011 +0100 +++ b/crosstool-ng/receipt Wed Feb 23 03:22:35 2011 +0100 @@ -9,7 +9,7 @@ WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool" WGET_URL="http://ymorin.is-a-geek.org/download/$PACKAGE/$TARBALL" DEPENDS="slitaz-toolchain" -BUILD_DEPENDS="bison" +BUILD_DEPENDS="flex cvs" # Rules to configure and make the package. compile_rules()