mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Upstream changelog: https://github.com/yoctoproject/bmaptool/releases/tag/v3.9.0 Two important changes from a packaging point of view: - Switch to using hatch to build - Remove six from production code So we do adjust our packaging accordingly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
437 B
Makefile
15 lines
437 B
Makefile
################################################################################
|
|
#
|
|
# bmap-tools
|
|
#
|
|
################################################################################
|
|
|
|
BMAP_TOOLS_VERSION = 3.9.0
|
|
BMAP_TOOLS_SITE = $(call github,yoctoproject,bmaptool,v$(BMAP_TOOLS_VERSION))
|
|
BMAP_TOOLS_LICENSE = GPL-2.0
|
|
BMAP_TOOLS_LICENSE_FILES = LICENSE
|
|
BMAP_TOOLS_SETUP_TYPE = hatch
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|