From 2c09dcbb17d753b9eb491b705d5dac926864f5ab Mon Sep 17 00:00:00 2001 From: Alper Ak Date: Thu, 10 Jul 2025 21:10:41 +0300 Subject: ade: Upgrade 0.1.2 -> 0.1.2e to allow CMake 4+ compatibility Fix: | CMake Error at CMakeLists.txt:7 (cmake_minimum_required): | Compatibility with CMake < 3.5 has been removed from CMake. | | Update the VERSION argument value. Or, use the ... syntax | to tell CMake that the project requires at least but has been updated | to work with policies introduced by or earlier. | | Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. | | | -- Configuring incomplete, errors occurred! Signed-off-by: Alper Ak Signed-off-by: Khem Raj --- meta-oe/recipes-support/opencv/ade_0.1.2.bb | 19 ------------------- meta-oe/recipes-support/opencv/ade_0.1.2e.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-support/opencv/ade_0.1.2.bb create mode 100644 meta-oe/recipes-support/opencv/ade_0.1.2e.bb diff --git a/meta-oe/recipes-support/opencv/ade_0.1.2.bb b/meta-oe/recipes-support/opencv/ade_0.1.2.bb deleted file mode 100644 index b54c28d624..0000000000 --- a/meta-oe/recipes-support/opencv/ade_0.1.2.bb +++ /dev/null @@ -1,19 +0,0 @@ -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" - -SRCREV = "1e02d7486bdb9c87993d91b9910e7cc6c4ddbf66" - -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" diff --git a/meta-oe/recipes-support/opencv/ade_0.1.2e.bb b/meta-oe/recipes-support/opencv/ade_0.1.2e.bb new file mode 100644 index 0000000000..a7af2f2da9 --- /dev/null +++ b/meta-oe/recipes-support/opencv/ade_0.1.2e.bb @@ -0,0 +1,17 @@ +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" +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" -- cgit v1.2.3-54-g00ecf