* [PATCH] harfbuzz: remove meson flag work-around
@ 2025-04-25 17:42 Trevor Woerner
2025-04-26 8:44 ` [OE-core] " Richard Purdie
[not found] ` <1839D1DE491F347B.938@lists.openembedded.org>
0 siblings, 2 replies; 3+ messages in thread
From: Trevor Woerner @ 2025-04-25 17:42 UTC (permalink / raw)
To: openembedded-core
The issue is committed and resolved upstream, therefore remove the
work-around of explicitly having to set the meson flag 'cpp_std=c++17' when
using icu >= 75.
https://github.com/harfbuzz/harfbuzz/issues/4671
https://github.com/harfbuzz/harfbuzz/pull/4734
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb | 3 ---
1 file changed, 3 deletions(-)
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb
index 8945467a001d..2febcbecda31 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb
@@ -32,9 +32,6 @@ PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset"
LEAD_SONAME = "libharfbuzz.so"
-# Remove when https://github.com/harfbuzz/harfbuzz/issues/4671 is resolved
-EXTRA_OEMESON += "-Dcpp_std=c++17"
-
do_install:append() {
# If no tools are installed due to PACKAGECONFIG then this directory might
# still be installed, so remove it to stop packaging warnings.
--
2.44.0.501.g19981daefd7c
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [OE-core] [PATCH] harfbuzz: remove meson flag work-around
2025-04-25 17:42 [PATCH] harfbuzz: remove meson flag work-around Trevor Woerner
@ 2025-04-26 8:44 ` Richard Purdie
[not found] ` <1839D1DE491F347B.938@lists.openembedded.org>
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2025-04-26 8:44 UTC (permalink / raw)
To: twoerner, openembedded-core
On Fri, 2025-04-25 at 13:42 -0400, Trevor Woerner via lists.openembedded.org wrote:
> The issue is committed and resolved upstream, therefore remove the
> work-around of explicitly having to set the meson flag 'cpp_std=c++17' when
> using icu >= 75.
>
> https://github.com/harfbuzz/harfbuzz/issues/4671
> https://github.com/harfbuzz/harfbuzz/pull/4734
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
> meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb
> index 8945467a001d..2febcbecda31 100644
> --- a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb
> +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb
> @@ -32,9 +32,6 @@ PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset"
>
> LEAD_SONAME = "libharfbuzz.so"
>
> -# Remove when https://github.com/harfbuzz/harfbuzz/issues/4671 is resolved
> -EXTRA_OEMESON += "-Dcpp_std=c++17"
> -
> do_install:append() {
> # If no tools are installed due to PACKAGECONFIG then this directory might
> # still be installed, so remove it to stop packaging warnings.
>
Removing this caused failures on the autobuilder with gcc 15 e.g.:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/2/builds/1474
but there were more in that build.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [OE-core] [PATCH] harfbuzz: remove meson flag work-around
[not found] ` <1839D1DE491F347B.938@lists.openembedded.org>
@ 2025-04-26 9:45 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2025-04-26 9:45 UTC (permalink / raw)
To: twoerner, openembedded-core
On Sat, 2025-04-26 at 09:44 +0100, Richard Purdie via lists.openembedded.org wrote:
> On Fri, 2025-04-25 at 13:42 -0400, Trevor Woerner via lists.openembedded.org wrote:
> > The issue is committed and resolved upstream, therefore remove the
> > work-around of explicitly having to set the meson flag 'cpp_std=c++17' when
> > using icu >= 75.
> >
> > https://github.com/harfbuzz/harfbuzz/issues/4671
> > https://github.com/harfbuzz/harfbuzz/pull/4734
> >
> > Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> > ---
> > meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb | 3 ---
> > 1 file changed, 3 deletions(-)
> >
> > diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb
> > index 8945467a001d..2febcbecda31 100644
> > --- a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb
> > +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb
> > @@ -32,9 +32,6 @@ PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset"
> >
> > LEAD_SONAME = "libharfbuzz.so"
> >
> > -# Remove when https://github.com/harfbuzz/harfbuzz/issues/4671 is resolved
> > -EXTRA_OEMESON += "-Dcpp_std=c++17"
> > -
> > do_install:append() {
> > # If no tools are installed due to PACKAGECONFIG then this directory might
> > # still be installed, so remove it to stop packaging warnings.
> >
>
> Removing this caused failures on the autobuilder with gcc 15 e.g.:
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/2/builds/1474
>
> but there were more in that build.
I did drop this patch and I think we still see the same failure with
gcc 15 so there may be more to this...
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-26 9:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-25 17:42 [PATCH] harfbuzz: remove meson flag work-around Trevor Woerner
2025-04-26 8:44 ` [OE-core] " Richard Purdie
[not found] ` <1839D1DE491F347B.938@lists.openembedded.org>
2025-04-26 9:45 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox