mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
meson: update to meson-0.49.1
This commit is contained in:
parent
9a80218954
commit
4f3bc3eb19
@ -2,12 +2,12 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="meson"
|
PKG_NAME="meson"
|
||||||
PKG_VERSION="0.47.2"
|
PKG_VERSION="0.49.1"
|
||||||
PKG_SHA256="92d8afd921751261e36151643464efd3394162f69efbe8cd53e0a66b1cf395eb"
|
PKG_SHA256="e90c8ee46109d3b9d9a12c76c65811d4a7f7e18503f780eb301866e43d9052cb"
|
||||||
PKG_LICENSE="Apache"
|
PKG_LICENSE="Apache"
|
||||||
PKG_SITE="http://mesonbuild.com"
|
PKG_SITE="http://mesonbuild.com"
|
||||||
PKG_URL="https://github.com/mesonbuild/meson/releases/download/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/mesonbuild/meson/releases/download/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_HOST="Python3:host pathlib:host"
|
PKG_DEPENDS_HOST="Python3:host setuptools:host pathlib:host"
|
||||||
PKG_LONGDESC="High productivity build system"
|
PKG_LONGDESC="High productivity build system"
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
@ -20,7 +20,5 @@ makeinstall_host() {
|
|||||||
|
|
||||||
# Avoid using full path to python3 that may exceed 128 byte limit.
|
# Avoid using full path to python3 that may exceed 128 byte limit.
|
||||||
# Instead use PATH as we know our toolchain is first.
|
# Instead use PATH as we know our toolchain is first.
|
||||||
for f in meson mesonconf mesontest mesonintrospect wraptool; do
|
sed -e '1 s/^#!.*$/#!\/usr\/bin\/env python3/' -i $TOOLCHAIN/bin/meson
|
||||||
sed -i '1 s/^#!.*$/#!\/usr\/bin\/env python3/' $TOOLCHAIN/bin/$f
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user