summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-connectivity/opensync/libsyncml/build-in-src.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-demoapps/recipes-connectivity/opensync/libsyncml/build-in-src.patch')
-rw-r--r--meta-demoapps/recipes-connectivity/opensync/libsyncml/build-in-src.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-demoapps/recipes-connectivity/opensync/libsyncml/build-in-src.patch b/meta-demoapps/recipes-connectivity/opensync/libsyncml/build-in-src.patch
deleted file mode 100644
index 9947af042d..0000000000
--- a/meta-demoapps/recipes-connectivity/opensync/libsyncml/build-in-src.patch
+++ /dev/null
@@ -1,21 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3---
4 CMakeLists.txt | 4 ----
5 1 file changed, 4 deletions(-)
6
7Index: libsyncml-0.5.4/CMakeLists.txt
8===================================================================
9--- libsyncml-0.5.4.orig/CMakeLists.txt 2009-07-31 09:56:16.000000000 +0100
10+++ libsyncml-0.5.4/CMakeLists.txt 2009-07-31 09:57:33.000000000 +0100
11@@ -72,10 +72,6 @@
12 CHECK_TYPE_SIZE( uint32_t UINT32_T )
13 CHECK_TYPE_SIZE( uint8_t UINT8_T )
14
15-# ensure out od source build
16-INCLUDE( MacroEnsureOutOfSourceBuild )
17-MACRO_ENSURE_OUT_OF_SOURCE_BUILD("${CMAKE_PROJECT_NAME} doesn't allow to build within the source directory. Please, create a seperate build directory and run 'cmake ${PROJECT_SOURCE_DIR} [options]'!")
18-
19 # find requirements
20 SET ( GLIB2_MIN_VERSION "2.12" )
21 SET ( OPENOBEX_MIN_VERSION "1.1" )