meson: Update to 0.37.1

Also make it possible to actually build the native version by avoiding
the runtime dependencies.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Peter Kjellerstedt
2017-03-11 05:58:51 +01:00
committed by Martin Jansa
parent 9a3e69fe84
commit f07b8a2196

View File

@@ -6,13 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = "git://github.com/mesonbuild/meson.git"
SRCREV = "4e3073f90a7b4f225ce7d89034d61cd978399eba"
PV = "0.36.0"
SRCREV = "3d4bfdcb22314ea7db45a5b075f8b2a9c1498aab"
S = "${WORKDIR}/git"
inherit setuptools3
RDEPENDS_${PN} = "ninja python3-core python3-modules"
RDEPENDS_${PN}_class-target = "ninja python3-core python3-modules"
BBCLASSEXTEND = "native"