mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 05:29:12 +00:00
ade: add recipe
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@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
26656c1cd1
commit
2902340351
21
meta-oe/recipes-support/opencv/ade_0.1.1f.bb
Normal file
21
meta-oe/recipes-support/opencv/ade_0.1.1f.bb
Normal file
@ -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 \
|
||||||
|
"
|
||||||
|
|
||||||
|
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}/${BPN}/*.cmake"
|
||||||
Loading…
x
Reference in New Issue
Block a user