mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
741 B
BlitzBasic
23 lines
741 B
BlitzBasic
SUMMARY = "A graph construction, manipulation, and processing framework"
|
|
DESCRIPTION = "ADE Framework is a graph construction, manipulation, \
|
|
and processing framework. ADE Framework is suitable for \
|
|
organizing data flow processing and execution."
|
|
HOMEPAGE = "https://github.com/opencv/ade"
|
|
|
|
SRC_URI = "git://github.com/opencv/ade.git;branch=master;protocol=https \
|
|
file://0001-use-GNUInstallDirs-for-detecting-install-paths.patch \
|
|
"
|
|
|
|
SRCREV = "58b2595a1a95cc807be8bf6222f266a9a1f393a9"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
inherit cmake
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release"
|
|
|
|
FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake"
|