package/bmap-tools: update GitHub URL
As reported in the README file of the old GitHub URL (i.e. https://github.com/intel/bmap-tools), "The code at this location is no longer maintained and will likely be removed in the future. This project has moved to https://github.com/yoctoproject/bmaptool". 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:
parent
87943b7531
commit
47027fefa4
@ -40,4 +40,4 @@ config BR2_PACKAGE_BMAP_TOOLS
|
|||||||
python-gpgme is not available. Optimized bzip2 decompression
|
python-gpgme is not available. Optimized bzip2 decompression
|
||||||
is not supported as pbzip2 is not available.
|
is not supported as pbzip2 is not available.
|
||||||
|
|
||||||
https://github.com/intel/bmap-tools
|
https://github.com/yoctoproject/bmaptool
|
||||||
|
@ -9,4 +9,4 @@ config BR2_PACKAGE_HOST_BMAP_TOOLS
|
|||||||
image files, can be copied or flashed a lot faster with
|
image files, can be copied or flashed a lot faster with
|
||||||
bmaptool than with traditional tools like "dd" or "cp".
|
bmaptool than with traditional tools like "dd" or "cp".
|
||||||
|
|
||||||
https://github.com/intel/bmap-tools
|
https://github.com/yoctoproject/bmaptool
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
BMAP_TOOLS_VERSION = 3.6
|
BMAP_TOOLS_VERSION = 3.6
|
||||||
BMAP_TOOLS_SITE = $(call github,intel,bmap-tools,v$(BMAP_TOOLS_VERSION))
|
BMAP_TOOLS_SITE = $(call github,yoctoproject,bmaptool,v$(BMAP_TOOLS_VERSION))
|
||||||
BMAP_TOOLS_LICENSE = GPL-2.0
|
BMAP_TOOLS_LICENSE = GPL-2.0
|
||||||
BMAP_TOOLS_LICENSE_FILES = COPYING
|
BMAP_TOOLS_LICENSE_FILES = COPYING
|
||||||
BMAP_TOOLS_SETUP_TYPE = setuptools
|
BMAP_TOOLS_SETUP_TYPE = setuptools
|
||||||
|
Loading…
Reference in New Issue
Block a user