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/gypsy_0.6.bb | |
parent | c32daf455403b03b0009825ca49a7f44b4c03fe1 (diff) | |
download | poky-482b3ef78c69fb8ae8e28f5fdd15fe57284611aa.tar.gz |
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/gypsy_0.6.bb')
-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" | |||
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" | 4 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" |
5 | 5 | ||
6 | SRC_URI = "http://gypsy.freedesktop.org/gypsy-releases/gypsy-${PV}.tar.gz" | 6 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||