mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
boost: update to boost-1.71.0
This commit is contained in:
parent
73f7a41c34
commit
f0f6608da0
@ -3,11 +3,11 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="boost"
|
||||
PKG_VERSION="1_65_1"
|
||||
PKG_SHA256="9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81"
|
||||
PKG_VERSION="1.71.0"
|
||||
PKG_SHA256="d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.boost.org/"
|
||||
PKG_URL="$SOURCEFORGE_SRC/boost/boost/1.65.1/${PKG_NAME}_${PKG_VERSION}.tar.bz2"
|
||||
PKG_URL="https://dl.bintray.com/boostorg/release/${PKG_VERSION}/source/${PKG_NAME}_${PKG_VERSION//./_}.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain boost:host Python3 zlib bzip2"
|
||||
PKG_LONGDESC="boost: Peer-reviewed STL style libraries for C++"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
@ -20,7 +20,7 @@ make_host() {
|
||||
|
||||
makeinstall_host() {
|
||||
mkdir -p $TOOLCHAIN/bin
|
||||
cp bin.*/bjam $TOOLCHAIN/bin
|
||||
cp bjam $TOOLCHAIN/bin
|
||||
}
|
||||
|
||||
pre_configure_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user