[oe-commits] Martin Dietze : Fixed broken download URL for elvis

git version control git at git.openembedded.org
Wed May 27 19:51:16 UTC 2009


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

Author: Martin Dietze <martin at the-little-red-haired-girl.org>
Date:   Sat May 23 13:16:10 2009 +0200

Fixed broken download URL for elvis

---

 recipes/elvis/elvis_2.2.0.bb |    3 +--
 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 c0f9262..f038c6b 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} "





More information about the Openembedded-commits mailing list