blob: 67501cc6e9266e0e5d877d1d38e3e119e3e7609e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
LICENSE = "LGPL"
HOMEPAGE = "http://www.opensync.org/"
DEPENDS = "sqlite3 libxml2 zlib glib-2.0"
PV = "0.22+svn${SRCDATE}"
SRC_URI = "svn://svn.opensync.org;module=trunk;proto=http"
DEFAULT_PREFERENCE = "-1"
inherit autotools pkgconfig lib_package
S = "${WORKDIR}/trunk"
EXTRA_OECONF = "--disable-python"
LEAD_SONAME = "libopensync.so"
FILES_${PN} += " ${libdir}/opensync/formats/*.so"
do_stage() {
autotools_stage_all
}
|