diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-13 11:10:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-14 16:19:43 +0000 |
commit | 07eace6c0156aa2794b65b0b4a06b53efba785ef (patch) | |
tree | f96de0805b1a95d1300f8cf3e88c41dd6e283665 /meta/recipes-extended | |
parent | 312975e571eef3de318203a4c5f983197bd50f23 (diff) | |
download | poky-07eace6c0156aa2794b65b0b4a06b53efba785ef.tar.gz |
sed: update 4.8 -> 4.9
License-Update:
-URL of license changed from
https://www.gnu.org/philosophy/why-not-lgpl.html
to https://www.gnu.org/licenses/why-not-lgpl.htm
-Copyright year updated to 2022
(From OE-Core rev: 878e7d1b232083df442e19461ed1e62913ee73bb)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/sed/sed_4.9.bb (renamed from meta/recipes-extended/sed/sed_4.8.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-extended/sed/sed_4.8.bb b/meta/recipes-extended/sed/sed_4.9.bb index 31e971aeac..c4d89c34b2 100644 --- a/meta/recipes-extended/sed/sed_4.8.bb +++ b/meta/recipes-extended/sed/sed_4.9.bb | |||
@@ -2,8 +2,8 @@ SUMMARY = "Stream EDitor (text filtering utility)" | |||
2 | HOMEPAGE = "http://www.gnu.org/software/sed/" | 2 | HOMEPAGE = "http://www.gnu.org/software/sed/" |
3 | DESCRIPTION = "sed (stream editor) is a non-interactive command-line text editor." | 3 | DESCRIPTION = "sed (stream editor) is a non-interactive command-line text editor." |
4 | LICENSE = "GPL-3.0-or-later" | 4 | LICENSE = "GPL-3.0-or-later" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ |
6 | file://sed/sed.h;beginline=1;endline=15;md5=fb3c7e6fbca6f66943859153d4be8efe \ | 6 | file://sed/sed.h;beginline=1;endline=15;md5=4e8e0f77bc4c1c2c02c2b90d3d24c670 \ |
7 | " | 7 | " |
8 | SECTION = "console/utils" | 8 | SECTION = "console/utils" |
9 | 9 | ||
@@ -11,8 +11,7 @@ SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.xz \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "6d906edfdb3202304059233f51f9a71d" | 14 | SRC_URI[sha256sum] = "6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181" |
15 | SRC_URI[sha256sum] = "f79b0cfea71b37a8eeec8490db6c5f7ae7719c35587f21edb0617f370eeff633" | ||
16 | 15 | ||
17 | inherit autotools texinfo update-alternatives gettext ptest | 16 | inherit autotools texinfo update-alternatives gettext ptest |
18 | 17 | ||