summaryrefslogtreecommitdiffstats
path: root/meta/packages/opensync/libopensync_0.36.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-06-18 08:36:46 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-06-18 08:36:46 +0000
commitbd9cc19e51f79bc1f20daad1944b658525d63efa (patch)
tree6da30069d30f8f4d8fa7973ca5667928f4497f45 /meta/packages/opensync/libopensync_0.36.bb
parent42243f8179be6d19db47ff1b1d1201d590b2978d (diff)
downloadpoky-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.bb')
-rw-r--r--meta/packages/opensync/libopensync_0.36.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/opensync/libopensync_0.36.bb b/meta/packages/opensync/libopensync_0.36.bb
index 9fad1b3031..f41cf89b5f 100644
--- a/meta/packages/opensync/libopensync_0.36.bb
+++ b/meta/packages/opensync/libopensync_0.36.bb
@@ -1,11 +1,12 @@
1LICENSE = "LGPL" 1LICENSE = "LGPL"
2HOMEPAGE = "http://www.opensync.org/" 2HOMEPAGE = "http://www.opensync.org/"
3 3
4DEPENDS = "sqlite3 libxml2 glib-2.0" 4DEPENDS = "sqlite3 libxml2 glib-2.0 check"
5 5
6SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\ 6SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\
7 file://cmake.patch;patch=1 \ 7 file://cmake.patch;patch=1 \
8 file://build-in-src.patch;patch=1" 8 file://build-in-src.patch;patch=1 \
9 file://no-python-check.patch;patch=1"
9 10
10inherit cmake pkgconfig 11inherit cmake pkgconfig
11 12