aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/assimp/assimp_3.3.1.bb
blob: 064683a65ffd61dd93656b205a91a41a7e487434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"