mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
ed: upgrade 1.20.2 -> 1.21
License-Update: Copyright years updated, FSF web address added and postal address removed. (From OE-Core rev: 41c4f5563308a7349c5fb4b6a2ee35523c922280) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
7741a3aa07
commit
4e18df274c
|
@ -3,9 +3,9 @@ HOMEPAGE = "http://www.gnu.org/software/ed/"
|
|||
DESCRIPTION = "GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands."
|
||||
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
|
||||
file://ed.h;endline=20;md5=c3212b6c53b09668107420af9368c0ef \
|
||||
file://main.c;endline=17;md5=e5d2ae5ddd1ecb87dc71702c06dd06dc \
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cca7f74ec83b7a9ce7ccd195aad471bd \
|
||||
file://ed.h;endline=20;md5=a24e7f91c0fb83e65a746f5994762a49 \
|
||||
file://main.c;endline=17;md5=fd6ad9f1853f123f4ae7a31d59761f09 \
|
||||
"
|
||||
|
||||
SECTION = "base"
|
||||
|
@ -19,7 +19,7 @@ bindir = "${base_bindir}"
|
|||
SRC_URI = "${GNU_MIRROR}/ed/${BP}.tar.lz"
|
||||
UPSTREAM_CHECK_URI = "${GNU_MIRROR}/ed/"
|
||||
|
||||
SRC_URI[sha256sum] = "65fec7318f48c2ca17f334ac0f4703defe62037bb13cc23920de077b5fa24523"
|
||||
SRC_URI[sha256sum] = "60e24998727d453a5cf02c54664b97536de46a2b34cd1f4f67c1c1a61bbbad75"
|
||||
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
|
Loading…
Reference in New Issue
Block a user