]> code.ossystems Code Review - openembedded-core.git/commitdiff
readline: Add HOMEPAGE info into recipe file.
authorFan Xin <fan.xin@jp.fujitsu.com>
Mon, 4 Sep 2017 03:06:02 +0000 (12:06 +0900)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Sep 2017 13:58:36 +0000 (14:58 +0100)
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/readline/readline.inc

index 1a0a1558df9697afda9ccdfc35f2e009cfeeeec5..e9665228dc2f798ab44c720ac4925e96f03c79bf 100644 (file)
@@ -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+"