]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 31 May 2019 16:03:43 +0000 (18:03 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Aug 2019 20:50:32 +0000 (21:50 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/mesa/mesa_19.1.1.bb

index 1a34a6577b50263cd1a163feb77594bc52a544a1..1d5d00f73e38d5e4c7e708dcc2b39e8709ac292a 100644 (file)
@@ -9,6 +9,8 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
 SRC_URI[md5sum] = "07cd8cd79de28ec1a374ee3a06e47789"
 SRC_URI[sha256sum] = "72114b16b4a84373b2acda060fe2bb1d45ea2598efab3ef2d44bdeda74f15581"
 
+UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
+
 #because we cannot rely on the fact that all apps will use pkgconfig,
 #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER
 do_install_append() {