diff options
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.bb | 18 |
1 files changed, 18 insertions, 0 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 new file mode 100644 index 0000000000..064683a65f --- /dev/null +++ b/meta-oe/recipes-graphics/assimp/assimp_3.3.1.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Open Asset Import Library is a portable Open Source library to import \ | ||
| 2 | various well-known 3D model formats in a uniform manner." | ||
| 3 | HOMEPAGE = "http://www.assimp.org/" | ||
| 4 | SECTION = "devel" | ||
| 5 | LICENSE = "BSD" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4cd8c0aedc7a0623476669377d7eeda8" | ||
| 7 | |||
| 8 | DEPENDS = "boost virtual/libgl" | ||
| 9 | |||
| 10 | SRCREV = "a8673d4828df5107186f49e5e4efa5316b727482" | ||
| 11 | SRC_URI = "git://github.com/assimp/assimp \ | ||
| 12 | file://0001-Fix-build-on-big-endian-architectures.patch \ | ||
| 13 | " | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit cmake | ||
| 17 | |||
| 18 | FILES_${PN}-dev += "${libdir}/cmake" | ||
