summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta/packages/opensync/libopensync_0.36.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/opensync/libopensync_0.36.bb b/meta/packages/opensync/libopensync_0.36.bb
index 884e46209..9fad1b303 100644
--- a/meta/packages/opensync/libopensync_0.36.bb
+++ b/meta/packages/opensync/libopensync_0.36.bb
@@ -1,10 +1,11 @@
LICENSE = "LGPL"
HOMEPAGE = "http://www.opensync.org/"
-DEPENDS = "sqlite3 libxml2 zlib glib-2.0"
+DEPENDS = "sqlite3 libxml2 glib-2.0"
SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\
- file://cmake.patch;patch=1"
+ file://cmake.patch;patch=1 \
+ file://build-in-src.patch;patch=1"
inherit cmake pkgconfig
@@ -20,5 +21,5 @@ FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \
${libdir}/opensync*/.debug/osplugin "
do_stage() {
-autotools_stage_all
+ autotools_stage_all
}