package/volk: license list is comma-separated

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN 2022-10-02 13:35:59 +02:00
parent d395f49acf
commit ebc9beaa6a

View File

@ -9,7 +9,7 @@ VOLK_SITE = https://github.com/gnuradio/volk/releases/download/v$(VOLK_VERSION)
VOLK_SOURCE = volk-$(VOLK_VERSION).tar.xz
# See https://github.com/gnuradio/volk/tree/v2.5.1#license for some
# details on the licensing.
VOLK_LICENSE = GPL-3.0+ LGPL-3.0+
VOLK_LICENSE = GPL-3.0+, LGPL-3.0+
VOLK_LICENSE_FILES = COPYING COPYING-LGPL
VOLK_SUPPORTS_IN_SOURCE_BUILD = NO