diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-05-12 18:13:23 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-12 12:33:41 -0700 |
commit | 2d6575d3f1aeff68961530990814cf29da1374e4 (patch) | |
tree | 34fa2448aa9861d0efa9b52d5407bfaebe3d29be /meta-oe/recipes-support/mailcap | |
parent | b816ac8704b3a32eba82e7f2b12c439248ae2528 (diff) | |
download | meta-openembedded-2d6575d3f1aeff68961530990814cf29da1374e4.tar.gz |
mailcap: upgrade 2.1.48 -> 2.1.49
man page changed from mailcap.4 to mailcap.5
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mailcap')
-rw-r--r-- | meta-oe/recipes-support/mailcap/mailcap_2.1.49.bb (renamed from meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb b/meta-oe/recipes-support/mailcap/mailcap_2.1.49.bb index 114ce4607c..ff3047f325 100644 --- a/meta-oe/recipes-support/mailcap/mailcap_2.1.48.bb +++ b/meta-oe/recipes-support/mailcap/mailcap_2.1.49.bb | |||
@@ -14,12 +14,12 @@ by several applications e.g. to determine MIME types for filenames." | |||
14 | SECTION = "System Environment/Base" | 14 | SECTION = "System Environment/Base" |
15 | 15 | ||
16 | LICENSE = "PD & MIT" | 16 | LICENSE = "PD & MIT" |
17 | LIC_FILES_CHKSUM = "file://COPYING;md5=100fcfb84512ccc03ffc7d89ac391305" | 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=8dce08227d135cfda1f19d4c0c6689de" |
18 | 18 | ||
19 | SRC_URI = "https://releases.pagure.org/${BPN}/${BP}.tar.xz" | 19 | SRC_URI = "https://releases.pagure.org/${BPN}/${BP}.tar.xz" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "2c26e18e912a5cf00318fcf7f8f2d747" | 21 | SRC_URI[md5sum] = "d5701a1a541383c0eda328f4a6518751" |
22 | SRC_URI[sha256sum] = "d7b023b237d6053bf05ff6786e0663c55c614efcc99cdf856120be13b5c29157" | 22 | SRC_URI[sha256sum] = "f7381516bc1a937348efd1d0e14618e0a2afc5d59fe821dd248632d5601b59b5" |
23 | 23 | ||
24 | do_install() { | 24 | do_install() { |
25 | oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} mandir=${mandir} | 25 | oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} mandir=${mandir} |