Skip to content

Commit bc5b610

Browse files
committed
Adds Collada BB file (from Angstrom).
1 parent 533362e commit bc5b610

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

recipes-deps/collada-dom_2.4.0.bb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
DESCRIPTION = "The COLLADA Document Object Model (DOM) is an application \
2+
programming interface (API) that provides a C++ object representation of a \
3+
COLLADA XML instance document."
4+
LICENSE = "MIT"
5+
LIC_FILES_CHKSUM = "file://License_Folder/license_e.txt;md5=33ea5b7341abf67bd9055a229646feae"
6+
7+
DEPENDS = "boost libxml2 pcre"
8+
9+
SRC_URI = 'http://downloads.sourceforge.net/project/collada-dom/Collada%20DOM/Collada%20DOM%202.4/collada-dom-2.4.0.tgz'
10+
SRC_URI[sha256sum] = "5ca2d12f744bdceff0066ed3067b3b23d6859581fb0d657f98ba4487d8fa3896"
11+
12+
EXTRA_OECMAKE += "-DCMAKE_SKIP_RPATH=ON"
13+
14+
inherit cmake
15+
16+
FILES_${PN}-dev += "${libdir}/cmake/collada_dom-2.4/*.cmake"
17+

0 commit comments

Comments
 (0)