From: Michael Lauer Date: Sun, 29 Feb 2004 01:40:32 +0000 (+0000) Subject: add fam (file alteration monitor) X-Git-Tag: Release-2010-05/1~20048 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55ecffedda704288209021ec394d668c888ff4e0;p=openembedded.git add fam (file alteration monitor) BKrev: 40414310PTvIgb0Z0kXRUQQoYVFDOQ --- diff --git a/fam/fam_2.7.0.oe b/fam/fam_2.7.0.oe new file mode 100644 index 0000000000..e69de29bb2 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 " -RDEPENDS="libc6" +RDEPENDS=libc6 DEPENDS=virtual/libc SRC_URI = ftp://ftp.cwru.edu/pub/bash/readline-${PV}.tar.gz \