git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
362a06a
)
Fixed broken download URL for elvis
author
Martin Dietze
<martin@the-little-red-haired-girl.org>
Sat, 23 May 2009 11:16:10 +0000
(13:16 +0200)
committer
md
<md@freiheit.com>
Wed, 27 May 2009 19:50:56 +0000
(21:50 +0200)
recipes/elvis/elvis_2.2.0.bb
patch
|
blob
|
history
diff --git
a/recipes/elvis/elvis_2.2.0.bb
b/recipes/elvis/elvis_2.2.0.bb
index
c0f9262
..
f038c6b
100644
(file)
--- 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} "