meson.inc 1.4 KB

123456789101112131415161718192021222324252627282930313233
  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://0003-native_bindir.patch \
  11. file://0001-python-module-do-not-manipulate-the-environment-when.patch \
  12. file://disable-rpath-handling.patch \
  13. file://cross-prop-default.patch \
  14. file://0001-modules-python.py-do-not-substitute-python-s-install.patch \
  15. file://0001-gnome.py-prefix-g-i-paths-with-PKG_CONFIG_SYSROOT_DI.patch \
  16. "
  17. SRC_URI[sha256sum] = "3b5741f884e04928bdfa1947467ff06afa6c98e623c25cef75adf71ca39ce080"
  18. SRC_URI_append_class-native = " \
  19. file://0001-Make-CPU-family-warnings-fatal.patch \
  20. file://0002-Support-building-allarch-recipes-again.patch \
  21. "
  22. UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases"
  23. UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar"
  24. inherit setuptools3
  25. RDEPENDS_${PN} = "ninja python3-modules python3-pkg-resources"
  26. FILES_${PN} += "${datadir}/polkit-1"