diff options
author | Ross Burton <ross@openedhand.com> | 2007-01-16 10:24:26 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-01-16 10:24:26 +0000 |
commit | 5d4e6e72ccd5cf680c4924d10651745cf29b62ba (patch) | |
tree | 148cf5412b9019fe69a0d10ce6cded6ef087b77e | |
parent | 92404e4a2e437c342fea6ce2523b17d5b04d1929 (diff) | |
download | poky-5d4e6e72ccd5cf680c4924d10651745cf29b62ba.tar.gz |
Fix file sync
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1143 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/opensync/libopensync-plugin-file-sync_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/opensync/libopensync-plugin-file-sync_svn.bb b/meta/packages/opensync/libopensync-plugin-file-sync_svn.bb index c1c8162b0b..ae300b402f 100644 --- a/meta/packages/opensync/libopensync-plugin-file-sync_svn.bb +++ b/meta/packages/opensync/libopensync-plugin-file-sync_svn.bb | |||
@@ -1,3 +1,5 @@ | |||
1 | 1 | ||
2 | require libopensync-plugin.inc | 2 | SRC_URI = "svn://svn.opensync.org/plugins;module=file-sync;proto=http" |
3 | S = "${WORKDIR}/file-sync" | ||
3 | 4 | ||
5 | require libopensync-plugin.inc | ||