mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/hackrf: replace BSD-3c by BSD-3-Clause
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 9f41dfe787)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
1cc84a71cc
commit
7271242a5e
@@ -7,7 +7,7 @@
|
|||||||
HACKRF_VERSION = 2018.01.1
|
HACKRF_VERSION = 2018.01.1
|
||||||
HACKRF_SITE = https://github.com/mossmann/hackrf/releases/download/v$(HACKRF_VERSION)
|
HACKRF_SITE = https://github.com/mossmann/hackrf/releases/download/v$(HACKRF_VERSION)
|
||||||
HACKRF_SOURCE = hackrf-$(HACKRF_VERSION).tar.xz
|
HACKRF_SOURCE = hackrf-$(HACKRF_VERSION).tar.xz
|
||||||
HACKRF_LICENSE = GPL-2.0+ BSD-3c
|
HACKRF_LICENSE = GPL-2.0+ BSD-3-Clause
|
||||||
HACKRF_LICENSE_FILES = COPYING
|
HACKRF_LICENSE_FILES = COPYING
|
||||||
HACKRF_DEPENDENCIES = fftw-single libusb
|
HACKRF_DEPENDENCIES = fftw-single libusb
|
||||||
HACKRF_SUBDIR = host
|
HACKRF_SUBDIR = host
|
||||||
|
|||||||
Reference in New Issue
Block a user