diff options
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 |