diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-01-04 12:04:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 12:03:47 +0000 |
commit | eda31c2969369b51d25c7f33f79ba9d100a8ac78 (patch) | |
tree | 01a89a0b0f0d6da47ba4c538460ad770935dcb6a /meta/recipes-devtools/meson | |
parent | 218fbc41dad82a3f11695ae2b5b3ba23086a60d0 (diff) | |
download | poky-eda31c2969369b51d25c7f33f79ba9d100a8ac78.tar.gz |
meson: upgrade 0.64.0 -> 1.0.0
(From OE-Core rev: 622ab1b4d490625ebd2193138c70894d3dee1297)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/meson')
-rw-r--r-- | meta/recipes-devtools/meson/meson_1.0.0.bb (renamed from meta/recipes-devtools/meson/meson_0.64.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/meson/meson_0.64.0.bb b/meta/recipes-devtools/meson/meson_1.0.0.bb index 34a04d52ab..a7740cc6dd 100644 --- a/meta/recipes-devtools/meson/meson_0.64.0.bb +++ b/meta/recipes-devtools/meson/meson_1.0.0.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \ | |||
17 | file://0002-Support-building-allarch-recipes-again.patch \ | 17 | file://0002-Support-building-allarch-recipes-again.patch \ |
18 | file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \ | 18 | file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \ |
19 | " | 19 | " |
20 | SRC_URI[sha256sum] = "c5e27e091c2a35b9049e152a6535045ebbd057253aeb67856de6ecbb7b917bab" | 20 | SRC_URI[sha256sum] = "aa50a4ba4557c25e7d48446abfde857957dcdf58385fffbe670ba0e8efacce05" |
21 | 21 | ||
22 | inherit python_setuptools_build_meta github-releases | 22 | inherit python_setuptools_build_meta github-releases |
23 | 23 | ||