aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opensync/libopensync_0.20.bb
blob: 9560e5f94992628080e2f0dc54cc987eadf38c23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE = "LGPL"
HOMEPAGE = "http://www.opensync.org/"

DEPENDS = "sqlite3 libxml2 zlib glib-2.0"

SRC_URI = "http://www.openembedded.org/sources/libopensync-${PV}.tar.gz"

inherit autotools pkgconfig lib_package

EXTRA_OECONF = "--disable-python"
LEAD_SONAME = "libopensync.so"

FILES_${PN} += " ${libdir}/opensync/formats/*.so"

do_stage() {
autotools_stage_all
}