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

git version control git at git.openembedded.org
Tue Jun 23 07:37:27 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 660606d7249a4ec2bc75de3df82467f93175f3f6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=660606d7249a4ec2bc75de3df82467f93175f3f6

Author: Martin Dietze <martin at the-little-red-haired-girl.org>
Date:   Mon Jun 22 01:11:36 2009 +0000

Fixed broken download URL for elvis

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen at openembedded.org>

---

 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