diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-17 15:42:01 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-17 15:42:01 +0000 |
commit | 50f13f955a072b8f249e99eef45e95df7b25c713 (patch) | |
tree | d113b96f1484fe4e224c1e62ebb6d0102a6f0860 /meta/packages/opensync/msynctool_0.22.bb | |
parent | 30d39ad5785beb8a1d5f02614a5207f227d73e24 (diff) | |
download | poky-50f13f955a072b8f249e99eef45e95df7b25c713.tar.gz |
opensync/syncml: Sync with changes in layout upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4684 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opensync/msynctool_0.22.bb')
-rw-r--r-- | meta/packages/opensync/msynctool_0.22.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/packages/opensync/msynctool_0.22.bb b/meta/packages/opensync/msynctool_0.22.bb index 018c227e36..694103c4de 100644 --- a/meta/packages/opensync/msynctool_0.22.bb +++ b/meta/packages/opensync/msynctool_0.22.bb | |||
@@ -1,9 +1,7 @@ | |||
1 | SRC_URI = "http://www.opensync.org/attachment/wiki/download/msynctool-0.22.tar.bz2?format=raw" | 1 | SRC_URI = "http://www.opensync.org/download/releases/0.22/msynctool-0.22.tar.bz2" |
2 | 2 | ||
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libopensync" | 4 | DEPENDS = "libopensync" |
5 | HOMEPAGE = "http://www.opensync.org/" | 5 | HOMEPAGE = "http://www.opensync.org/" |
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | |||
9 | require opensync-unpack.inc | ||