diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-08-22 11:34:50 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-23 09:12:38 +0100 |
| commit | 731d9b9a5fa80376d661f487dfaf08d79999a075 (patch) | |
| tree | 6179c8de1a6108e8b6f3d52ffe7a7452e993537a | |
| parent | 7a72e8fef266a9c1950a4425a2797e39b23c6665 (diff) | |
| download | poky-731d9b9a5fa80376d661f487dfaf08d79999a075.tar.gz | |
mesa: set PV from the .inc file and not via filenames
This allows automated updates of the recipe together with mesa-gl
variant, and avoids having to check that update submissions
do include mesa-gl file rename.
(From OE-Core rev: f5cfb3e23603cefb2f3f6bfe776afaedefd10808)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl.bb (renamed from meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa.bb (renamed from meta/recipes-graphics/mesa/mesa_24.0.7.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb b/meta/recipes-graphics/mesa/mesa-gl.bb index ca160f1bfc..ca160f1bfc 100644 --- a/meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb +++ b/meta/recipes-graphics/mesa/mesa-gl.bb | |||
diff --git a/meta/recipes-graphics/mesa/mesa_24.0.7.bb b/meta/recipes-graphics/mesa/mesa.bb index 96e8aa38d6..96e8aa38d6 100644 --- a/meta/recipes-graphics/mesa/mesa_24.0.7.bb +++ b/meta/recipes-graphics/mesa/mesa.bb | |||
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 20a352b9b7..9fdf496e8b 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
| @@ -24,6 +24,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ | |||
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | SRC_URI[sha256sum] = "7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a" | 26 | SRC_URI[sha256sum] = "7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a" |
| 27 | PV = "24.0.7" | ||
| 27 | 28 | ||
| 28 | UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)" | 29 | UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)" |
| 29 | 30 | ||
