readline: add license information

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-01-22 03:35:51 +00:00 committed by Peter Korsgaard
parent 7a52cda9bd
commit 24511f3cde

View File

@ -10,6 +10,8 @@ READLINE_SITE = $(BR2_GNU_MIRROR)/readline
READLINE_INSTALL_STAGING = YES READLINE_INSTALL_STAGING = YES
READLINE_DEPENDENCIES = ncurses READLINE_DEPENDENCIES = ncurses
READLINE_CONF_ENV = bash_cv_func_sigsetjmp=yes READLINE_CONF_ENV = bash_cv_func_sigsetjmp=yes
READLINE_LICENSE = GPLv3+
READLINE_LICENSE_FILES = COPYING
define READLINE_INSTALL_TARGET_CMDS define READLINE_INSTALL_TARGET_CMDS
$(MAKE1) DESTDIR=$(TARGET_DIR) -C $(@D) uninstall $(MAKE1) DESTDIR=$(TARGET_DIR) -C $(@D) uninstall