From ae1ef4dc06e0a1ebe207f9906f32a7e3beb57b13 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 30 Mar 2011 13:15:14 +0200 Subject: [PATCH] binutils: depends on flex Signed-off-by: Stephan Raue --- packages/toolchain/devel/binutils/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolchain/devel/binutils/meta b/packages/toolchain/devel/binutils/meta index d858800b64..a16ae3aef2 100644 --- a/packages/toolchain/devel/binutils/meta +++ b/packages/toolchain/devel/binutils/meta @@ -27,7 +27,7 @@ PKG_SITE="http://www.gnu.org/software/binutils/binutils.html" #PKG_URL="http://ftp.gnu.org/gnu/binutils/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="ftp://ftp.kernel.org/pub/linux/devel/binutils/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="" -PKG_BUILD_DEPENDS="ccache linux-headers gmp mpfr ppl cloog-ppl libelf" +PKG_BUILD_DEPENDS="ccache flex linux-headers gmp mpfr ppl cloog-ppl libelf" PKG_PRIORITY="optional" PKG_SECTION="toolchain/devel" PKG_SHORTDESC="binutils: A GNU collection of binary utilities"