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:
8505029
)
elvis: added missing DEPENDS on ncurses.
author
Martin Dietze
<di@fh-wedel.de>
Mon, 25 Sep 2006 12:43:14 +0000
(12:43 +0000)
committer
Martin Dietze
<di@fh-wedel.de>
Mon, 25 Sep 2006 12:43:14 +0000
(12:43 +0000)
packages/elvis/elvis_2.2.0.bb
patch
|
blob
|
history
diff --git
a/packages/elvis/elvis_2.2.0.bb
b/packages/elvis/elvis_2.2.0.bb
index
6f0f19f
..
cd460c3
100644
(file)
--- a/
packages/elvis/elvis_2.2.0.bb
+++ b/
packages/elvis/elvis_2.2.0.bb
@@
-3,6
+3,7
@@
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Martin Dietze <herbert@spamcop.net>"
LICENSE = "Perl Clarified Artistic License"
+DEPENDS = "ncurses"
SRC_URI = "ftp://ftp.cs.pdx.edu/pub/elvis/elvis-2.2_0.tar.gz"
S = "${WORKDIR}/elvis-2.2_0"