mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user