summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorFan Xin <fan.xin@jp.fujitsu.com>2017-09-04 12:06:02 +0900
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-05 15:01:01 +0100
commita9cf0e75f511125e40dee35651f3347fdb2cbcf3 (patch)
treebb2084ccc07b024b62cde0ae6d6a84f0ebec0e2a /meta/recipes-core
parentdeb30e659c18b348c5a497953ff6865911495ea0 (diff)
downloadpoky-a9cf0e75f511125e40dee35651f3347fdb2cbcf3.tar.gz
readline: Add HOMEPAGE info into recipe file.
(From OE-Core rev: 516e0dda595c3c40bda4f4d3f4fd86225ace55c9) Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/readline/readline.inc1
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
4additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \ 4additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \
5lines, and perform csh-like history expansion on previous commands." 5lines, and perform csh-like history expansion on previous commands."
6SECTION = "libs" 6SECTION = "libs"
7HOMEPAGE = "https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
7 8
8# GPLv2+ (< 6.0), GPLv3+ (>= 6.0) 9# GPLv2+ (< 6.0), GPLv3+ (>= 6.0)
9LICENSE = "GPLv3+" 10LICENSE = "GPLv3+"