[oe] [meta-oe][PATCH] ade: add recipe

Khem Raj raj.khem at gmail.com
Wed Aug 21 14:19:44 UTC 2019


On Tue, Aug 20, 2019 at 9:24 PM Anuj Mittal <anuj.mittal at intel.com> wrote:

> ADE Framework is a graph construction, manipulation, and processing
> framework.  ADE Framework is suitable for organizing data flow
> processing and execution.
>
> Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
> ---
>  meta-oe/recipes-support/opencv/ade_0.1.1f.bb | 21 ++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 meta-oe/recipes-support/opencv/ade_0.1.1f.bb
>
> diff --git a/meta-oe/recipes-support/opencv/ade_0.1.1f.bb
> b/meta-oe/recipes-support/opencv/ade_0.1.1f.bb
> new file mode 100644
> index 000000000..51e274d3f
> --- /dev/null
> +++ b/meta-oe/recipes-support/opencv/ade_0.1.1f.bb
> @@ -0,0 +1,21 @@
> +SUMMARY = "A graph construction, manipulation, and processing framework"
> +DESCRIPTION = "ADE Framework is a graph construction, manipulation, \
> +and processing framework. ADE Framework is suitable for \
> +organizing data flow processing and execution."
> +HOMEPAGE = "https://github.com/opencv/ade"
> +
> +SRC_URI = "git://github.com/opencv/ade.git;protocol=git \


Drop protocol=git it’s default

>
> +           "
> +
> +SRCREV = "58b2595a1a95cc807be8bf6222f266a9a1f393a9"
> +
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
> +
> +inherit cmake
> +
> +S = "${WORKDIR}/git"
> +
> +EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release"
> +
> +FILES_${PN}-dev += "${datadir}/ade/*.cmake"
>

Use BPN instead of hard coding recipe name

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


More information about the Openembedded-devel mailing list