wok rev 8803

fix bdeps: crosstool-ng needs bison to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 23 00:22:44 2011 +0100 (2011-02-23)
parents 51e64507dfaf
children f6174e5515c7
files crosstool-ng/receipt
line diff
     1.1 --- a/crosstool-ng/receipt	Wed Feb 23 00:21:06 2011 +0100
     1.2 +++ b/crosstool-ng/receipt	Wed Feb 23 00:22:44 2011 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4  WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool"
     1.5  WGET_URL="http://ymorin.is-a-geek.org/download/$PACKAGE/$TARBALL"
     1.6  DEPENDS="slitaz-toolchain"
     1.7 +BUILD_DEPENDS="bison"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()