All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neena Busireddy <neenareddy.busireddy@nxp.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [meta-oe][PATCH] assimp: Add recipe for Open Asset Import Library
Date: Thu, 5 May 2016 14:12:06 -0500	[thread overview]
Message-ID: <1462475526-12554-1-git-send-email-neenareddy.busireddy@nxp.com> (raw)

Open Asset Import Library (short name: Assimp) is a portable Open Source library
to import various well-known 3D model formats in a uniform manner.

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
---
 meta-oe/recipes-graphics/assimp/assimp_3.1.1.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/assimp/assimp_3.1.1.bb

diff --git a/meta-oe/recipes-graphics/assimp/assimp_3.1.1.bb b/meta-oe/recipes-graphics/assimp/assimp_3.1.1.bb
new file mode 100644
index 0000000..d28418d
--- /dev/null
+++ b/meta-oe/recipes-graphics/assimp/assimp_3.1.1.bb
@@ -0,0 +1,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://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb234cb"
+
+DEPENDS = "boost"
+
+SRC_URI = "http://sourceforge.net/projects/assimp/files/assimp-3.1/assimp-3.1.1_no_test_models.zip"
+SRC_URI[md5sum] = "ccd4788204509da58a3a53c7aeda7a8b"
+SRC_URI[sha256sum] = "da9827876f10a8b447270368753392cfd502e70a2e9d1361554e5dfcb1fede9e"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+inherit cmake
+
+FILES_${PN}-dev += "${libdir}/cmake/assimp-3.1/*.cmake"
-- 
1.9.1



             reply	other threads:[~2016-05-05 19:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-05 19:12 Neena Busireddy [this message]
2016-05-05 19:51 ` [meta-oe][PATCH] assimp: Add recipe for Open Asset Import Library Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1462475526-12554-1-git-send-email-neenareddy.busireddy@nxp.com \
    --to=neenareddy.busireddy@nxp.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.