* [Buildroot] [PATCH 1/1] package/bmap-writer: bump to version 1.0.2
@ 2025-02-05 14:47 Ayoub Zaki
2025-02-05 15:18 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Ayoub Zaki @ 2025-02-05 14:47 UTC (permalink / raw)
To: buildroot; +Cc: Ayoub Zaki
Switch from libxml2 to tinyxml2
Add http(s)/ftp stream wrapper script
Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
---
package/bmap-writer/Config.in | 2 +-
package/bmap-writer/bmap-writer.hash | 2 +-
package/bmap-writer/bmap-writer.mk | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/bmap-writer/Config.in b/package/bmap-writer/Config.in
index b2e63c8381..5876a85927 100644
--- a/package/bmap-writer/Config.in
+++ b/package/bmap-writer/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_BMAP_WRITER
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR # libarchive
select BR2_PACKAGE_LIBARCHIVE
- select BR2_PACKAGE_LIBXML2
+ select BR2_PACKAGE_TINYXML2
help
bmap-writer is a command-line utility designed to
efficiently write disk images to storage devices using block
diff --git a/package/bmap-writer/bmap-writer.hash b/package/bmap-writer/bmap-writer.hash
index c59c7a91cb..0b0e8de46a 100644
--- a/package/bmap-writer/bmap-writer.hash
+++ b/package/bmap-writer/bmap-writer.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 94fda8420fa82256bfd01a76dff18ae23c6be9be03cb641f9845164e9326de60 bmap-writer-0.0.3.tar.gz
+sha256 a86ade2c70304574f200c048bd8a728ed27b04b7ece62cf0f696366e37fed6e7 bmap-writer-1.0.2.tar.gz
sha256 8b1ba204bb69a0ade2bfcf65ef294a920f6bb361b317dba43c7ef29d96332b9b LICENSE
diff --git a/package/bmap-writer/bmap-writer.mk b/package/bmap-writer/bmap-writer.mk
index dc049c2b9b..19ccd3afbc 100644
--- a/package/bmap-writer/bmap-writer.mk
+++ b/package/bmap-writer/bmap-writer.mk
@@ -4,12 +4,12 @@
#
################################################################################
-BMAP_WRITER_VERSION = 0.0.3
+BMAP_WRITER_VERSION = 1.0.2
BMAP_WRITER_SITE = $(call github,embetrix,bmap-writer,$(BMAP_WRITER_VERSION))
BMAP_WRITER_LICENSE = GPL-3.0
BMAP_WRITER_LICENSE_FILES = LICENSE
-BMAP_WRITER_DEPENDENCIES = host-pkgconf libarchive libxml2
-HOST_BMAP_WRITER_DEPENDENCIES = host-pkgconf host-libarchive host-libxml2
+BMAP_WRITER_DEPENDENCIES = host-pkgconf libarchive tinyxml2
+HOST_BMAP_WRITER_DEPENDENCIES = host-pkgconf host-libarchive host-tinyxml2
$(eval $(cmake-package))
$(eval $(host-cmake-package))
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/bmap-writer: bump to version 1.0.2
2025-02-05 14:47 [Buildroot] [PATCH 1/1] package/bmap-writer: bump to version 1.0.2 Ayoub Zaki
@ 2025-02-05 15:18 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2025-02-05 15:18 UTC (permalink / raw)
To: Ayoub Zaki; +Cc: buildroot
On Wed, 5 Feb 2025 15:47:28 +0100
Ayoub Zaki <ayoub.zaki@embetrix.com> wrote:
> Switch from libxml2 to tinyxml2
>
> Add http(s)/ftp stream wrapper script
>
> Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
> ---
> package/bmap-writer/Config.in | 2 +-
> package/bmap-writer/bmap-writer.hash | 2 +-
> package/bmap-writer/bmap-writer.mk | 6 +++---
> 3 files changed, 5 insertions(+), 5 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-05 15:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-05 14:47 [Buildroot] [PATCH 1/1] package/bmap-writer: bump to version 1.0.2 Ayoub Zaki
2025-02-05 15:18 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox