[oe-commits] [openembedded-core] 06/25: assimp: upgrade 5.0.0 -> 5.0.1

git at git.openembedded.org git at git.openembedded.org
Tue Feb 4 15:57:05 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ea43f8af4652d78546fee874606cf4093b11098e
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Wed Jan 22 13:46:35 2020 +0800

    assimp: upgrade 5.0.0 -> 5.0.1
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../0001-Use-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch  | 12 +++++-------
 .../vulkan/{assimp_5.0.0.bb => assimp_5.0.1.bb}              |  4 ++--
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/meta/recipes-graphics/vulkan/assimp/0001-Use-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch b/meta/recipes-graphics/vulkan/assimp/0001-Use-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch
index 3e9fbec..34c5bfa 100644
--- a/meta/recipes-graphics/vulkan/assimp/0001-Use-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch
+++ b/meta/recipes-graphics/vulkan/assimp/0001-Use-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch
@@ -1,4 +1,4 @@
-From dd5c10f660716a2fab513714245be1932003306b Mon Sep 17 00:00:00 2001
+From 58f576d6f240b08957a402960cdf06c74201ac7b Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia at windriver.com>
 Date: Thu, 12 Dec 2019 22:16:15 -0800
 Subject: [PATCH] Use ASSIMP_LIB_INSTALL_DIR to search library
@@ -8,12 +8,13 @@ Use ASSIMP_LIB_INSTALL_DIR rather than hardcoded /lib to search library
 Upstream-Status: Inappropriate [oe specific]
 
 Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
+
 ---
  assimpTargets-release.cmake.in | 16 ++++++++--------
  1 file changed, 8 insertions(+), 8 deletions(-)
 
 diff --git a/assimpTargets-release.cmake.in b/assimpTargets-release.cmake.in
-index b09b881f..5c6999fe 100644
+index f3db8f1..b8a066a 100644
 --- a/assimpTargets-release.cmake.in
 +++ b/assimpTargets-release.cmake.in
 @@ -42,11 +42,11 @@ if(MSVC)
@@ -43,8 +44,8 @@ index b09b881f..5c6999fe 100644
    endif()
  
  else()
-@@ -66,17 +66,17 @@ else()
-     set(sharedLibraryName "libassimp${ASSIMP_LIBRARY_SUFFIX}@CMAKE_SHARED_LIBRARY_SUFFIX at .@ASSIMP_VERSION_MAJOR@")
+@@ -70,17 +70,17 @@ else()
+     endif()
      set_target_properties(assimp::assimp PROPERTIES
        IMPORTED_SONAME_RELEASE "${sharedLibraryName}"
 -      IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/${sharedLibraryName}"
@@ -65,6 +66,3 @@ index b09b881f..5c6999fe 100644
    endif()
  endif()
  
--- 
-2.21.0
-
diff --git a/meta/recipes-graphics/vulkan/assimp_5.0.0.bb b/meta/recipes-graphics/vulkan/assimp_5.0.1.bb
similarity index 84%
rename from meta/recipes-graphics/vulkan/assimp_5.0.0.bb
rename to meta/recipes-graphics/vulkan/assimp_5.0.1.bb
index a42494a..5a8c62e 100644
--- a/meta/recipes-graphics/vulkan/assimp_5.0.0.bb
+++ b/meta/recipes-graphics/vulkan/assimp_5.0.1.bb
@@ -8,13 +8,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2119edef0916b0bd511cb3c731076271"
 
 DEPENDS = "zlib"
 
-SRC_URI = "git://github.com/assimp/assimp.git \
+SRC_URI = "git://github.com/assimp/assimp.git;branch=assimp_5.0_release \
            file://0001-closes-https-github.com-assimp-assimp-issues-2733-up.patch \
            file://0001-Use-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch \
            "
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
 
-SRCREV = "2d2889f73fa1b2ca09ba9f43c9785402d3a7fdd0"
+SRCREV = "8f0c6b04b2257a520aaab38421b2e090204b69df"
 
 S = "${WORKDIR}/git"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list