package/openobex: fix line endings in patch

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>
This commit is contained in:
Thomas Petazzoni
2026-02-04 10:43:23 +01:00
parent 63877f9e86
commit 2b31a28dce

View File

@@ -19,11 +19,11 @@ 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
-cmake_minimum_required ( VERSION 3.1 FATAL_ERROR )
+cmake_minimum_required ( VERSION 3.5 FATAL_ERROR )
project ( openobex
LANGUAGES C
--
2.47.3