summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-shells
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2020-06-09 05:40:07 +0800
committerKhem Raj <raj.khem@gmail.com>2020-06-08 22:00:37 -0700
commitc3041362f5053ec272916329b4321547a21adb8b (patch)
treeae496049f7d0166447dc5ad6c71d78a7506b5027 /meta-oe/recipes-shells
parent9f3a74984ace99000065445307cb935927986395 (diff)
downloadmeta-openembedded-c3041362f5053ec272916329b4321547a21adb8b.tar.gz
mksh: upgrade 58 -> 59
-License-Update: Copyright year updated to 2020. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-shells')
-rw-r--r--meta-oe/recipes-shells/mksh/mksh_59.bb (renamed from meta-oe/recipes-shells/mksh/mksh_58.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-shells/mksh/mksh_58.bb b/meta-oe/recipes-shells/mksh/mksh_59.bb
index a9940f88a..110e793b0 100644
--- a/meta-oe/recipes-shells/mksh/mksh_58.bb
+++ b/meta-oe/recipes-shells/mksh/mksh_59.bb
@@ -3,14 +3,14 @@ HOMEPAGE = "http://www.mirbsd.org/mksh.htm"
3SECTION = "base/shell" 3SECTION = "base/shell"
4 4
5LICENSE = "${@bb.utils.contains("TCLIBC", "glibc", "MirOS & ISC", "MirOS", d)}" 5LICENSE = "${@bb.utils.contains("TCLIBC", "glibc", "MirOS & ISC", "MirOS", d)}"
6LIC_FILES_CHKSUM = "file://main.c;beginline=6;endline=26;md5=0651e575e39d1a3e884562e25d491fc7 \ 6LIC_FILES_CHKSUM = "file://main.c;beginline=6;endline=26;md5=6efc2c249328e4d2bd3e595d5b1f9d31 \
7 file://strlcpy.c;beginline=1;endline=17;md5=d953f28f0c43ee29e238ec9bc15df2a0 \ 7 file://strlcpy.c;beginline=1;endline=17;md5=d953f28f0c43ee29e238ec9bc15df2a0 \
8 " 8 "
9 9
10SRC_URI = "http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R58.tgz" 10SRC_URI = "http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R59b.tgz"
11 11
12SRC_URI[md5sum] = "6922a3e2228de2f0e78ff25398ccf8df" 12SRC_URI[md5sum] = "dce6abffc2036288540b9ba11dfb2ec8"
13SRC_URI[sha256sum] = "608beb7b71870b23309ba1da8ca828da0e4540f2b9bd981eb39e04f8b7fc678c" 13SRC_URI[sha256sum] = "907ed1a9586e7f18bdefdd4a763aaa8397b755e15034aa54f4d753bfb272e0e6"
14 14
15inherit update-alternatives 15inherit update-alternatives
16 16