meson: use python3
meson supports python 3.5.3 and up only. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
803c5ef05f
commit
125f6ff9ec
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=meson
|
||||
PKG_VERSION:=0.54.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PYPI_NAME:=meson
|
||||
PKG_HASH:=dde5726d778112acbd4a67bb3633ab2ee75d33d1e879a6283a7b4a44c3363c27
|
||||
|
@ -11,7 +11,7 @@ PKG_MAINTAINER:=Andre Heider <a.heider@gmail.com>
|
|||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
HOST_BUILD_DEPENDS:=ninja/host
|
||||
HOST_BUILD_DEPENDS:=ninja/host python3/host
|
||||
|
||||
include ../../lang/python/pypi.mk
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
|
|
@ -37,7 +37,7 @@ MESON_VARS:=
|
|||
MESON_ARGS:=
|
||||
|
||||
define Meson
|
||||
$(2) $(STAGING_DIR_HOST)/bin/$(PYTHON) $(MESON_DIR)/meson.py $(1)
|
||||
$(2) $(HOST_PYTHON3_BIN) $(MESON_DIR)/meson.py $(1)
|
||||
endef
|
||||
|
||||
define Meson/CreateNativeFile
|
||||
|
|
Loading…
Reference in a new issue