diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 13:37:57 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 13:37:57 +0000 |
commit | 9649445b8798cc2842e4525de1b0bc1a6338af7c (patch) | |
tree | 17b01afe4601daabbed4cd14c1d794b35700fd30 /meta/packages/sync | |
parent | 84d9d4ac264d1994b9ae3e5b4af7d1c45798b036 (diff) | |
download | poky-9649445b8798cc2842e4525de1b0bc1a6338af7c.tar.gz |
libsync: fix SRC_URI
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2472 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/sync')
-rw-r--r-- | meta/packages/sync/libsync_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/sync/libsync_svn.bb b/meta/packages/sync/libsync_svn.bb index 3732b3959f..82fcf3bff1 100644 --- a/meta/packages/sync/libsync_svn.bb +++ b/meta/packages/sync/libsync_svn.bb | |||
@@ -10,7 +10,7 @@ RRECOMMENDS = "\ | |||
10 | " | 10 | " |
11 | PV = "0.0+svnr${SRCREV}" | 11 | PV = "0.0+svnr${SRCREV}" |
12 | 12 | ||
13 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=sync;proto=http" | 13 | SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http" |
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
16 | 16 | ||