diff options
Diffstat (limited to 'meta/packages/opensync/libopensync_0.36.bb')
-rw-r--r-- | meta/packages/opensync/libopensync_0.36.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/packages/opensync/libopensync_0.36.bb b/meta/packages/opensync/libopensync_0.36.bb deleted file mode 100644 index f53e842e68..0000000000 --- a/meta/packages/opensync/libopensync_0.36.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | HOMEPAGE = "http://www.opensync.org/" | ||
3 | |||
4 | DEPENDS = "sqlite3 libxml2 glib-2.0 check zlib" | ||
5 | |||
6 | SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\ | ||
7 | file://cmake.patch;patch=1 \ | ||
8 | file://build-in-src.patch;patch=1 \ | ||
9 | file://no-python-check.patch;patch=1" | ||
10 | |||
11 | inherit cmake pkgconfig | ||
12 | |||
13 | LEAD_SONAME = "libopensync.so" | ||
14 | |||
15 | FILES_${PN} += " ${libdir}/opensync*/formats/*.so \ | ||
16 | ${libdir}/opensync*/osplugin \ | ||
17 | ${datadir}/opensync*/schemas \ | ||
18 | ${datadir}/opensync*/capabilities \ | ||
19 | ${datadir}/opensync*/descriptions \ | ||
20 | " | ||
21 | FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \ | ||
22 | ${libdir}/opensync*/.debug/osplugin " | ||
23 | |||
24 | do_stage() { | ||
25 | autotools_stage_all | ||
26 | } | ||