blob: 2d18f72c0c17e04e3f934d10925a47156c707296 [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 \
Brad Bishopa5c52ff2018-11-23 10:55:50 +130012 file://0001-python-module-do-not-manipulate-the-environment-when.patch \
13 file://disable-rpath-handling.patch \
Brad Bishop19323692019-04-05 15:28:33 -040014 file://0001-modules-windows-split-WINDRES-env-variable.patch \
15 file://0002-environment.py-detect-windows-also-if-the-system-str.patch \
16 file://cross-prop-default.patch \
17 file://many-cross.patch \
18 file://cross-libdir.patch \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019 "
Brad Bishop19323692019-04-05 15:28:33 -040020SRC_URI[sha256sum] = "ef9f14326ec1e30d3ba1a26df0f92826ede5a79255ad723af78a2691c37109fd"
21SRC_URI[md5sum] = "0267b0871266056184c484792572c682"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080022
Brad Bishopa5c52ff2018-11-23 10:55:50 +130023SRC_URI_append_class-native = " \
Brad Bishop19323692019-04-05 15:28:33 -040024 file://0001-Make-CPU-family-warnings-fatal.patch \
25 file://0002-Support-building-allarch-recipes-again.patch \
Brad Bishopa5c52ff2018-11-23 10:55:50 +130026"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080027
28UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases"
29
30inherit setuptools3
31
32RDEPENDS_${PN} = "ninja python3-core python3-modules"
33
34FILES_${PN} += "${datadir}/polkit-1"