1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

vulkan: fix upstream version check

(From OE-Core rev: 76366b0e93a50a18e6c1203984e951e0f698c20f)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2017-05-10 12:35:29 +03:00
committed by Richard Purdie
parent 014467aeeb
commit 53ed1b3063
@@ -15,6 +15,7 @@ SRC_URI = "git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git;br
file://0001-Use-getenv-if-secure_getenv-does-not-exist.patch \
"
SRCREV = "9c21ed0fb275589c3af6118aec9ef4f1d1544dc1"
UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"