scons: dont depend on 'toolchain' if we build inside 'toolchain', this fixes #896

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-07-05 11:01:17 +02:00
parent b6c6a0a689
commit 6d48a6d74e

View File

@ -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."