package/ed: bump to version 1.15

Drop ED_CONF_OPTS; unused since commit 2a37b625e2 ("ed: Convert to
generic package infrastructure").

Add license file hash.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Baruch Siach 2019-01-06 19:57:36 +02:00 committed by Peter Korsgaard
parent 3acbb51e6b
commit 8adb680dd4
2 changed files with 5 additions and 6 deletions

View File

@ -1,2 +1,4 @@
# From http://lists.gnu.org/archive/html/bug-ed/2017-02/msg00005.html
sha256 f57962ba930d70d02fc71d6be5c5f2346b16992a455ab9c43be7061dec9810db ed-1.14.2.tar.lz
# From http://lists.gnu.org/archive/html/bug-ed/2019-01/msg00010.html
sha256 ad4489c0ad7a108c514262da28e6c2a426946fb408a3977ef1ed34308bdfd174 ed-1.15.tar.lz
# Locally calculated
sha256 f03a12bef9dfb7281864a0dd965166d4f4ec7a66633df2bc72fa4363e57de02c COPYING

View File

@ -4,12 +4,9 @@
#
################################################################################
ED_VERSION = 1.14.2
ED_VERSION = 1.15
ED_SITE = $(BR2_GNU_MIRROR)/ed
ED_SOURCE = ed-$(ED_VERSION).tar.lz
ED_CONF_OPTS = \
CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)"
ED_LICENSE = GPL-3.0+
ED_LICENSE_FILES = COPYING