diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-05-31 18:03:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-21 21:52:59 +0100 |
commit | 04731f17e8088d5e037511028c4e6670c13eecbc (patch) | |
tree | 6ba593cfbc6cc7b575252d89046e8350067def4e /meta/recipes-graphics/mesa | |
parent | 0e46416430279864a97d8f020b9fd897685c4b08 (diff) | |
download | poky-04731f17e8088d5e037511028c4e6670c13eecbc.tar.gz |
mesa: fix upstream version check
(From OE-Core rev: 6a33e35ad93b9023c15bdc3201b84c3ff98c750d)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_19.1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_19.1.1.bb b/meta/recipes-graphics/mesa/mesa_19.1.1.bb index 1a34a6577b..1d5d00f73e 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 \ | |||
9 | SRC_URI[md5sum] = "07cd8cd79de28ec1a374ee3a06e47789" | 9 | SRC_URI[md5sum] = "07cd8cd79de28ec1a374ee3a06e47789" |
10 | SRC_URI[sha256sum] = "72114b16b4a84373b2acda060fe2bb1d45ea2598efab3ef2d44bdeda74f15581" | 10 | SRC_URI[sha256sum] = "72114b16b4a84373b2acda060fe2bb1d45ea2598efab3ef2d44bdeda74f15581" |
11 | 11 | ||
12 | UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)" | ||
13 | |||
12 | #because we cannot rely on the fact that all apps will use pkgconfig, | 14 | #because we cannot rely on the fact that all apps will use pkgconfig, |
13 | #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER | 15 | #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER |
14 | do_install_append() { | 16 | do_install_append() { |