diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-07 17:08:52 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-12 10:55:09 -0400 |
| commit | 8b991640f19f1d19b17db141c31bc56e26695a23 (patch) | |
| tree | 967d470c7d758885f4fe60ce1f702e60f5852797 | |
| parent | 5b453931e6f0e7ef6a83376d365bb779cd89d4ad (diff) | |
| download | meta-openembedded-8b991640f19f1d19b17db141c31bc56e26695a23.tar.gz | |
fetchmail: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
| -rw-r--r-- | meta-networking/recipes-support/fetchmail/fetchmail_6.3.26.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.3.26.bb b/meta-networking/recipes-support/fetchmail/fetchmail_6.3.26.bb index 359911ece5..1d78288c88 100644 --- a/meta-networking/recipes-support/fetchmail/fetchmail_6.3.26.bb +++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.3.26.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | SUMMARY = "Fetchmail retrieves mail from remote mail servers and forwards it via SMTP" | 1 | SUMMARY = "Fetchmail retrieves mail from remote mail servers and forwards it via SMTP" |
| 2 | HOMEPAGE = "http://www.fetchmail.info/" | ||
| 2 | DESCRIPTION = "Fetchmail is a full-featured, robust, well-documented remote-mail retrieval and forwarding utility intended to be used over on-demand TCP/IP links (such as SLIP or PPP connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC." | 3 | DESCRIPTION = "Fetchmail is a full-featured, robust, well-documented remote-mail retrieval and forwarding utility intended to be used over on-demand TCP/IP links (such as SLIP or PPP connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC." |
| 3 | SECTION = "mail" | 4 | SECTION = "mail" |
| 4 | LICENSE = "GPLv2 & MIT" | 5 | LICENSE = "GPLv2 & MIT" |
