diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-14 17:07:31 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-18 10:18:11 +0200 |
commit | d345cec232a76935ad9b6cf6afb9f6d11f6d919c (patch) | |
tree | 42f874d401dc2c154836bb9be8dcf081eca68238 /meta-oe/recipes-support/mailcap | |
parent | dfb5e6e0c3eee9755d921672d6405a165ae18c38 (diff) | |
download | meta-openembedded-d345cec232a76935ad9b6cf6afb9f6d11f6d919c.tar.gz |
mailcap: 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>
Diffstat (limited to 'meta-oe/recipes-support/mailcap')
-rw-r--r-- | meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb b/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb index 955368165e..114ce4607c 100644 --- a/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb +++ b/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "Helper application and MIME type associations for file types" | 1 | SUMMARY = "Helper application and MIME type associations for file types" |
2 | HOMEPAGE = "https://pagure.io/mailcap" | ||
2 | DESCRIPTION = "The mailcap file is used by the metamail program. Metamail reads the \ | 3 | DESCRIPTION = "The mailcap file is used by the metamail program. Metamail reads the \ |
3 | mailcap file to determine how it should display non-text or multimedia \ | 4 | mailcap file to determine how it should display non-text or multimedia \ |
4 | material. Basically, mailcap associates a particular type of file \ | 5 | material. Basically, mailcap associates a particular type of file \ |