blob: 0a58c971ae8004fad379b72156cdb21370b27a13 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001HOMEPAGE = "http://mesonbuild.com"
2SUMMARY = "A high performance build system"
Brad Bishopf3f93bb2019-10-16 14:33:32 -04003DESCRIPTION = "Meson is a build system designed to increase programmer \
4productivity. It does this by providing a fast, simple and easy to use \
5interface for modern software development tools and practices."
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
9
10SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${PV}.tar.gz \
11 file://0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch \
12 file://0002-gobject-introspection-determine-g-ir-scanner-and-g-i.patch \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013 file://0003-native_bindir.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 Bishop19323692019-04-05 15:28:33 -040016 file://cross-prop-default.patch \
Brad Bishopc342db32019-05-15 21:57:59 -040017 file://0001-mesonbuild-environment.py-check-environment-for-vari.patch \
18 file://0001-modules-python.py-do-not-substitute-python-s-install.patch \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019 "
William A. Kennington IIIc5966302020-03-20 13:04:31 -070020SRC_URI[sha256sum] = "3e8f830f33184397c2eb0b651ec502adb63decb28978bdc84b3558d71284c21f"
21SRC_URI[md5sum] = "80303535995fcae72bdb887df102b421"
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"
Andrew Geisslerc182c622020-05-15 14:13:32 -050029UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080030
31inherit setuptools3
32
Brad Bishopf3f93bb2019-10-16 14:33:32 -040033RDEPENDS_${PN} = "ninja python3-modules python3-pkg-resources"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080034
35FILES_${PN} += "${datadir}/polkit-1"