blob: 653635fdcddeb3dc7a1cb411bad496dfef06d1c7 (
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 \
file://syncml-client-plugin-cpp.patch"
S = "${WORKDIR}/release-${PV}"
require libopensync-plugin.inc
DEPENDS += "syncml-client"
|