diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-11 12:45:16 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-16 00:03:13 +0100 |
commit | 1d84ef26fb17aac110934ab5d2a931cd50dab989 (patch) | |
tree | db62e9b62e92b34e4575675e17292f505b245751 /meta | |
parent | 36671d14948ee00dc1a5c7cdefbe791f27f3cd1b (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-graphics/vulkan/assimp_4.0.0.bb | 1 |
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" | |||
9 | DEPENDS = "zlib" | 9 | DEPENDS = "zlib" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/assimp/assimp.git" | 11 | SRC_URI = "git://github.com/assimp/assimp.git" |
12 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" | ||
12 | 13 | ||
13 | SRCREV = "52c8d06f5d6498afd66df983da348a6b112f1314" | 14 | SRCREV = "52c8d06f5d6498afd66df983da348a6b112f1314" |
14 | 15 | ||