diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/vulkan/assimp_4.1.0.bb (renamed from meta/recipes-graphics/vulkan/assimp_4.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/assimp_4.0.1.bb b/meta/recipes-graphics/vulkan/assimp_4.1.0.bb index 75ce0d6bf9..194cbe33cc 100644 --- a/meta/recipes-graphics/vulkan/assimp_4.0.1.bb +++ b/meta/recipes-graphics/vulkan/assimp_4.1.0.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 = "eb8639d7c8a056d1c1b1cd42598c84ba3974c41b" | 14 | SRCREV = "80799bdbf90ce626475635815ee18537718a05b1" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||