tango-icon-theme: fetch from an unexpired url
authorKoen Kooi <koen@openembedded.org>
Sun, 16 Nov 2008 12:04:44 +0000 (13:04 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 16 Nov 2008 12:04:44 +0000 (13:04 +0100)
packages/tango/tango-icon-theme_0.7.2.bb

index d915823..0fbc7be 100644 (file)
@@ -2,7 +2,9 @@ SECTION = "unknown"
 LICENSE = "http://creativecommons.org/licenses/by-sa/2.5/"
 inherit autotools pkgconfig
 
-SRC_URI = "http://tango-project.org/releases/${PN}-${PV}.tar.gz \
+SRC_URI = "http://tango.freedesktop.org/releases/${PN}-${PV}.tar.gz \
           file://no-icon-naming-utils.patch;patch=1"
 EXTRA_OECONF = "--disable-icon-framing"
+
+PACKAGE_ARCH = "all"
 FILES_${PN} += "${datadir}/icons"