xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/ade_0.1.1f.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "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           file://0001-use-GNUInstallDirs-for-detecting-install-paths.patch \
9           "
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
22FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake"
23