mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Signed-off-by: Nicolas Carrier <nicolas.carrier@orolia.com> [Thomas: numerous reworks, add myself in DEVELOPERS] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
14 lines
404 B
Makefile
14 lines
404 B
Makefile
################################################################################
|
|
#
|
|
# bmap-tools
|
|
#
|
|
################################################################################
|
|
|
|
BMAP_TOOLS_VERSION = 3.6
|
|
BMAP_TOOLS_SITE = $(call github,intel,bmap-tools,v$(BMAP_TOOLS_VERSION))
|
|
BMAP_TOOLS_LICENSE = GPL-2.0
|
|
BMAP_TOOLS_LICENSE_FILES = COPYING
|
|
BMAP_TOOLS_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|