summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/vulkan/assimp_5.0.1.bb
diff options
context:
space:
mode:
authorPurushottam Choudhary <purushottamchoudhary29@gmail.com>2021-08-20 15:37:09 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-22 22:21:46 +0100
commita842f8f831f12a341d6310809d5b5deaa1822568 (patch)
treecef494166c1fdc7f5d17affac70b1cacf3848ffd /meta/recipes-graphics/vulkan/assimp_5.0.1.bb
parent0d8f2ed39efc018b231bd1bd340b285bad2348b0 (diff)
downloadpoky-a842f8f831f12a341d6310809d5b5deaa1822568.tar.gz
assimp: added patch to fix hardcoded non-existing paths in CMake modules
assimp CMake modules were adding non-existing paths to its CMake modules breaking builds for users of assimp. Remove the hardcoded paths with an upstream patch with small tweaks. (From OE-Core rev: 0dd86e64af7141c51666773265039fd98e2af31b) Signed-off-by: Purushottam Choudhary <purushottamchoudhary29@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/vulkan/assimp_5.0.1.bb')
-rw-r--r--meta/recipes-graphics/vulkan/assimp_5.0.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/assimp_5.0.1.bb b/meta/recipes-graphics/vulkan/assimp_5.0.1.bb
index 4eb0cefffc..89c555f08e 100644
--- a/meta/recipes-graphics/vulkan/assimp_5.0.1.bb
+++ b/meta/recipes-graphics/vulkan/assimp_5.0.1.bb
@@ -10,7 +10,8 @@ DEPENDS = "zlib"
10 10
11SRC_URI = "git://github.com/assimp/assimp.git;branch=assimp_5.0_release \ 11SRC_URI = "git://github.com/assimp/assimp.git;branch=assimp_5.0_release \
12 file://0001-closes-https-github.com-assimp-assimp-issues-2733-up.patch \ 12 file://0001-closes-https-github.com-assimp-assimp-issues-2733-up.patch \
13 file://0001-Use-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch \ 13 file://use-GNUInstallDirs-where-possible.patch \
14 file://0001-assimp-remove-shared-lib-from-_IMPORT_CHECK_TARGETS.patch \
14 " 15 "
15UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" 16UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
16 17