diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 08:36:46 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 08:36:46 +0000 |
| commit | bd9cc19e51f79bc1f20daad1944b658525d63efa (patch) | |
| tree | 6da30069d30f8f4d8fa7973ca5667928f4497f45 /meta/packages/opensync/libopensync-0.36/no-python-check.patch | |
| parent | 42243f8179be6d19db47ff1b1d1201d590b2978d (diff) | |
| download | poky-bd9cc19e51f79bc1f20daad1944b658525d63efa.tar.gz | |
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
Diffstat (limited to 'meta/packages/opensync/libopensync-0.36/no-python-check.patch')
| -rw-r--r-- | meta/packages/opensync/libopensync-0.36/no-python-check.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/opensync/libopensync-0.36/no-python-check.patch b/meta/packages/opensync/libopensync-0.36/no-python-check.patch new file mode 100644 index 0000000000..08a53cb9eb --- /dev/null +++ b/meta/packages/opensync/libopensync-0.36/no-python-check.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | --- | ||
| 2 | CMakeLists.txt | 1 - | ||
| 3 | 1 file changed, 1 deletion(-) | ||
| 4 | |||
| 5 | --- libopensync-0.36.orig/CMakeLists.txt | ||
| 6 | +++ libopensync-0.36/CMakeLists.txt | ||
| 7 | @@ -26,11 +26,10 @@ INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_BIN | ||
| 8 | |||
| 9 | FIND_PACKAGE( GLIB2 REQUIRED ) | ||
| 10 | FIND_PACKAGE( Sqlite3 REQUIRED ) | ||
| 11 | FIND_PACKAGE( LibXml2 REQUIRED ) | ||
| 12 | FIND_PACKAGE( SWIG ) | ||
| 13 | -FIND_PACKAGE( PythonLibs ) | ||
| 14 | FIND_PACKAGE( Check ) | ||
| 15 | |||
| 16 | ADD_SUBDIRECTORY( opensync ) | ||
| 17 | ADD_SUBDIRECTORY( formats ) | ||
| 18 | ADD_SUBDIRECTORY( tools ) | ||
