diff options
author | Alper Ak <alperyasinak1@gmail.com> | 2025-07-10 21:10:41 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-10 21:08:44 -0700 |
commit | 2c09dcbb17d753b9eb491b705d5dac926864f5ab (patch) | |
tree | dffafe9973d74522ed0e6092190fa635bc37c088 | |
parent | a67964c575278dee8fe4c3b0458caaacf2724db7 (diff) | |
download | meta-openembedded-2c09dcbb17d753b9eb491b705d5dac926864f5ab.tar.gz |
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 <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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/opencv/ade_0.1.2e.bb (renamed from meta-oe/recipes-support/opencv/ade_0.1.2.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/opencv/ade_0.1.2.bb b/meta-oe/recipes-support/opencv/ade_0.1.2e.bb index b54c28d624..a7af2f2da9 100644 --- a/meta-oe/recipes-support/opencv/ade_0.1.2.bb +++ b/meta-oe/recipes-support/opencv/ade_0.1.2e.bb | |||
@@ -5,15 +5,13 @@ organizing data flow processing and execution." | |||
5 | HOMEPAGE = "https://github.com/opencv/ade" | 5 | HOMEPAGE = "https://github.com/opencv/ade" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/opencv/ade.git;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/opencv/ade.git;branch=master;protocol=https" |
8 | 8 | SRCREV = "ffc83ad372d72b16732f201d8a9d1d80dd16515b" | |
9 | SRCREV = "1e02d7486bdb9c87993d91b9910e7cc6c4ddbf66" | ||
10 | 9 | ||
11 | LICENSE = "Apache-2.0" | 10 | LICENSE = "Apache-2.0" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
13 | 12 | ||
14 | inherit cmake | 13 | inherit cmake |
15 | 14 | ||
16 | |||
17 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release" | 15 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release" |
18 | 16 | ||
19 | FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake" | 17 | FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake" |