mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
ed: upgrade 1.18 -> 1.19
Changelog: ========== * main_loop.c (exec_command): Fix commands 'e', 'E'; they did set the 'modified' flag if file not found. (Reported by Harry Graf). (main_loop): Print script error line to stdout instead of stderr. * Change long name of option '-s' to '--script'. (Suggested by Andrew L. Moore). * Assign short name '-q' to options '--quiet' and '--silent'. * main.c (show_strerror) Use '!quiet' to enable diagnostics. * Do not process file names for backslash escapes. (Suggested by Andrew L. Moore). * ed.texi: Document 0 as starting point for searches '0;/RE/'. Document how to achieve the effect of ex style '!' filtering. License-Update: Copyright year updated to 2023. (From OE-Core rev: 5cf8e3fe7cc020cd3d7cd4e2a9b6364947a875f7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
35d8cb1cce
commit
163f885313
@@ -4,8 +4,8 @@ DESCRIPTION = "GNU ed is a line-oriented text editor. It is used to create, disp
|
||||
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
|
||||
file://ed.h;endline=20;md5=6e6a818b0593f937fc63ba08d5e314bf \
|
||||
file://main.c;endline=17;md5=8419a08bb12936f32384a0d1c0f9e74c \
|
||||
file://ed.h;endline=20;md5=504a90a78b045972e2fd2f3fc418c195 \
|
||||
file://main.c;endline=17;md5=cf9d322b0ac4445ca2299c61ee175365 \
|
||||
"
|
||||
|
||||
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] = "aca8efad9800c587724a20b97aa8fc47e6b5a47df81606feaba831b074462b4f"
|
||||
SRC_URI[sha256sum] = "ce2f2e5c424790aa96d09dacb93d9bbfdc0b7eb6249c9cb7538452e8ec77cd48"
|
||||
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
|
||||
Reference in New Issue
Block a user