diff options
Diffstat (limited to 'meta/recipes-devtools/meson')
| -rw-r--r-- | meta/recipes-devtools/meson/meson_0.63.2.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-devtools/meson/meson_0.63.2.bb b/meta/recipes-devtools/meson/meson_0.63.2.bb index 406f5bf05e..890faacec9 100644 --- a/meta/recipes-devtools/meson/meson_0.63.2.bb +++ b/meta/recipes-devtools/meson/meson_0.63.2.bb | |||
| @@ -7,7 +7,8 @@ interface for modern software development tools and practices." | |||
| 7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${PV}.tar.gz \ | 10 | GITHUB_BASE_URI = "https://github.com/mesonbuild/meson/releases/" |
| 11 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \ | ||
| 11 | file://meson-setup.py \ | 12 | file://meson-setup.py \ |
| 12 | file://meson-wrapper \ | 13 | file://meson-wrapper \ |
| 13 | file://0001-python-module-do-not-manipulate-the-environment-when.patch \ | 14 | file://0001-python-module-do-not-manipulate-the-environment-when.patch \ |
| @@ -19,10 +20,7 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P | |||
| 19 | " | 20 | " |
| 20 | SRC_URI[sha256sum] = "16222f17ef76be0542c91c07994f9676ae879f46fc21c0c786a21ef2cb518bbf" | 21 | SRC_URI[sha256sum] = "16222f17ef76be0542c91c07994f9676ae879f46fc21c0c786a21ef2cb518bbf" |
| 21 | 22 | ||
| 22 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" | 23 | inherit python_setuptools_build_meta github-releases |
| 23 | UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar" | ||
| 24 | |||
| 25 | inherit python_setuptools_build_meta | ||
| 26 | 24 | ||
| 27 | RDEPENDS:${PN} = "ninja python3-modules python3-pkg-resources" | 25 | RDEPENDS:${PN} = "ninja python3-modules python3-pkg-resources" |
| 28 | 26 | ||
