summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>2016-10-19 23:11:56 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-19 23:28:31 +0200
commitf7d305fd294a122d982a974314a81a4c57a08067 (patch)
tree45416f37fdf9b16ad57ecbfb59dc132822a3af4c
parentaf2658da2092be3417260bf67f5ac15575181e21 (diff)
downloadbuildroot-f7d305fd294a122d982a974314a81a4c57a08067.tar.gz
buildroot-f7d305fd294a122d982a974314a81a4c57a08067.zip
usbredir: improve license description
For consistency use 'libraries' and 'program' as component names and adjust license string for readability when we conditionally specify license for server program. Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/usbredir/usbredir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/usbredir/usbredir.mk b/package/usbredir/usbredir.mk
index 926a1fffd5..6765a9baac 100644
--- a/package/usbredir/usbredir.mk
+++ b/package/usbredir/usbredir.mk
@@ -7,14 +7,14 @@
USBREDIR_VERSION = 0.7.1
USBREDIR_SOURCE = usbredir-$(USBREDIR_VERSION).tar.bz2
USBREDIR_SITE = http://spice-space.org/download/usbredir
-USBREDIR_LICENSE = LGPLv2.1+
+USBREDIR_LICENSE = LGPLv2.1+ (libraries)
USBREDIR_LICENSE_FILES = COPYING.LIB
USBREDIR_INSTALL_STAGING = YES
USBREDIR_DEPENDENCIES = host-pkgconf libusb
ifeq ($(BR2_PACKAGE_USBREDIR_SERVER),y)
-USBREDIR_LICENSE += (for the library), GPLv2+ (for the server)
+USBREDIR_LICENSE := $(USBREDIR_LICENSE), GPLv2+ (program)
USBREDIR_LICENSE_FILES += COPYING
else # BR2_PACKAGE_USBREDIR_SERVER != y
OpenPOWER on IntegriCloud