mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
ninja: update to ninja-1.10.0
This commit is contained in:
parent
caa21fd61f
commit
d11148dd13
@ -3,19 +3,16 @@
|
|||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="ninja"
|
PKG_NAME="ninja"
|
||||||
PKG_VERSION="1.9.0"
|
PKG_VERSION="1.10.0"
|
||||||
PKG_SHA256="5d7ec75828f8d3fd1a0c2f31b5b0cea780cdfe1031359228c428c1a48bfcd5b9"
|
PKG_SHA256="3810318b08489435f8efc19c05525e80a993af5a55baa0dfeae0465a9d45f99f"
|
||||||
PKG_LICENSE="Apache"
|
PKG_LICENSE="Apache"
|
||||||
PKG_SITE="http://martine.github.io/ninja/"
|
PKG_SITE="http://martine.github.io/ninja/"
|
||||||
PKG_URL="https://github.com/ninja-build/ninja/archive/v$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/ninja-build/ninja/archive/v$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_HOST="Python3:host"
|
PKG_DEPENDS_HOST="Python3:host"
|
||||||
PKG_LONGDESC="Small build system with a focus on speed"
|
PKG_LONGDESC="Small build system with a focus on speed"
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="cmake-make"
|
||||||
|
|
||||||
make_host() {
|
|
||||||
python3 configure.py --bootstrap
|
|
||||||
}
|
|
||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
cp ninja $TOOLCHAIN/bin/
|
mkdir -p $TOOLCHAIN/bin
|
||||||
|
cp ninja $TOOLCHAIN/bin
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user