From 990fde227962ba00068f3e8cb0dff504787c1d33 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 1 Apr 2011 19:45:27 +0200 Subject: [PATCH] binutils: depends on bison 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 a16ae3aef2..43fb1b3636 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 flex linux-headers gmp mpfr ppl cloog-ppl libelf" +PKG_BUILD_DEPENDS="ccache bison 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"