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

Otavio Salvador otavio.salvador at ossystems.com.br
Mon May 16 19:56:37 UTC 2016


Hello Neena,

On Mon, May 16, 2016 at 3:40 PM, Neena Busireddy
<neenareddy.busireddy at nxp.com> 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 | 16 ++++++++++++++++
>  1 file changed, 16 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..bf987af
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/assimp/assimp_3.1.1.bb
> @@ -0,0 +1,16 @@
> +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://LICENSE;md5=bc4231a2268da8fc55525ad119638a87"
> +
> +DEPENDS = "boost"
> +
> +SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}-3.1/${BPN}-${PV}_no_test_models.zip"
> +SRC_URI[md5sum] = "ccd4788204509da58a3a53c7aeda7a8b"
> +SRC_URI[sha256sum] = "da9827876f10a8b447270368753392cfd502e70a2e9d1361554e5dfcb1fede9e"
> +
> +inherit cmake
> +
> +FILES_${PN}-dev += "${libdir}/cmake/assimp-3.1/*.cmake"

The only remark I could do is to add ${libdir}/cmake so in case a new
major release happens it is not need to change the FILES assignment.

> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



More information about the Openembedded-devel mailing list