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

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