diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-06-10 19:45:39 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-11 09:18:41 +0100 |
commit | 482b3ef78c69fb8ae8e28f5fdd15fe57284611aa (patch) | |
tree | 9c00684b695f952031d3c0aed6a780872150e9d2 /meta/packages/gypsy | |
parent | c32daf455403b03b0009825ca49a7f44b4c03fe1 (diff) | |
download | openembedded-core-482b3ef78c69fb8ae8e28f5fdd15fe57284611aa.tar.gz openembedded-core-482b3ef78c69fb8ae8e28f5fdd15fe57284611aa.tar.bz2 openembedded-core-482b3ef78c69fb8ae8e28f5fdd15fe57284611aa.zip |
gypsy: Fix broken SRC_URI
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gypsy')
-rw-r--r-- | meta/packages/gypsy/gypsy_0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gypsy/gypsy_0.6.bb b/meta/packages/gypsy/gypsy_0.6.bb index bd2fdaa0dd..ee669e5ef4 100644 --- a/meta/packages/gypsy/gypsy_0.6.bb +++ b/meta/packages/gypsy/gypsy_0.6.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SECTION = "x11" DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" -SRC_URI = "http://gypsy.freedesktop.org/gypsy-releases/gypsy-${PV}.tar.gz" +SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" inherit autotools pkgconfig |