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:01:40 +0100 |
commit | d15bcae5fa04a84f2909217bcfc657aa2ce7d3f0 (patch) | |
tree | 4a21d043fe3032db2d231f7d625e1f8d1b432b18 | |
parent | 2a44ac1add0338cd7ff012cda96bf113c9a01bd6 (diff) | |
download | openembedded-core-d15bcae5fa04a84f2909217bcfc657aa2ce7d3f0.tar.gz openembedded-core-d15bcae5fa04a84f2909217bcfc657aa2ce7d3f0.tar.bz2 openembedded-core-d15bcae5fa04a84f2909217bcfc657aa2ce7d3f0.zip |
assimp: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" DEPENDS = "zlib" SRC_URI = "git://github.com/assimp/assimp.git" +UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" SRCREV = "52c8d06f5d6498afd66df983da348a6b112f1314" |