mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user