aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/elvis
diff options
context:
space:
mode:
authorMartin Dietze <martin@the-little-red-haired-girl.org>2009-05-23 13:16:10 +0200
committermd <md@freiheit.com>2009-05-27 21:50:56 +0200
commit5bb092849399d11ca3a368207390202d411e9a25 (patch)
treed28256738bfd5472da7fbec3ed53d1ff3ed5cbac /recipes/elvis
parent362a06a51e682f8fd32b37b5269f9549e9cf0260 (diff)
downloadopenembedded-5bb092849399d11ca3a368207390202d411e9a25.tar.gz
Fixed broken download URL for elvis
Diffstat (limited to 'recipes/elvis')
-rw-r--r--recipes/elvis/elvis_2.2.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/elvis/elvis_2.2.0.bb b/recipes/elvis/elvis_2.2.0.bb
index c0f92627bf..f038c6b110 100644
--- a/recipes/elvis/elvis_2.2.0.bb
+++ b/recipes/elvis/elvis_2.2.0.bb
@@ -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} "