2013-09-18 22:59:06 +08:00
|
|
|
DESCRIPTION = "The COLLADA Document Object Model (DOM) is an application \
|
|
|
|
programming interface (API) that provides a C++ object representation of a \
|
|
|
|
COLLADA XML instance document."
|
|
|
|
LICENSE = "MIT"
|
|
|
|
LIC_FILES_CHKSUM = "file://License_Folder/license_e.txt;md5=33ea5b7341abf67bd9055a229646feae"
|
|
|
|
|
2014-08-04 13:07:15 +08:00
|
|
|
DEPENDS = "boost libxml2 libpcre"
|
2013-09-18 22:59:06 +08:00
|
|
|
|
2017-02-02 16:43:28 +08:00
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tgz \
|
|
|
|
file://0001-Fix-return-value-to-be-of-expected-type.patch \
|
|
|
|
"
|
2013-09-18 22:59:06 +08:00
|
|
|
SRC_URI[md5sum] = "20399de4206eab850c32e65c04e907cb"
|
|
|
|
SRC_URI[sha256sum] = "5ca2d12f744bdceff0066ed3067b3b23d6859581fb0d657f98ba4487d8fa3896"
|
|
|
|
|
2013-10-11 17:42:15 +08:00
|
|
|
EXTRA_OECMAKE += "\
|
|
|
|
-DCMAKE_SKIP_RPATH=ON \
|
|
|
|
"
|
|
|
|
|
2013-09-18 22:59:06 +08:00
|
|
|
inherit cmake
|
2013-11-13 14:56:24 +08:00
|
|
|
|
|
|
|
FILES_${PN}-dev += "${libdir}/cmake/collada_dom-2.4/*.cmake"
|