aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/assimp/assimp_3.3.1.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2017-07-28 11:28:04 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-13 13:19:41 +0200
commit4b923a2c353d4f96fd8bf2c2c0c43cf3cfc0f257 (patch)
treecbd265a6cf9ae5fd7ba7f1286aed4e680d10dedb /meta-oe/recipes-graphics/assimp/assimp_3.3.1.bb
parent0b4f7491798ad7e2eed1c380a4143f600c63f3ce (diff)
downloadmeta-openembedded-contrib-4b923a2c353d4f96fd8bf2c2c0c43cf3cfc0f257.tar.gz
assimp: remove recipe
Remove recipe of assimp which exists in oe-core. * Patch 0001-Fix-build-on-big-endian-architectures.patch has been merged in 4.0.0 * Dependencies 'boost' and 'virtual/libgl' are dropped which needded by ASSIMP_BUILD_SAMPLES but ASSIMP_BUILD_SAMPLES is disabled by default * Sync up other parts such as DESCRIPTION with the recipe in oe-core Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/assimp/assimp_3.3.1.bb')
-rw-r--r--meta-oe/recipes-graphics/assimp/assimp_3.3.1.bb18
1 files changed, 0 insertions, 18 deletions
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"