Fixed broken download URL for elvis
authorMartin Dietze <martin@the-little-red-haired-girl.org>
Sat, 23 May 2009 11:16:10 +0000 (13:16 +0200)
committermd <md@freiheit.com>
Wed, 27 May 2009 19:50:56 +0000 (21:50 +0200)
recipes/elvis/elvis_2.2.0.bb

index c0f9262..f038c6b 100644 (file)
@@ -4,8 +4,7 @@ PRIORITY = "optional"
 LICENSE = "Perl Clarified Artistic License"
 DEPENDS = "ncurses"
 
-#SRC_URI = "ftp://ftp.cs.pdx.edu/pub/elvis/elvis-2.2_0.tar.gz"
-SRC_URI = "http://www.fh-wedel.de/pub/elvis/elvis-2.2_0.tar.gz"
+SRC_URI = "ftp://ftp.cs.pdx.edu/pub/elvis/elvis-2.2_0.tar.gz"
 S = "${WORKDIR}/elvis-2.2_0"
 
 CFLAGS_prepend = " -I. -Iosunix -L${STAGING_LIBDIR} "