[Buildroot] [git commit branch/2021.02.x] package/dfu-util: Fix licenses

Peter Korsgaard peter at korsgaard.com
Mon Oct 18 12:45:19 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=bcfaf7d573aadad1df585781fc027b9d4e05ac3c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

Since v0.8 a script 'dfuse-pack.py' is part of the package, which has a
different license.

Fixes: c212a90b612a ("package/dfu-util: bump version to 0.8, add hash, fix SITE url")
Signed-off-by: Alexander Dahl <post at lespocky.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
(cherry picked from commit efef1974c566b229bd8341a9e8cd3b4feeeb3e6c)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/dfu-util/dfu-util.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dfu-util/dfu-util.mk b/package/dfu-util/dfu-util.mk
index 5e8ba5a8f2..dd5b5691fb 100644
--- a/package/dfu-util/dfu-util.mk
+++ b/package/dfu-util/dfu-util.mk
@@ -6,7 +6,7 @@
 
 DFU_UTIL_VERSION = 0.9
 DFU_UTIL_SITE = http://dfu-util.sourceforge.net/releases
-DFU_UTIL_LICENSE = GPL-2.0+
+DFU_UTIL_LICENSE = GPL-2.0+, LGPL-3.0
 DFU_UTIL_LICENSE_FILES = COPYING
 
 DFU_UTIL_DEPENDENCIES = libusb


More information about the buildroot mailing list