From e77a4b86f9463b82cf0c9a6e497a9cb530b9c035 Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Tue, 15 Aug 2017 17:20:55 +0800 Subject: mailcap: upgrade to 2.1.48 Upgrade mailcap from 2.1.46 to 2.1.48. Signed-off-by: Huang Qiyu Signed-off-by: Martin Jansa --- meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb | 25 ----------------------- meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb | 25 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb create mode 100644 meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb b/meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb deleted file mode 100644 index 58b8f029e..000000000 --- a/meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Helper application and MIME type associations for file types" -DESCRIPTION = "The mailcap file is used by the metamail program. Metamail reads the \ -mailcap file to determine how it should display non-text or multimedia \ -material. Basically, mailcap associates a particular type of file \ -with a particular program that a mail agent or other program can call \ -in order to handle the file. Mailcap should be installed to allow \ -certain programs to be able to handle non-text files. \ -\ -Also included in this package is the mime.types file which contains a \ -list of MIME types and their filename extension associations, used \ -by several applications e.g. to determine MIME types for filenames." - -SECTION = "System Environment/Base" - -LICENSE = "PD & MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=100fcfb84512ccc03ffc7d89ac391305" - -SRC_URI = "https://releases.pagure.org/${BPN}/${BP}.tar.xz" - -SRC_URI[md5sum] = "d865a1baf574ae5d309f5c1f79315800" -SRC_URI[sha256sum] = "c68eb3b531d731476d5980c9b7cc287bd64c2a13bec5a537009a2c4af63f9bb0" - -do_install() { - oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} mandir=${mandir} -} diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb b/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb new file mode 100644 index 000000000..955368165 --- /dev/null +++ b/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb @@ -0,0 +1,25 @@ +SUMMARY = "Helper application and MIME type associations for file types" +DESCRIPTION = "The mailcap file is used by the metamail program. Metamail reads the \ +mailcap file to determine how it should display non-text or multimedia \ +material. Basically, mailcap associates a particular type of file \ +with a particular program that a mail agent or other program can call \ +in order to handle the file. Mailcap should be installed to allow \ +certain programs to be able to handle non-text files. \ +\ +Also included in this package is the mime.types file which contains a \ +list of MIME types and their filename extension associations, used \ +by several applications e.g. to determine MIME types for filenames." + +SECTION = "System Environment/Base" + +LICENSE = "PD & MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=100fcfb84512ccc03ffc7d89ac391305" + +SRC_URI = "https://releases.pagure.org/${BPN}/${BP}.tar.xz" + +SRC_URI[md5sum] = "2c26e18e912a5cf00318fcf7f8f2d747" +SRC_URI[sha256sum] = "d7b023b237d6053bf05ff6786e0663c55c614efcc99cdf856120be13b5c29157" + +do_install() { + oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} mandir=${mandir} +} -- cgit v1.2.3-54-g00ecf