meson.inc 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. HOMEPAGE = "http://mesonbuild.com"
  2. SUMMARY = "A high performance build system"
  3. DESCRIPTION = "Meson is a build system designed to increase programmer \
  4. productivity. It does this by providing a fast, simple and easy to use \
  5. interface for modern software development tools and practices."
  6. LICENSE = "Apache-2.0"
  7. LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
  8. SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${PV}.tar.gz \
  9. file://0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch \
  10. file://0002-gobject-introspection-determine-g-ir-scanner-and-g-i.patch \
  11. file://0003-native_bindir.patch \
  12. file://0001-python-module-do-not-manipulate-the-environment-when.patch \
  13. file://disable-rpath-handling.patch \
  14. file://cross-prop-default.patch \
  15. file://0001-environment.py-detect-windows-also-if-the-system-str.patch \
  16. file://0001-mesonbuild-environment.py-do-not-determine-whether-a.patch \
  17. file://0001-mesonbuild-environment.py-check-environment-for-vari.patch \
  18. file://0001-modules-python.py-do-not-substitute-python-s-install.patch \
  19. file://vala-cross-compile.patch \
  20. "
  21. SRC_URI[sha256sum] = "23688f0fc90be623d98e80e1defeea92bbb7103bf9336a5f5b9865d36e892d76"
  22. SRC_URI[md5sum] = "d46c4a8e3cfd27f90e2c6fe4a69e574b"
  23. SRC_URI_append_class-native = " \
  24. file://0001-Make-CPU-family-warnings-fatal.patch \
  25. file://0002-Support-building-allarch-recipes-again.patch \
  26. "
  27. UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases"
  28. inherit setuptools3
  29. RDEPENDS_${PN} = "ninja python3-core python3-modules"
  30. FILES_${PN} += "${datadir}/polkit-1"