* [Buildroot] [PATCH 1/2] package/utfcpp: fix comments
@ 2025-12-29 7:55 Bernd Kuhls
2025-12-29 7:55 ` [Buildroot] [PATCH 2/2] package/utfcpp: bump version to 4.09 Bernd Kuhls
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Bernd Kuhls @ 2025-12-29 7:55 UTC (permalink / raw)
To: buildroot
Buildroot commit dc55e7eb518e1c0d81d1ed1cb9b0f0ae6f75a454 added this
package as copy from the taglib package but forgot to change all taglib-
related comments.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/utfcpp/Config.in | 2 +-
package/utfcpp/utfcpp.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/utfcpp/Config.in b/package/utfcpp/Config.in
index 19e1f21688..3a3fc339bd 100644
--- a/package/utfcpp/Config.in
+++ b/package/utfcpp/Config.in
@@ -6,5 +6,5 @@ config BR2_PACKAGE_UTFCPP
https://github.com/nemtrif/utfcpp
-comment "taglib needs a toolchain w/ C++"
+comment "utfcpp needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
diff --git a/package/utfcpp/utfcpp.mk b/package/utfcpp/utfcpp.mk
index d3d7896813..4e17364e0b 100644
--- a/package/utfcpp/utfcpp.mk
+++ b/package/utfcpp/utfcpp.mk
@@ -1,6 +1,6 @@
################################################################################
#
-# taglib
+# utfcpp
#
################################################################################
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] package/utfcpp: bump version to 4.09
2025-12-29 7:55 [Buildroot] [PATCH 1/2] package/utfcpp: fix comments Bernd Kuhls
@ 2025-12-29 7:55 ` Bernd Kuhls
2025-12-30 12:38 ` Thomas Petazzoni via buildroot
2025-12-30 12:37 ` [Buildroot] [PATCH 1/2] package/utfcpp: fix comments Thomas Petazzoni via buildroot
2026-01-13 19:46 ` Arnout Vandecappelle via buildroot
2 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2025-12-29 7:55 UTC (permalink / raw)
To: buildroot
Release notes: https://github.com/nemtrif/utfcpp/releases/tag/v4.09
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/utfcpp/utfcpp.hash | 2 +-
package/utfcpp/utfcpp.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/utfcpp/utfcpp.hash b/package/utfcpp/utfcpp.hash
index d995899165..7f8c2160b6 100644
--- a/package/utfcpp/utfcpp.hash
+++ b/package/utfcpp/utfcpp.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 f808b26d8c3a59def27fea207182ece77a8930bd121a69f80d328ecf3cfef925 utfcpp-4.0.8.tar.gz
+sha256 0902218f606e942ccc10724df8a988fc993c12da4b3adeace28a7f0211970e08 utfcpp-4.09.tar.gz
sha256 c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566 LICENSE
diff --git a/package/utfcpp/utfcpp.mk b/package/utfcpp/utfcpp.mk
index 4e17364e0b..415ea3644e 100644
--- a/package/utfcpp/utfcpp.mk
+++ b/package/utfcpp/utfcpp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-UTFCPP_VERSION = 4.0.8
+UTFCPP_VERSION = 4.09
UTFCPP_SITE = $(call github,nemtrif,utfcpp,v$(UTFCPP_VERSION))
UTFCPP_LICENSE = BSL-1.0
UTFCPP_LICENSE_FILES = LICENSE
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/utfcpp: fix comments
2025-12-29 7:55 [Buildroot] [PATCH 1/2] package/utfcpp: fix comments Bernd Kuhls
2025-12-29 7:55 ` [Buildroot] [PATCH 2/2] package/utfcpp: bump version to 4.09 Bernd Kuhls
@ 2025-12-30 12:37 ` Thomas Petazzoni via buildroot
2026-01-13 19:46 ` Arnout Vandecappelle via buildroot
2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-12-30 12:37 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Mon, 29 Dec 2025 08:55:38 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:
> Buildroot commit dc55e7eb518e1c0d81d1ed1cb9b0f0ae6f75a454 added this
> package as copy from the taglib package but forgot to change all taglib-
> related comments.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/utfcpp/Config.in | 2 +-
> package/utfcpp/utfcpp.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 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] 5+ messages in thread
* Re: [Buildroot] [PATCH 2/2] package/utfcpp: bump version to 4.09
2025-12-29 7:55 ` [Buildroot] [PATCH 2/2] package/utfcpp: bump version to 4.09 Bernd Kuhls
@ 2025-12-30 12:38 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-12-30 12:38 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Mon, 29 Dec 2025 08:55:39 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:
> Release notes: https://github.com/nemtrif/utfcpp/releases/tag/v4.09
This page does not exist. I guess upstream tagged 4.09, realized it
should have been 4.0.9, and made a 4.0.9. Could you check this out and
clarify?
Thanks a lot!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/utfcpp: fix comments
2025-12-29 7:55 [Buildroot] [PATCH 1/2] package/utfcpp: fix comments Bernd Kuhls
2025-12-29 7:55 ` [Buildroot] [PATCH 2/2] package/utfcpp: bump version to 4.09 Bernd Kuhls
2025-12-30 12:37 ` [Buildroot] [PATCH 1/2] package/utfcpp: fix comments Thomas Petazzoni via buildroot
@ 2026-01-13 19:46 ` Arnout Vandecappelle via buildroot
2 siblings, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-13 19:46 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Buildroot commit dc55e7eb518e1c0d81d1ed1cb9b0f0ae6f75a454 added this
> package as copy from the taglib package but forgot to change all taglib-
> related comments.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/utfcpp/Config.in | 2 +-
> package/utfcpp/utfcpp.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/utfcpp/Config.in b/package/utfcpp/Config.in
> index 19e1f21688..3a3fc339bd 100644
> --- a/package/utfcpp/Config.in
> +++ b/package/utfcpp/Config.in
> @@ -6,5 +6,5 @@ config BR2_PACKAGE_UTFCPP
>
> https://github.com/nemtrif/utfcpp
>
> -comment "taglib needs a toolchain w/ C++"
> +comment "utfcpp needs a toolchain w/ C++"
> depends on !BR2_INSTALL_LIBSTDCPP
> diff --git a/package/utfcpp/utfcpp.mk b/package/utfcpp/utfcpp.mk
> index d3d7896813..4e17364e0b 100644
> --- a/package/utfcpp/utfcpp.mk
> +++ b/package/utfcpp/utfcpp.mk
> @@ -1,6 +1,6 @@
> ################################################################################
> #
> -# taglib
> +# utfcpp
> #
> ################################################################################
>
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-01-13 19:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-29 7:55 [Buildroot] [PATCH 1/2] package/utfcpp: fix comments Bernd Kuhls
2025-12-29 7:55 ` [Buildroot] [PATCH 2/2] package/utfcpp: bump version to 4.09 Bernd Kuhls
2025-12-30 12:38 ` Thomas Petazzoni via buildroot
2025-12-30 12:37 ` [Buildroot] [PATCH 1/2] package/utfcpp: fix comments Thomas Petazzoni via buildroot
2026-01-13 19:46 ` Arnout Vandecappelle via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox