9f4cae383a
Since crucible commit 7fe0bb96da65 ("move to BSD style license") the
license has been changed to BSD-3. This changed happened for the
2023.11.02 release of crucible, to which the Buildroot package was
bumped in Buildroot commit be3f95ed14
.
Change the license type and hash accordingly.
Fixes:
- http://autobuild.buildroot.net/results/14dfa0a47be54929c527c12fe9b95f34c1d8c7f5/
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
403 B
Makefile
14 lines
403 B
Makefile
################################################################################
|
|
#
|
|
# crucible
|
|
#
|
|
################################################################################
|
|
|
|
CRUCIBLE_VERSION = 2023.11.02
|
|
CRUCIBLE_SITE = $(call github,usbarmory,crucible,v$(CRUCIBLE_VERSION))
|
|
CRUCIBLE_LICENSE = BSD-3-Clause
|
|
CRUCIBLE_LICENSE_FILES = LICENSE
|
|
CRUCIBLE_GOMOD = ./cmd/crucible
|
|
|
|
$(eval $(golang-package))
|