[oe-commits] Koen Kooi : tango-icon-theme: fetch from an unexpired url

GIT User account git at amethyst.openembedded.net
Sun Nov 16 12:05:44 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: df568cd1e6d480f5a3d33e93eb17c86b0bbc7588
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=df568cd1e6d480f5a3d33e93eb17c86b0bbc7588

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Nov 16 13:04:44 2008 +0100

tango-icon-theme: fetch from an unexpired url

---

 packages/tango/tango-icon-theme_0.7.2.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/tango/tango-icon-theme_0.7.2.bb b/packages/tango/tango-icon-theme_0.7.2.bb
index d915823..0fbc7be 100644
--- a/packages/tango/tango-icon-theme_0.7.2.bb
+++ b/packages/tango/tango-icon-theme_0.7.2.bb
@@ -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"





More information about the Openembedded-commits mailing list