mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00: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:
parent
b6c6a0a689
commit
6d48a6d74e
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user