All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] assimp: Add recipe for Open Asset Import Library
@ 2016-05-05 19:12 Neena Busireddy
  2016-05-05 19:51 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Neena Busireddy @ 2016-05-05 19:12 UTC (permalink / raw)
  To: openembedded-devel

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][PATCH] assimp: Add recipe for Open Asset Import Library
  2016-05-05 19:12 [meta-oe][PATCH] assimp: Add recipe for Open Asset Import Library Neena Busireddy
@ 2016-05-05 19:51 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2016-05-05 19:51 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2021 bytes --]

On Thu, May 05, 2016 at 02:12:06PM -0500, Neena Busireddy wrote:
> 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"

NAK

LIC_FILES_CHKSUM should point to some files in the project

> +
> +DEPENDS = "boost"
> +
> +SRC_URI = "http://sourceforge.net/projects/assimp/files/assimp-3.1/assimp-3.1.1_no_test_models.zip"

Use SOURCEFORGE_MIRROR, BPN and BP variables.

> +SRC_URI[md5sum] = "ccd4788204509da58a3a53c7aeda7a8b"
> +SRC_URI[sha256sum] = "da9827876f10a8b447270368753392cfd502e70a2e9d1361554e5dfcb1fede9e"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"

Why is it MACHINE_ARCH? nothing in DESCRIPTION suggest that this should
be MACHINE specific project.

> +
> +inherit cmake
> +
> +FILES_${PN}-dev += "${libdir}/cmake/assimp-3.1/*.cmake"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-05 19:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-05 19:12 [meta-oe][PATCH] assimp: Add recipe for Open Asset Import Library Neena Busireddy
2016-05-05 19:51 ` Martin Jansa

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.