diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2019-08-22 08:01:14 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-08-24 04:31:45 -0700 |
| commit | 2902340351c4080e940ee97f5875f4454d05ea3e (patch) | |
| tree | 670609dcac1d37f0bf436eb0144ca49ab4983076 | |
| parent | 26656c1cd1767c7d6de1d6380ebb92498cf8e912 (diff) | |
| download | meta-openembedded-2902340351c4080e940ee97f5875f4454d05ea3e.tar.gz | |
ade: add recipe
ADE Framework is a graph construction, manipulation, and processing
framework. ADE Framework is suitable for organizing data flow
processing and execution.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/opencv/ade_0.1.1f.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opencv/ade_0.1.1f.bb b/meta-oe/recipes-support/opencv/ade_0.1.1f.bb new file mode 100644 index 0000000000..332820d149 --- /dev/null +++ b/meta-oe/recipes-support/opencv/ade_0.1.1f.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 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 \ | ||
| 8 | " | ||
| 9 | |||
| 10 | SRCREV = "58b2595a1a95cc807be8bf6222f266a9a1f393a9" | ||
| 11 | |||
| 12 | LICENSE = "Apache-2.0" | ||
| 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 14 | |||
| 15 | inherit cmake | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release" | ||
| 20 | |||
| 21 | FILES_${PN}-dev += "${datadir}/${BPN}/*.cmake" | ||
