diff options
author | Tomas Frydrych <tf@openedhand.com> | 2007-01-09 13:13:38 +0000 |
---|---|---|
committer | Tomas Frydrych <tf@openedhand.com> | 2007-01-09 13:13:38 +0000 |
commit | f6cbd20e7bae744b011e4d0dfadb8ebcd014aeec (patch) | |
tree | e37ec8142a076900025a3ff1ccd4767060782bcd /meta/packages/opensync/syncml-client_0.1.bb | |
parent | e42e2543f7343a1040ddc28ec6ee4a9c34ee903b (diff) | |
download | poky-f6cbd20e7bae744b011e4d0dfadb8ebcd014aeec.tar.gz |
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
Diffstat (limited to 'meta/packages/opensync/syncml-client_0.1.bb')
-rw-r--r-- | meta/packages/opensync/syncml-client_0.1.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/packages/opensync/syncml-client_0.1.bb b/meta/packages/opensync/syncml-client_0.1.bb index 7a99236d90..95a4e339c7 100644 --- a/meta/packages/opensync/syncml-client_0.1.bb +++ b/meta/packages/opensync/syncml-client_0.1.bb | |||
@@ -1,8 +1,14 @@ | |||
1 | SRC_URI = "http://hem.bredband.net/miko22/${P}.tar.gz" | ||
2 | |||
3 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
4 | DEPENDS = "gtk+ curl gconf" | 2 | DEPENDS = "gtk+ curl gconf" |
5 | HOMEPAGE = "http://hem.bredband.net/miko22/" | 3 | HOMEPAGE = "http://hem.bredband.net/miko22/" |
6 | DESCRIPTION = "Linux port of the Funambol C++ SyncML client connector." | 4 | DESCRIPTION = "Linux port of the Funambol C++ SyncML client connector." |
5 | PR="r1" | ||
6 | |||
7 | SRC_URI = "http://hem.bredband.net/miko22/${P}.tar.gz \ | ||
8 | file://syncml-client-pc-in-cross.patch;patch=1 " | ||
7 | 9 | ||
8 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | |||
12 | do_stage() { | ||
13 | autotools_stage_all | ||
14 | } | ||