diff options
author | Tick Chen <ticktock35@gmail.com> | 2009-01-19 21:10:45 +0800 |
---|---|---|
committer | Tick Chen <ticktock35@gmail.com> | 2009-01-19 21:10:45 +0800 |
commit | f7e854b22cbb0baba7effbd09a43fa3ac293b76f (patch) | |
tree | d16ebf03f94d8a477ccb71d4596e2b6444565a88 /packages/vagalume | |
parent | e53114837f739a836509ab0c595302626c230174 (diff) |
vagalume: update the SRC_URI to garage.maemo.org
Cannot find the tarball from original web-site
Diffstat (limited to 'packages/vagalume')
-rw-r--r-- | packages/vagalume/vagalume_0.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/vagalume/vagalume_0.7.bb b/packages/vagalume/vagalume_0.7.bb index 27cb76387f..bb7985337c 100644 --- a/packages/vagalume/vagalume_0.7.bb +++ b/packages/vagalume/vagalume_0.7.bb @@ -6,7 +6,7 @@ DEPENDS = "gtk+ gstreamer" PR = "r0" SRC_URI = "\ - http://people.igalia.com/berto/files/vagalume/source/vagalume_${PV}.orig.tar.gz \ + http://garage.maemo.org/frs/download.php/4505/vagalume_${PV}.orig.tar.gz\ " S = "${WORKDIR}/vagalume-${PV}.orig" |