blob: 332820d149449d46b88a35a74654034790376393 [file] [log] [blame]
Brad Bishop665fd022019-08-26 01:32:28 -04001SUMMARY = "A graph construction, manipulation, and processing framework"
2DESCRIPTION = "ADE Framework is a graph construction, manipulation, \
3and processing framework. ADE Framework is suitable for \
4organizing data flow processing and execution."
5HOMEPAGE = "https://github.com/opencv/ade"
6
7SRC_URI = "git://github.com/opencv/ade.git \
8 "
9
10SRCREV = "58b2595a1a95cc807be8bf6222f266a9a1f393a9"
11
12LICENSE = "Apache-2.0"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
14
15inherit cmake
16
17S = "${WORKDIR}/git"
18
19EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release"
20
21FILES_${PN}-dev += "${datadir}/${BPN}/*.cmake"