mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user