39610c8b3c
This new version is released under GPL-3.0. The patch can be removed
as it has been accepted upstream as of commit
86a38c688a
.
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
319 B
Makefile
13 lines
319 B
Makefile
################################################################################
|
|
#
|
|
# mbw
|
|
#
|
|
################################################################################
|
|
|
|
MBW_VERSION = 2.0
|
|
MBW_SITE = $(call github,raas,mbw,v$(MBW_VERSION))
|
|
MBW_LICENSE = GPL-3.0+
|
|
MBW_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cmake-package))
|