From: Alexander Kanavin Date: Fri, 31 May 2019 16:03:43 +0000 (+0200) Subject: mesa: fix upstream version check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04731f17e8088d5e037511028c4e6670c13eecbc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa: fix upstream version check (From OE-Core rev: 6a33e35ad93b9023c15bdc3201b84c3ff98c750d) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa_19.1.1.bb b/meta/recipes-graphics/mesa/mesa_19.1.1.bb index 1a34a6577b5..1d5d00f73e3 100644 --- a/meta/recipes-graphics/mesa/mesa_19.1.1.bb +++ b/meta/recipes-graphics/mesa/mesa_19.1.1.bb @@ -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\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() {