blob: 93b14ad4f38d9d7e2875b0137217b406e28c8b3f [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001SUMMARY = "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;branch=master;protocol=https"
8
9SRCREV = "1e02d7486bdb9c87993d91b9910e7cc6c4ddbf66"
10
11LICENSE = "Apache-2.0"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
13
14inherit cmake
15
16S = "${WORKDIR}/git"
17
18EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release"
19
20FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake"