1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00: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:
Marcin Juszkiewicz
2008-06-18 08:36:46 +00:00
parent 42243f8179
commit bd9cc19e51
2 changed files with 21 additions and 2 deletions
@@ -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 )
+3 -2
View File
@@ -1,11 +1,12 @@
LICENSE = "LGPL"
HOMEPAGE = "http://www.opensync.org/"
DEPENDS = "sqlite3 libxml2 glib-2.0"
DEPENDS = "sqlite3 libxml2 glib-2.0 check"
SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\
file://cmake.patch;patch=1 \
file://build-in-src.patch;patch=1"
file://build-in-src.patch;patch=1 \
file://no-python-check.patch;patch=1"
inherit cmake pkgconfig