We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533362e commit bc5b610Copy full SHA for bc5b610
recipes-deps/collada-dom_2.4.0.bb
@@ -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