diff options
Diffstat (limited to 'meta/recipes-extended/ed')
-rw-r--r-- | meta/recipes-extended/ed/ed_1.18.bb (renamed from meta/recipes-extended/ed/ed_1.17.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-extended/ed/ed_1.17.bb b/meta/recipes-extended/ed/ed_1.18.bb index addf652d52..c1ab1f5ecb 100644 --- a/meta/recipes-extended/ed/ed_1.17.bb +++ b/meta/recipes-extended/ed/ed_1.18.bb | |||
@@ -2,10 +2,10 @@ 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 = "GPLv3+" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0c7051aef9219dc7237f206c5c4179a7 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ |
7 | file://ed.h;endline=20;md5=b72aa5eaafef318c6bfc37f858469113 \ | 7 | file://ed.h;endline=20;md5=6e6a818b0593f937fc63ba08d5e314bf \ |
8 | file://main.c;endline=17;md5=2c93e24f4db3528a00a24c7df5618e41 \ | 8 | file://main.c;endline=17;md5=8419a08bb12936f32384a0d1c0f9e74c \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SECTION = "base" | 11 | SECTION = "base" |
@@ -19,7 +19,7 @@ bindir = "${base_bindir}" | |||
19 | SRC_URI = "${GNU_MIRROR}/ed/${BP}.tar.lz" | 19 | SRC_URI = "${GNU_MIRROR}/ed/${BP}.tar.lz" |
20 | UPSTREAM_CHECK_URI = "${GNU_MIRROR}/ed/" | 20 | UPSTREAM_CHECK_URI = "${GNU_MIRROR}/ed/" |
21 | 21 | ||
22 | SRC_URI[sha256sum] = "71de39883c25b6fab44add80635382a10c9bf154515b94729f4a6529ddcc5e54" | 22 | SRC_URI[sha256sum] = "aca8efad9800c587724a20b97aa8fc47e6b5a47df81606feaba831b074462b4f" |
23 | 23 | ||
24 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 24 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
25 | 25 | ||