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 | |
parent | 42243f8179be6d19db47ff1b1d1201d590b2978d (diff) | |
download | openembedded-core-bd9cc19e51f79bc1f20daad1944b658525d63efa.tar.gz openembedded-core-bd9cc19e51f79bc1f20daad1944b658525d63efa.tar.bz2 openembedded-core-bd9cc19e51f79bc1f20daad1944b658525d63efa.zip |
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')
-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 @@ +--- + 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 ) |