Brad Bishop | 665fd02 | 2019-08-26 01:32:28 -0400 | [diff] [blame] | 1 | SUMMARY = "A graph construction, manipulation, and processing framework" |
| 2 | DESCRIPTION = "ADE Framework is a graph construction, manipulation, \ |
| 3 | and processing framework. ADE Framework is suitable for \ |
| 4 | organizing data flow processing and execution." |
| 5 | HOMEPAGE = "https://github.com/opencv/ade" |
| 6 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 7 | SRC_URI = "git://github.com/opencv/ade.git;branch=master;protocol=https \ |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 8 | file://0001-use-GNUInstallDirs-for-detecting-install-paths.patch \ |
Brad Bishop | 665fd02 | 2019-08-26 01:32:28 -0400 | [diff] [blame] | 9 | " |
| 10 | |
| 11 | SRCREV = "58b2595a1a95cc807be8bf6222f266a9a1f393a9" |
| 12 | |
| 13 | LICENSE = "Apache-2.0" |
| 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 15 | |
| 16 | inherit cmake |
| 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release" |
| 21 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 22 | FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake" |