diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 17:48:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:45:04 +0100 |
commit | 0d2a7405a626291f8e3bf8c64c87c1e745bd4977 (patch) | |
tree | 1b383375d3af32711208eb31e2e476706796d691 /meta/recipes-core | |
parent | 5aca0e36fa4eaa8e2a8add3f1731f76e7a02855e (diff) | |
download | poky-0d2a7405a626291f8e3bf8c64c87c1e745bd4977.tar.gz |
readline: add SUMMARY
(From OE-Core rev: 0d3ade0c086b72517760f0e52f0465330b4aec41)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/readline/readline.inc | 1 | ||||
-rw-r--r-- | meta/recipes-core/readline/readline_5.2.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/readline/readline.inc b/meta/recipes-core/readline/readline.inc index b61104cf80..6c43e2df11 100644 --- a/meta/recipes-core/readline/readline.inc +++ b/meta/recipes-core/readline/readline.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Library for editing typed command lines" | ||
1 | DESCRIPTION = "The GNU Readline library provides a set of functions for use by applications that allow users to edit \ | 2 | DESCRIPTION = "The GNU Readline library provides a set of functions for use by applications that allow users to edit \ |
2 | command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes \ | 3 | command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes \ |
3 | additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \ | 4 | additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \ |
diff --git a/meta/recipes-core/readline/readline_5.2.bb b/meta/recipes-core/readline/readline_5.2.bb index 1aa44f80b3..05ab26f053 100644 --- a/meta/recipes-core/readline/readline_5.2.bb +++ b/meta/recipes-core/readline/readline_5.2.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Library for editing typed command lines" | ||
1 | DESCRIPTION = "The GNU Readline library provides a set of functions for use by applications that allow users to edit \ | 2 | DESCRIPTION = "The GNU Readline library provides a set of functions for use by applications that allow users to edit \ |
2 | command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes \ | 3 | command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes \ |
3 | additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \ | 4 | additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \ |