summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/libedit/libedit.mk12
1 files changed, 7 insertions, 5 deletions
diff --git a/package/libedit/libedit.mk b/package/libedit/libedit.mk
index 0ff418ac7c..927626f3f8 100644
--- a/package/libedit/libedit.mk
+++ b/package/libedit/libedit.mk
@@ -4,13 +4,15 @@
#
################################################################################
-LIBEDIT_VERSION = 20130712-3.1
-LIBEDIT_SITE = http://www.thrysoee.dk/editline/
+LIBEDIT_VERSION = 20130712-3.1
+LIBEDIT_SITE = http://www.thrysoee.dk/editline/
LIBEDIT_INSTALL_STAGING = YES
-LIBEDIT_DEPENDENCIES = ncurses
+LIBEDIT_DEPENDENCIES = ncurses
+LIBEDIT_LICENSE = BSD-3c
+LIBEDIT_LICENSE_FILES = COPYING
# We're patching configure.ac
-LIBEDIT_AUTORECONF = YES
+LIBEDIT_AUTORECONF = YES
# Doesn't really support !wchar, but support is disabled otherwise
LIBEDIT_CONF_OPT += --enable-widec
@@ -19,7 +21,7 @@ LIBEDIT_CONF_OPT += --enable-widec
# with __progname; otherwise, some features are disabled, as if libbsd was
# missing entirely.
ifeq ($(BR2_PACKAGE_LIBBSD),y)
-LIBEDIT_DEPENDENCIES += libbsd
+LIBEDIT_DEPENDENCIES += libbsd
endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud