mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
libopensync: added check to dependencies and patch to get rid of Python
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4693 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
18
meta/packages/opensync/libopensync-0.36/no-python-check.patch
vendored
Normal file
18
meta/packages/opensync/libopensync-0.36/no-python-check.patch
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
CMakeLists.txt | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
--- libopensync-0.36.orig/CMakeLists.txt
|
||||
+++ libopensync-0.36/CMakeLists.txt
|
||||
@@ -26,11 +26,10 @@ INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_BIN
|
||||
|
||||
FIND_PACKAGE( GLIB2 REQUIRED )
|
||||
FIND_PACKAGE( Sqlite3 REQUIRED )
|
||||
FIND_PACKAGE( LibXml2 REQUIRED )
|
||||
FIND_PACKAGE( SWIG )
|
||||
-FIND_PACKAGE( PythonLibs )
|
||||
FIND_PACKAGE( Check )
|
||||
|
||||
ADD_SUBDIRECTORY( opensync )
|
||||
ADD_SUBDIRECTORY( formats )
|
||||
ADD_SUBDIRECTORY( tools )
|
||||
Reference in New Issue
Block a user