1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00: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:
Tomas Frydrych
2007-01-09 13:13:38 +00:00
parent e42e2543f7
commit f6cbd20e7b
6 changed files with 56 additions and 6 deletions
+8 -2
View File
@@ -1,8 +1,14 @@
SRC_URI = "http://hem.bredband.net/miko22/${P}.tar.gz"
LICENSE = "GPL"
DEPENDS = "gtk+ curl gconf"
HOMEPAGE = "http://hem.bredband.net/miko22/"
DESCRIPTION = "Linux port of the Funambol C++ SyncML client connector."
PR="r1"
SRC_URI = "http://hem.bredband.net/miko22/${P}.tar.gz \
file://syncml-client-pc-in-cross.patch;patch=1 "
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}