summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sat-solver/sat-solver/cmake.patch
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-01-23 12:10:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-24 20:09:00 +0000
commit7b5b8d1eb0bd5ffb7f116e2a8aba9e65a2cb281c (patch)
treef95ae27252d0baf9c9c4173aec9e23637b1bed10 /meta/recipes-extended/sat-solver/sat-solver/cmake.patch
parentfcdc8d7f6d10b3abf9f6a28cff55b1cc89b88bc9 (diff)
downloadpoky-7b5b8d1eb0bd5ffb7f116e2a8aba9e65a2cb281c.tar.gz
sat-solver: remove
This was only needed by libzypp, which has itself been removed. (From OE-Core rev: 905f0d407a259f89e420ccdbee5a471cb0fea8f5) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sat-solver/sat-solver/cmake.patch')
-rw-r--r--meta/recipes-extended/sat-solver/sat-solver/cmake.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-extended/sat-solver/sat-solver/cmake.patch b/meta/recipes-extended/sat-solver/sat-solver/cmake.patch
deleted file mode 100644
index c1ec86ad68..0000000000
--- a/meta/recipes-extended/sat-solver/sat-solver/cmake.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Enable debugging for all builds
4not building docs (need oxygen)
5
68/19/2010 - created by Qing He <qing.he@intel.com>
71/24/2011 - Disable Fedora/Debian checking/settings by Mark Hatle <mark.hatle@windriver.com>
83/15/2011 - Updated to newer version of sat-solver by Mark Hatle <mark.hatle@windriver.com>
93/16/2011 - Split original patch and simplify by Mark Hatle <mark.hatle@windriver.com>
10
11diff -ur git.orig2/CMakeLists.txt git/CMakeLists.txt
12--- git.orig2/CMakeLists.txt 2011-03-16 16:29:43.532032285 -0500
13+++ git/CMakeLists.txt 2011-03-16 16:32:59.982034501 -0500
14@@ -177,7 +177,7 @@
15
16 MESSAGE(STATUS "Looking modules in ${CMAKE_MODULE_PATH}")
17
18-set ( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror -Wall" )
19+set ( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror -Wall -g" )
20 set ( CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS} -g -O3" )
21 set ( CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS} -g3 -O0" )
22
23@@ -186,7 +186,7 @@
24 ADD_SUBDIRECTORY(tools)
25 ADD_SUBDIRECTORY(tests)
26 ADD_SUBDIRECTORY(examples)
27-ADD_SUBDIRECTORY(doc)
28+#ADD_SUBDIRECTORY(doc)
29
30 MESSAGE(STATUS "version: ${VERSION}")
31