blob: a81417bf7e9b69656685178e96463547c98ecc51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PR = "r1"
SRC_URI = "svn://svn.opensync.org/plugins/syncml-client/plugin/tags;module=release-${PV};proto=http \
file://missing-syncml-config.patch;patch=1 \
file://syncml-client-plugin-cpp.patch;patch=1"
S = "${WORKDIR}/release-${PV}"
require libopensync-plugin.inc
DEPENDS += "syncml-client"
|