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:03:13 +0100
commit1d84ef26fb17aac110934ab5d2a931cd50dab989 (patch)
treedb62e9b62e92b34e4575675e17292f505b245751 /meta/recipes-graphics
parent36671d14948ee00dc1a5c7cdefbe791f27f3cd1b (diff)
downloadpoky-1d84ef26fb17aac110934ab5d2a931cd50dab989.tar.gz
assimp: fix upstream version check
(From OE-Core rev: d15bcae5fa04a84f2909217bcfc657aa2ce7d3f0) 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"
9DEPENDS = "zlib" 9DEPENDS = "zlib"
10 10
11SRC_URI = "git://github.com/assimp/assimp.git" 11SRC_URI = "git://github.com/assimp/assimp.git"
12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
12 13
13SRCREV = "52c8d06f5d6498afd66df983da348a6b112f1314" 14SRCREV = "52c8d06f5d6498afd66df983da348a6b112f1314"
14 15