mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/bmap-writer: bump to version 1.0.4
For release notes since 1.0.2, see: https://github.com/embetrix/bmap-writer/releases/tag/1.0.4 https://github.com/embetrix/bmap-writer/releases/tag/1.0.3 This version includes upstream fixes for static linking issues related to libarchive. In previous versions, CMake's FindLibArchive module did not propagate private dependencies, leading to link-time errors (e.g. missing zlib, bzip2, lz4, liblzma, zstd) in static build environments such as Buildroot. The upstream build system has been updated to correctly handle these dependencies, allowing us to drop the downstream patch. Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com> [Julien: add links to release notes] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
d2bd0c9b25
commit
d6a06ef2af
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 a86ade2c70304574f200c048bd8a728ed27b04b7ece62cf0f696366e37fed6e7 bmap-writer-1.0.2.tar.gz
|
||||
sha256 121832c4ab44d30828489a6620c21d0fcc05904bb85cde71e82ea383acc12d1d bmap-writer-1.0.4.tar.gz
|
||||
sha256 8b1ba204bb69a0ade2bfcf65ef294a920f6bb361b317dba43c7ef29d96332b9b LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BMAP_WRITER_VERSION = 1.0.2
|
||||
BMAP_WRITER_VERSION = 1.0.4
|
||||
BMAP_WRITER_SITE = $(call github,embetrix,bmap-writer,$(BMAP_WRITER_VERSION))
|
||||
BMAP_WRITER_LICENSE = GPL-3.0
|
||||
BMAP_WRITER_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user