liboping: 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-29 08:23:57 +00:00 committed by Peter Korsgaard
parent d4d9ece91e
commit d780f83a5a
1 changed files with 2 additions and 0 deletions

View File

@ -9,5 +9,7 @@ LIBOPING_SITE = http://verplant.org/liboping/files
LIBOPING_INSTALL_STAGING = YES
LIBOPING_DEPENDENCIES = $(if $(BR2_PACKAGE_NCURSES),ncurses)
LIBOPING_CONF_OPT = --without-perl-bindings
LIBOPING_LICENSE = LGPLv2.1+ GPLv2
LIBOPING_LICENSE_FILES = COPYING.LIB
$(eval $(autotools-package))