summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-08-11 12:45:16 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-16 00:01:40 +0100
commitd15bcae5fa04a84f2909217bcfc657aa2ce7d3f0 (patch)
tree4a21d043fe3032db2d231f7d625e1f8d1b432b18 /meta/recipes-graphics
parent2a44ac1add0338cd7ff012cda96bf113c9a01bd6 (diff)
downloadopenembedded-core-d15bcae5fa04a84f2909217bcfc657aa2ce7d3f0.tar.gz
assimp: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/vulkan/assimp_4.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/vulkan/assimp_4.0.0.bb b/meta/recipes-graphics/vulkan/assimp_4.0.0.bb
index 0268ebb372..7a96a4f36c 100644
--- a/meta/recipes-graphics/vulkan/assimp_4.0.0.bb
+++ b/meta/recipes-graphics/vulkan/assimp_4.0.0.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2119edef0916b0bd511cb3c731076271"
DEPENDS = "zlib"
SRC_URI = "git://github.com/assimp/assimp.git"
+UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
SRCREV = "52c8d06f5d6498afd66df983da348a6b112f1314"