mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/dfu-util: Fix licenses
Since v0.8 a script 'dfuse-pack.py' is part of the package, which has a
different license.
Fixes: c212a90b61 ("package/dfu-util: bump version to 0.8, add hash, fix SITE url")
Signed-off-by: Alexander Dahl <post@lespocky.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
ddafea9c80
commit
efef1974c5
@@ -6,7 +6,7 @@
|
||||
|
||||
DFU_UTIL_VERSION = 0.10
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user