aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/meson/meson_0.37.1.bb
blob: dbbea6447605361957fdc5201bf01af814dab989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
HOMEPAGE = "http://mesonbuild.com"
SUMMARY = "A high performance build system"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"

SRC_URI = " \
    git://github.com/mesonbuild/meson.git \
    file://native_bindir.patch \
"

SRCREV = "3d4bfdcb22314ea7db45a5b075f8b2a9c1498aab"

S = "${WORKDIR}/git"

inherit setuptools3

RDEPENDS_${PN}_class-target = "ninja python3-core python3-modules"

BBCLASSEXTEND = "native"