mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>