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.bb | |
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.bb')
-rw-r--r-- | meta/packages/opensync/libopensync_0.36.bb | 5 |
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 @@ | |||
1 | LICENSE = "LGPL" | 1 | LICENSE = "LGPL" |
2 | HOMEPAGE = "http://www.opensync.org/" | 2 | HOMEPAGE = "http://www.opensync.org/" |
3 | 3 | ||
4 | DEPENDS = "sqlite3 libxml2 glib-2.0" | 4 | DEPENDS = "sqlite3 libxml2 glib-2.0 check" |
5 | 5 | ||
6 | SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\ | 6 | SRC_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 | ||
10 | inherit cmake pkgconfig | 11 | inherit cmake pkgconfig |
11 | 12 | ||