blob: 61b239148439a023bd41b3a65315fe527aae6aab [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001HOMEPAGE = "http://mesonbuild.com"
2SUMMARY = "A high performance build system"
3
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${PV}.tar.gz \
8 file://0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch \
9 file://0002-gobject-introspection-determine-g-ir-scanner-and-g-i.patch \
10 file://0001-Linker-rules-move-cross_args-in-front-of-output_args.patch \
11 file://0003-native_bindir.patch \
12 file://gi-flags.patch \
13 file://gtkdoc-flags.patch \
Brad Bishopa5c52ff2018-11-23 10:55:50 +130014 file://0001-python-module-do-not-manipulate-the-environment-when.patch \
15 file://disable-rpath-handling.patch \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016 "
17SRC_URI[sha256sum] = "92d8afd921751261e36151643464efd3394162f69efbe8cd53e0a66b1cf395eb"
18SRC_URI[md5sum] = "31bda3519d8c0eb3438267268a78085e"
19
Brad Bishopa5c52ff2018-11-23 10:55:50 +130020SRC_URI_append_class-native = " \
21 file://0002-Make-CPU-family-warnings-fatal.patch \
22 file://0001-Support-building-allarch-recipes-again.patch \
23"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080024
25UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases"
26
27inherit setuptools3
28
29RDEPENDS_${PN} = "ninja python3-core python3-modules"
30
31FILES_${PN} += "${datadir}/polkit-1"