mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Commit 105e4618c5 added a patch to fix
CMake 4 compatibility, but due to line endings issues the patch
doesn't apply properly. This commit fixes the patch so that it does
apply as it should.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
30 lines
808 B
Diff
30 lines
808 B
Diff
From bfd33e3ebf1fe253542b9ea2b6e034c8ce30866d Mon Sep 17 00:00:00 2001
|
|
From: Adrian Bunk <bunk@debian.org>
|
|
Date: Sat, 17 Jan 2026 11:14:15 +0100
|
|
Subject: [PATCH] Fix FTBFS with CMake 4
|
|
|
|
Bug-Debian: https://bugs.debian.org/1113178
|
|
|
|
Downloaded from https://sources.debian.org/src/libopenobex/1.7.2-2.3/debian/patches/cmake-4.patch
|
|
|
|
Upstream: https://gitlab.com/openobex/mainline/-/merge_requests/3
|
|
|
|
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
|
---
|
|
CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 813f900..b237f93 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required ( VERSION 3.1 FATAL_ERROR )
|
|
+cmake_minimum_required ( VERSION 3.5 FATAL_ERROR )
|
|
|
|
project ( openobex
|
|
LANGUAGES C
|
|
--
|
|
2.47.3
|
|
|