blob: 12b71226ace32d646a509281656996dde8151077 [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 \
Brad Bishope42b3e32020-01-15 22:08:42 -05008 file://0001-use-GNUInstallDirs-for-detecting-install-paths.patch \
Brad Bishop665fd022019-08-26 01:32:28 -04009 "
10
11SRCREV = "58b2595a1a95cc807be8bf6222f266a9a1f393a9"
12
13LICENSE = "Apache-2.0"
14LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
15
16inherit cmake
17
18S = "${WORKDIR}/git"
19
20EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release"
21
Patrick Williams213cb262021-08-07 19:21:33 -050022FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake"