# HG changeset patch # User Antoine Bodin # Date 1298416964 -3600 # Node ID eee5d55b09fd03d0775ebbe70a14b927fb71fdb1 # Parent 51e64507dfafb14a9ee2a3288c7407ad7c329404 fix bdeps: crosstool-ng needs bison to compile diff -r 51e64507dfaf -r eee5d55b09fd crosstool-ng/receipt --- a/crosstool-ng/receipt Wed Feb 23 00:21:06 2011 +0100 +++ b/crosstool-ng/receipt Wed Feb 23 00:22:44 2011 +0100 @@ -9,6 +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" # Rules to configure and make the package. compile_rules()