Skip to content

Commit

Permalink
readline: add license information
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  • Loading branch information
gustavoz authored and jacmet committed Jan 28, 2013
1 parent 7a52cda commit 24511f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/readline/readline.mk
Expand Up @@ -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
Expand Down

0 comments on commit 24511f3

Please sign in to comment.