summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fam/fam_2.7.0.oe0
-rw-r--r--readline/readline_4.3.oe10
2 files changed, 7 insertions, 3 deletions
diff --git a/fam/fam_2.7.0.oe b/fam/fam_2.7.0.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/fam/fam_2.7.0.oe
diff --git a/readline/readline_4.3.oe b/readline/readline_4.3.oe
index cbbe8c0f23..aea5c9e897 100644
--- a/readline/readline_4.3.oe
+++ b/readline/readline_4.3.oe
@@ -1,7 +1,11 @@
-SECTION="libs"
-PRIORITY="optional"
+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"
+RDEPENDS=libc6
DEPENDS=virtual/libc
SRC_URI = ftp://ftp.cwru.edu/pub/bash/readline-${PV}.tar.gz \