diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /readline/readline_4.3.oe | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'readline/readline_4.3.oe')
-rw-r--r-- | readline/readline_4.3.oe | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/readline/readline_4.3.oe b/readline/readline_4.3.oe index aea5c9e897..f1fd98c734 100644 --- a/readline/readline_4.3.oe +++ b/readline/readline_4.3.oe @@ -1,12 +1,12 @@ -DESCRIPTION=The GNU Readline library provides a set of functions for use by applications that allow users to edit \ +DESCRIPTION = "The GNU Readline library provides a set of functions for use by applications that allow users to edit \ command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes \ additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \ lines, and perform csh-like history expansion on previous commands. -SECTION=libs -PRIORITY=optional -MAINTAINER="Greg Gilbert <greg@treke.net>" -RDEPENDS=libc6 -DEPENDS=virtual/libc +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +RDEPENDS = "libc6" +DEPENDS = "virtual/libc" SRC_URI = ftp://ftp.cwru.edu/pub/bash/readline-${PV}.tar.gz \ file://${FILESDIR}/signalnamespace.patch;patch=1 |