diff options
Diffstat (limited to 'meta/recipes-extended/ed/ed_1.18.bb')
-rw-r--r-- | meta/recipes-extended/ed/ed_1.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ed/ed_1.18.bb b/meta/recipes-extended/ed/ed_1.18.bb index c1ab1f5ecb..e1548df15f 100644 --- a/meta/recipes-extended/ed/ed_1.18.bb +++ b/meta/recipes-extended/ed/ed_1.18.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Line-oriented text editor" | |||
2 | HOMEPAGE = "http://www.gnu.org/software/ed/" | 2 | HOMEPAGE = "http://www.gnu.org/software/ed/" |
3 | 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." | 3 | 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." |
4 | 4 | ||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ |
7 | file://ed.h;endline=20;md5=6e6a818b0593f937fc63ba08d5e314bf \ | 7 | file://ed.h;endline=20;md5=6e6a818b0593f937fc63ba08d5e314bf \ |
8 | file://main.c;endline=17;md5=8419a08bb12936f32384a0d1c0f9e74c \ | 8 | file://main.c;endline=17;md5=8419a08bb12936f32384a0d1c0f9e74c \ |