aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/assimp/assimp/0001-Fix-build-on-big-endian-architectures.patch29
-rw-r--r--meta-oe/recipes-graphics/assimp/assimp_3.3.1.bb18
2 files changed, 0 insertions, 47 deletions
diff --git a/meta-oe/recipes-graphics/assimp/assimp/0001-Fix-build-on-big-endian-architectures.patch b/meta-oe/recipes-graphics/assimp/assimp/0001-Fix-build-on-big-endian-architectures.patch
deleted file mode 100644
index c94bb3d58b..0000000000
--- a/meta-oe/recipes-graphics/assimp/assimp/0001-Fix-build-on-big-endian-architectures.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 614475dcac1cee4d63b764282c578672bc060321 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Thu, 29 Jun 2017 14:23:00 -0700
-Subject: [PATCH] Fix build on big-endian architectures
-
-see
-https://github.com/assimp/assimp/pull/986
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- code/glTFAsset.inl | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/code/glTFAsset.inl b/code/glTFAsset.inl
-index d52c825c..470246c9 100644
---- a/code/glTFAsset.inl
-+++ b/code/glTFAsset.inl
-@@ -40,6 +40,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- #include "StringUtils.h"
-
-+using namespace Assimp;
-+
- namespace glTF {
-
- namespace {
---
-2.13.2
-
diff --git a/meta-oe/recipes-graphics/assimp/assimp_3.3.1.bb b/meta-oe/recipes-graphics/assimp/assimp_3.3.1.bb
deleted file mode 100644
index 064683a65f..0000000000
--- a/meta-oe/recipes-graphics/assimp/assimp_3.3.1.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Open Asset Import Library is a portable Open Source library to import \
- various well-known 3D model formats in a uniform manner."
-HOMEPAGE = "http://www.assimp.org/"
-SECTION = "devel"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=4cd8c0aedc7a0623476669377d7eeda8"
-
-DEPENDS = "boost virtual/libgl"
-
-SRCREV = "a8673d4828df5107186f49e5e4efa5316b727482"
-SRC_URI = "git://github.com/assimp/assimp \
- file://0001-Fix-build-on-big-endian-architectures.patch \
- "
-S = "${WORKDIR}/git"
-
-inherit cmake
-
-FILES_${PN}-dev += "${libdir}/cmake"