]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
mesa: set PV from the .inc file and not via filenames
authorAlexander Kanavin <alex@linutronix.de>
Thu, 22 Aug 2024 09:34:50 +0000 (11:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Aug 2024 08:06:53 +0000 (09:06 +0100)
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.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa-gl.bb [moved from meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb with 100% similarity]
meta/recipes-graphics/mesa/mesa.bb [moved from meta/recipes-graphics/mesa/mesa_24.0.7.bb with 100% similarity]
meta/recipes-graphics/mesa/mesa.inc

index 20a352b9b758944c01d05221c01f7237dfea8134..9fdf496e8b381d878e31d1ebd7ea117fd21f6a77 100644 (file)
@@ -24,6 +24,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
 "
 
 SRC_URI[sha256sum] = "7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a"
+PV = "24.0.7"
 
 UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"