From 2b31a28dce605b0088e9b72fb38616cb941661be Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 4 Feb 2026 10:43:23 +0100 Subject: [PATCH] package/openobex: fix line endings in patch Commit 105e4618c5f2745086baadd5c04dfe189484a604 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 --- package/openobex/0001-Fix-FTBFS-with-CMake-4.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package/openobex/0001-Fix-FTBFS-with-CMake-4.patch b/package/openobex/0001-Fix-FTBFS-with-CMake-4.patch index 2b675e843f..9ceee93474 100644 --- a/package/openobex/0001-Fix-FTBFS-with-CMake-4.patch +++ b/package/openobex/0001-Fix-FTBFS-with-CMake-4.patch @@ -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