[oe] [meta-oe][PATCH] assimp: Add recipe for Open Asset Import Library

Martin Jansa martin.jansa at gmail.com
Thu May 5 19:51:10 UTC 2016


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 at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20160505/2d9d83be/attachment-0002.sig>


More information about the Openembedded-devel mailing list