summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/assimp/assimp_3.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/assimp/assimp_3.1.1.bb')
-rw-r--r--meta-oe/recipes-graphics/assimp/assimp_3.1.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/assimp/assimp_3.1.1.bb b/meta-oe/recipes-graphics/assimp/assimp_3.1.1.bb
new file mode 100644
index 000000000..5ffa5c2fa
--- /dev/null
+++ b/meta-oe/recipes-graphics/assimp/assimp_3.1.1.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "Open Asset Import Library is a portable Open Source library to import \
2 various well-known 3D model formats in a uniform manner."
3HOMEPAGE = "http://www.assimp.org/"
4SECTION = "devel"
5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=bc4231a2268da8fc55525ad119638a87"
7
8DEPENDS = "boost"
9
10SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}-3.1/${BPN}-${PV}_no_test_models.zip"
11SRC_URI[md5sum] = "ccd4788204509da58a3a53c7aeda7a8b"
12SRC_URI[sha256sum] = "da9827876f10a8b447270368753392cfd502e70a2e9d1361554e5dfcb1fede9e"
13
14inherit cmake
15
16FILES_${PN}-dev += "${libdir}/cmake"