package/bmap-tools: bump to version 3.8.0

Note that, although not explicitly specified in the changelog, version
3.7 renamed the file COPYING to LICENSE, requiring corresponding changes
in Bildroot related to the license file (specifically, the name and hash).

Release notes:

- bmap-tools 3.7:
  * Use GitHub Actions for CI (#109)
  * Add `poetry` for dependency management and `black` for code
    formatting (#104)
  * Add functionality for copying from standard input (#99)
  * Switch from gpg to gpgme module (#103)

- bmaptool 3.8.0:
  * use 'df -P' for POSIX portable output
  * bmaptool has new maintainers
  * bmaptool has a new home
  * bmaptool is now only called 'bmaptool' and not one of a dozen such
    variations
  * switch to use an X.Y.Z versioning number scheme

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Dario Binacchi 2024-04-14 15:05:20 +02:00 committed by Yann E. MORIN
parent 6e019fed31
commit 256aa8ed85
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,3 @@
# Locally calculated
sha256 0658afb972e7221aa16fece3f84e29e5102e901c929253d7fb6040bde28243f7 bmap-tools-3.6.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
sha256 3c741ccdd5049b5cb6983bc186f7be8040a132ed7e9c2afda4d9e7390888163c bmap-tools-3.8.0.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE

View File

@ -4,11 +4,13 @@
#
################################################################################
BMAP_TOOLS_VERSION = 3.6
BMAP_TOOLS_VERSION = 3.8.0
BMAP_TOOLS_SITE = $(call github,yoctoproject,bmaptool,v$(BMAP_TOOLS_VERSION))
BMAP_TOOLS_LICENSE = GPL-2.0
BMAP_TOOLS_LICENSE_FILES = COPYING
BMAP_TOOLS_LICENSE_FILES = LICENSE
BMAP_TOOLS_SETUP_TYPE = setuptools
BMAP_TOOLS_DEPENDENCIES = host-python-poetry-core
HOST_BMAP_TOOLS_DEPENDENCIES = host-python-poetry-core
$(eval $(python-package))
$(eval $(host-python-package))