summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb
diff options
context:
space:
mode:
authorAlper Ak <alperyasinak1@gmail.com>2025-07-09 20:30:52 +0300
committerKhem Raj <raj.khem@gmail.com>2025-07-09 13:35:19 -0700
commitd8a2d0cae39b411d8e52d74d35ce3271c1512f30 (patch)
tree5f749d8d36af49a49ae2798b276dba21a8493faf /meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb
parent5bae735e8d6d290f9445b43a1a9fd53b1120f039 (diff)
downloadmeta-openembedded-d8a2d0cae39b411d8e52d74d35ce3271c1512f30.tar.gz
fatcat: Add patch for CMake 4+ compatibility
Fix: | CMake Error at CMakeLists.txt:1 (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>
Diffstat (limited to 'meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb')
-rw-r--r--meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb
index bdde0d311a..876e8618eb 100644
--- a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb
+++ b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb
@@ -11,9 +11,9 @@ SRC_URI = "git://github.com/Gregwar/fatcat.git;branch=master;protocol=https \
11 file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \ 11 file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \
12 file://0002-Enable-64bit-off_t.patch \ 12 file://0002-Enable-64bit-off_t.patch \
13 file://0001-Replace-std-ptr_fun-for-c-17.patch \ 13 file://0001-Replace-std-ptr_fun-for-c-17.patch \
14 file://0003-allow-build-with-cmake-4.patch \
14 " 15 "
15 16
16SRCREV = "99cb99fc86eb1601ac7ae27f5bba23add04d2543" 17SRCREV = "99cb99fc86eb1601ac7ae27f5bba23add04d2543"
17 18
18
19inherit cmake 19inherit cmake