From 6d48a6d74e8f38e316f17339888153be5875d540 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 5 Jul 2012 11:01:17 +0200 Subject: [PATCH] scons: dont depend on 'toolchain' if we build inside 'toolchain', this fixes #896 Signed-off-by: Stephan Raue --- packages/toolchain/devel/scons/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolchain/devel/scons/meta b/packages/toolchain/devel/scons/meta index 5368094298..3a4ee02677 100644 --- a/packages/toolchain/devel/scons/meta +++ b/packages/toolchain/devel/scons/meta @@ -26,7 +26,7 @@ PKG_LICENSE="OSS" PKG_SITE="http://www.scons.org/" PKG_URL="$SOURCEFORGE_SRC/scons/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_DEPENDS="Python-host" -PKG_BUILD_DEPENDS="toolchain Python-host" +PKG_BUILD_DEPENDS="Python-host" PKG_PRIORITY="optional" PKG_SECTION="python/devel" PKG_SHORTDESC="SCons: an Open Source software construction tool—that is, a next-generation build tool."