liboping: fix legal-info

Fixes http://autobuild.buildroot.org/results/c0bfc03389382235782474b278ca4afd1d283d60

The included (LGPL) license file is called COPYING.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2013-02-05 08:45:02 +01:00
parent 41fbdb0959
commit 94e04800b2
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ 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
LIBOPING_LICENSE_FILES = COPYING
$(eval $(autotools-package))