[Buildroot] [git commit branch/2020.02.x] package/bustle: fix license

Peter Korsgaard peter at korsgaard.com
Fri Dec 11 21:26:01 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=1aeccce6bd281bc14112db5721ad00f33189cbe5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.02.x

bustle binaries are licensed under GPL-3.0:
https://gitlab.freedesktop.org/bustle/bustle/-/blob/bustle-0.7.5/LICENSE

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit f3ca4f10864009f3b43695366f6cd2504634d7b5)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/bustle/bustle.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/bustle/bustle.mk b/package/bustle/bustle.mk
index 675ffb0529..1dbad64aef 100644
--- a/package/bustle/bustle.mk
+++ b/package/bustle/bustle.mk
@@ -6,7 +6,7 @@
 
 BUSTLE_VERSION = 0.7.5
 BUSTLE_SITE = https://www.freedesktop.org/software/bustle/$(BUSTLE_VERSION)
-BUSTLE_LICENSE = LGPL-2.1+
+BUSTLE_LICENSE = LGPL-2.1+, GPL-3.0 (binaries)
 BUSTLE_LICENSE_FILES = LICENSE
 BUSTLE_DEPENDENCIES = libglib2 libpcap host-pkgconf
 


More information about the buildroot mailing list