diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-10-09 16:35:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-09 12:33:17 +0000 |
commit | 638971d64194077c19ecf6c1c77eba46aef6d18e (patch) | |
tree | 67e3ea646c0ddf45207d11db79c6d8d50addb39a /meta/recipes-graphics | |
parent | 85772dc4bda1444609c2c4a0e0d85a80d1eb0d73 (diff) | |
download | poky-638971d64194077c19ecf6c1c77eba46aef6d18e.tar.gz |
assimp: update to 4.0.1
(From OE-Core rev: 8d3128811739c0ddcb3f062a9098d81b611da9e3)
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.1.bb (renamed from meta/recipes-graphics/vulkan/assimp_4.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/assimp_4.0.0.bb b/meta/recipes-graphics/vulkan/assimp_4.0.1.bb index 7a96a4f36c..b2dd59ef14 100644 --- a/meta/recipes-graphics/vulkan/assimp_4.0.0.bb +++ b/meta/recipes-graphics/vulkan/assimp_4.0.1.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "zlib" | |||
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 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" |
13 | 13 | ||
14 | SRCREV = "52c8d06f5d6498afd66df983da348a6b112f1314" | 14 | SRCREV = "eb8639d7c8a056d1c1b1cd42598c84ba3974c41b" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||