[Buildroot] [git commit] package/volk: license list is comma-separated

Yann E. MORIN yann.morin.1998 at free.fr
Sun Oct 2 11:35:59 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=ebc9beaa6af0bc27da8b9def4da758ac1bfbbf70
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Reported-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/volk/volk.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/volk/volk.mk b/package/volk/volk.mk
index 5e2e50ae73..af5bd4306b 100644
--- a/package/volk/volk.mk
+++ b/package/volk/volk.mk
@@ -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



More information about the buildroot mailing list