summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-29 10:07:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-03 13:03:32 +0000
commit0d8b1244a0c91333d2cc332d9bc5c46a7487db3b (patch)
tree2518116e989eaa4b1681da80851018a94d98c265 /meta/recipes-extended
parent13125962636af666b2cbc4d601f89e395fe00cad (diff)
downloadpoky-0d8b1244a0c91333d2cc332d9bc5c46a7487db3b.tar.gz
sed: upgrade 4.7 -> 4.8
License-update: copyright years (From OE-Core rev: 9dc9107eca360ea491e37a5bd26432c77b696bee) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.8.bb (renamed from meta/recipes-extended/sed/sed_4.7.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/sed/sed_4.7.bb b/meta/recipes-extended/sed/sed_4.8.bb
index a285941dc4..39e3a61df5 100644
--- a/meta/recipes-extended/sed/sed_4.7.bb
+++ b/meta/recipes-extended/sed/sed_4.8.bb
@@ -2,15 +2,16 @@ SUMMARY = "Stream EDitor (text filtering utility)"
2HOMEPAGE = "http://www.gnu.org/software/sed/" 2HOMEPAGE = "http://www.gnu.org/software/sed/"
3LICENSE = "GPLv3+" 3LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \
5 file://sed/sed.h;beginline=1;endline=15;md5=e869c874e5472ba89f63f381b0e93475" 5 file://sed/sed.h;beginline=1;endline=15;md5=fb3c7e6fbca6f66943859153d4be8efe \
6 "
6SECTION = "console/utils" 7SECTION = "console/utils"
7 8
8SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.xz \ 9SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.xz \
9 file://run-ptest \ 10 file://run-ptest \
10" 11"
11 12
12SRC_URI[md5sum] = "777ddfd9d71dd06711fe91f0925e1573" 13SRC_URI[md5sum] = "6d906edfdb3202304059233f51f9a71d"
13SRC_URI[sha256sum] = "2885768cd0a29ff8d58a6280a270ff161f6a3deb5690b2be6c49f46d4c67bd6a" 14SRC_URI[sha256sum] = "f79b0cfea71b37a8eeec8490db6c5f7ae7719c35587f21edb0617f370eeff633"
14 15
15inherit autotools texinfo update-alternatives gettext ptest 16inherit autotools texinfo update-alternatives gettext ptest
16 17