fix building of syncml-client and and the syncml-client-plugin

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1136 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych
2007-01-09 13:13:38 +00:00
parent e42e2543f7
commit f6cbd20e7b
6 changed files with 56 additions and 6 deletions

View File

@@ -1,9 +1,13 @@
PR = "r1"
SRC_URI = "svn://svn.opensync.org/plugins/syncml-client/plugin/tags;module=release-0.1;proto=http"
S = "${WORKDIR}/release-0.1"
PV = "0.1"
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"
DEPENDS += "syncml-client"