diff options
| author | Purushottam Choudhary <purushottamchoudhary29@gmail.com> | 2021-08-20 15:37:09 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-22 22:21:46 +0100 |
| commit | a842f8f831f12a341d6310809d5b5deaa1822568 (patch) | |
| tree | cef494166c1fdc7f5d17affac70b1cacf3848ffd /meta/recipes-graphics/vulkan/assimp_5.0.1.bb | |
| parent | 0d8f2ed39efc018b231bd1bd340b285bad2348b0 (diff) | |
| download | poky-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.bb | 3 |
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 | ||
| 11 | SRC_URI = "git://github.com/assimp/assimp.git;branch=assimp_5.0_release \ | 11 | SRC_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 | " |
| 15 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" |
| 16 | 17 | ||
