summaryrefslogtreecommitdiffstats
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 884e462094..9fad1b3031 100644
--- a/meta/packages/opensync/libopensync_0.36.bb
+++ b/meta/packages/opensync/libopensync_0.36.bb
@@ -1,10 +1,11 @@
1LICENSE = "LGPL" 1LICENSE = "LGPL"
2HOMEPAGE = "http://www.opensync.org/" 2HOMEPAGE = "http://www.opensync.org/"
3 3
4DEPENDS = "sqlite3 libxml2 zlib glib-2.0" 4DEPENDS = "sqlite3 libxml2 glib-2.0"
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 9
9inherit cmake pkgconfig 10inherit cmake pkgconfig
10 11
@@ -20,5 +21,5 @@ FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \
20 ${libdir}/opensync*/.debug/osplugin " 21 ${libdir}/opensync*/.debug/osplugin "
21 22
22do_stage() { 23do_stage() {
23autotools_stage_all 24 autotools_stage_all
24} 25}