similarity index 91%
rename from meta-oe/recipes-support/opencv/ade_0.1.2.bb
rename to meta-oe/recipes-support/opencv/ade_0.1.2e.bb
@@ -5,15 +5,13 @@ organizing data flow processing and execution."
HOMEPAGE = "https://github.com/opencv/ade"
SRC_URI = "git://github.com/opencv/ade.git;branch=master;protocol=https"
-
-SRCREV = "1e02d7486bdb9c87993d91b9910e7cc6c4ddbf66"
+SRCREV = "ffc83ad372d72b16732f201d8a9d1d80dd16515b"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
inherit cmake
-
EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release"
FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake"
Fix: | CMake Error at CMakeLists.txt:7 (cmake_minimum_required): | Compatibility with CMake < 3.5 has been removed from CMake. | | Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | to tell CMake that the project requires at least <min> but has been updated | to work with policies introduced by <max> or earlier. | | Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. | | | -- Configuring incomplete, errors occurred! Signed-off-by: Alper Ak <alperyasinak1@gmail.com> --- .../recipes-support/opencv/{ade_0.1.2.bb => ade_0.1.2e.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-oe/recipes-support/opencv/{ade_0.1.2.bb => ade_0.1.2e.bb} (91%)