[Buildroot] [git commit branch/2021.08.x] package/hackrf: replace BSD-3c by BSD-3-Clause

Peter Korsgaard peter at korsgaard.com
Wed Dec 8 08:35:32 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=9c6ba5bd2198fd349d22eb23abe5409247d22f61
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.08.x

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 9f41dfe7877ce3d19cc848e5f4852f1acc2c0798)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/hackrf/hackrf.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/hackrf/hackrf.mk b/package/hackrf/hackrf.mk
index b83f6518e8..391bddcdb0 100644
--- a/package/hackrf/hackrf.mk
+++ b/package/hackrf/hackrf.mk
@@ -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-3c
+HACKRF_LICENSE = GPL-2.0+ BSD-3-Clause
 HACKRF_LICENSE_FILES = COPYING
 HACKRF_DEPENDENCIES = fftw-single libusb
 HACKRF_SUBDIR = host



More information about the buildroot mailing list