diff options
author | Fan Xin <fan.xin@jp.fujitsu.com> | 2017-09-04 12:06:02 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-05 14:58:36 +0100 |
commit | 516e0dda595c3c40bda4f4d3f4fd86225ace55c9 (patch) | |
tree | 6f538cfe1e41edf0df729082a31ffd197278cc18 | |
parent | c46e49c06e16e46422f925662cd2c8c698dc04ee (diff) | |
download | openembedded-core-516e0dda595c3c40bda4f4d3f4fd86225ace55c9.tar.gz openembedded-core-516e0dda595c3c40bda4f4d3f4fd86225ace55c9.tar.bz2 openembedded-core-516e0dda595c3c40bda4f4d3f4fd86225ace55c9.zip |
readline: Add HOMEPAGE info into recipe file.
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/readline/readline.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/readline/readline.inc b/meta/recipes-core/readline/readline.inc index 1a0a1558df..e9665228dc 100644 --- a/meta/recipes-core/readline/readline.inc +++ b/meta/recipes-core/readline/readline.inc @@ -4,6 +4,7 @@ command lines as they are typed in. Both Emacs and vi editing modes are availabl 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" +HOMEPAGE = "https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" # GPLv2+ (< 6.0), GPLv3+ (>= 6.0) LICENSE = "GPLv3+" |