Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | HOMEPAGE = "http://mesonbuild.com" |
| 2 | SUMMARY = "A high performance build system" |
| 3 | |
| 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 6 | |
| 7 | SRC_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 \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 10 | file://0003-native_bindir.patch \ |
Brad Bishop | a5c52ff | 2018-11-23 10:55:50 +1300 | [diff] [blame] | 11 | file://0001-python-module-do-not-manipulate-the-environment-when.patch \ |
| 12 | file://disable-rpath-handling.patch \ |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 13 | file://cross-prop-default.patch \ |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame^] | 14 | file://load-configs-generalise-search-path.patch \ |
| 15 | file://0007-mesonbuild-allow-multiple-cross-file-options.patch \ |
| 16 | file://0001-environment.py-detect-windows-also-if-the-system-str.patch \ |
| 17 | file://0001-mesonbuild-environment.py-do-not-determine-whether-a.patch \ |
| 18 | file://0001-mesonbuild-environment.py-check-environment-for-vari.patch \ |
| 19 | file://0001-modules-python.py-do-not-substitute-python-s-install.patch \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 20 | " |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame^] | 21 | SRC_URI[sha256sum] = "f68f56d60c80a77df8fc08fa1016bc5831605d4717b622c96212573271e14ecc" |
| 22 | SRC_URI[md5sum] = "24a6527796115828d2ebc75880e18d62" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 23 | |
Brad Bishop | a5c52ff | 2018-11-23 10:55:50 +1300 | [diff] [blame] | 24 | SRC_URI_append_class-native = " \ |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 25 | file://0001-Make-CPU-family-warnings-fatal.patch \ |
| 26 | file://0002-Support-building-allarch-recipes-again.patch \ |
Brad Bishop | a5c52ff | 2018-11-23 10:55:50 +1300 | [diff] [blame] | 27 | " |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 28 | |
| 29 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" |
| 30 | |
| 31 | inherit setuptools3 |
| 32 | |
| 33 | RDEPENDS_${PN} = "ninja python3-core python3-modules" |
| 34 | |
| 35 | FILES_${PN} += "${datadir}/polkit-1" |