From 579ffc275d9296531b9f08fdba4a39fd008bcd70 Mon Sep 17 00:00:00 2001
From: vmayoral <v.mayoralv@gmail.com>
Date: Wed, 18 Sep 2013 16:59:06 +0200
Subject: [PATCH] collada-dom: recipe added.

The COLLADA Document Object Model (DOM) is an application
programming interface (API) that provides a C++ object representation of
a COLLADA XML instance document.
---
 recipes-ros/collada-dom/collada-dom_2.4.0.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 recipes-ros/collada-dom/collada-dom_2.4.0.bb

diff --git a/recipes-ros/collada-dom/collada-dom_2.4.0.bb b/recipes-ros/collada-dom/collada-dom_2.4.0.bb
new file mode 100644
index 0000000..d1178d7
--- /dev/null
+++ b/recipes-ros/collada-dom/collada-dom_2.4.0.bb
@@ -0,0 +1,13 @@
+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"
+
+DEPENDS = "boost libxml2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tgz"
+SRC_URI[md5sum] = "20399de4206eab850c32e65c04e907cb"
+SRC_URI[sha256sum] = "5ca2d12f744bdceff0066ed3067b3b23d6859581fb0d657f98ba4487d8fa3896"
+
+inherit cmake
-- 
GitLab