mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-19 18:23:33 +08:00
package/hackrf: add a comma between licenses
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
d41f020bdc
commit
4afa6fd8c1
@ -7,7 +7,7 @@
|
||||
HACKRF_VERSION = 2018.01.1
|
||||
HACKRF_SITE = https://github.com/mossmann/hackrf/releases/download/v$(HACKRF_VERSION)
|
||||
HACKRF_SOURCE = hackrf-$(HACKRF_VERSION).tar.xz
|
||||
HACKRF_LICENSE = GPL-2.0+ BSD-3-Clause
|
||||
HACKRF_LICENSE = GPL-2.0+, BSD-3-Clause
|
||||
HACKRF_LICENSE_FILES = COPYING
|
||||
HACKRF_DEPENDENCIES = fftw-single libusb
|
||||
HACKRF_SUBDIR = host
|
||||
|
Loading…
Reference in New Issue
Block a user