diff options
Diffstat (limited to 'meta-oe/recipes-support/opencv/ade_0.1.2.bb')
| -rw-r--r-- | meta-oe/recipes-support/opencv/ade_0.1.2.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opencv/ade_0.1.2.bb b/meta-oe/recipes-support/opencv/ade_0.1.2.bb new file mode 100644 index 0000000000..93b14ad4f3 --- /dev/null +++ b/meta-oe/recipes-support/opencv/ade_0.1.2.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | |||
| 7 | SRC_URI = "git://github.com/opencv/ade.git;branch=master;protocol=https" | ||
| 8 | |||
| 9 | SRCREV = "1e02d7486bdb9c87993d91b9910e7cc6c4ddbf66" | ||
| 10 | |||
| 11 | LICENSE = "Apache-2.0" | ||
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 13 | |||
| 14 | inherit cmake | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release" | ||
| 19 | |||
| 20 | FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake" | ||
