public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] webkitgtk: Update to 2.6.37
@ 2022-09-03  9:21 Khem Raj
  2022-09-08  1:42 ` [OE-core] " Yu, Mingli
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2022-09-03  9:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../webkit/{webkitgtk_2.36.6.bb => webkitgtk_2.36.7.bb}        | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-sato/webkit/{webkitgtk_2.36.6.bb => webkitgtk_2.36.7.bb} (98%)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
similarity index 98%
rename from meta/recipes-sato/webkit/webkitgtk_2.36.6.bb
rename to meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
index 37b977f9ba..026e24ae39 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
@@ -16,8 +16,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
            file://reproducibility.patch \
            file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \
            "
-
-SRC_URI[sha256sum] = "1193bc821946336776f0dfa5e0dca5651f1e57157eda12da4721d2441f24a61a"
+SRC_URI[sha256sum] = "0c260cf2b32f0481d017670dfed1b61e554967cd067195606c9f9eb5fe731743"
 
 inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
 
-- 
2.37.3



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [OE-core] [PATCH] webkitgtk: Update to 2.6.37
  2022-09-03  9:21 [PATCH] webkitgtk: Update to 2.6.37 Khem Raj
@ 2022-09-08  1:42 ` Yu, Mingli
  2022-09-08  2:19   ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Yu, Mingli @ 2022-09-08  1:42 UTC (permalink / raw)
  To: Khem Raj, openembedded-core


Fail to build on beaglebone-yocto.

/build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W
ebCore/platform/graphics/filters/FELighting.h:72:41: error: 
'LightingData' does not name a type
    72 |     inline void platformApplyNeon(const LightingData&, const 
LightSource::PaintingData&);
       |                                         ^~~~~~~~~~~~

Thanks,

On 9/3/22 17:21, Khem Raj wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>   .../webkit/{webkitgtk_2.36.6.bb => webkitgtk_2.36.7.bb}        | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta/recipes-sato/webkit/{webkitgtk_2.36.6.bb => webkitgtk_2.36.7.bb} (98%)
> 
> diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
> similarity index 98%
> rename from meta/recipes-sato/webkit/webkitgtk_2.36.6.bb
> rename to meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
> index 37b977f9ba..026e24ae39 100644
> --- a/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb
> +++ b/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
> @@ -16,8 +16,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
>              file://reproducibility.patch \
>              file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \
>              "
> -
> -SRC_URI[sha256sum] = "1193bc821946336776f0dfa5e0dca5651f1e57157eda12da4721d2441f24a61a"
> +SRC_URI[sha256sum] = "0c260cf2b32f0481d017670dfed1b61e554967cd067195606c9f9eb5fe731743"
> 
>   inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
> 
> --
> 2.37.3
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#170267): https://lists.openembedded.org/g/openembedded-core/message/170267
> Mute This Topic: https://lists.openembedded.org/mt/93436476/3618448
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mingli.yu@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OE-core] [PATCH] webkitgtk: Update to 2.6.37
  2022-09-08  1:42 ` [OE-core] " Yu, Mingli
@ 2022-09-08  2:19   ` Khem Raj
  2022-09-08  4:16     ` Yu, Mingli
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2022-09-08  2:19 UTC (permalink / raw)
  To: Yu, Mingli; +Cc: openembedded-core

On Wed, Sep 7, 2022 at 6:43 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
>
>
> Fail to build on beaglebone-yocto.
>
> /build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W
> ebCore/platform/graphics/filters/FELighting.h:72:41: error:
> 'LightingData' does not name a type
>     72 |     inline void platformApplyNeon(const LightingData&, const
> LightSource::PaintingData&);
>        |                                         ^~~~~~~~~~~~
>

there is a proposed patch upstream. I have taken that and applied. The
patch is on ml.
while you are at it. Please test that patch out and report if the
issue is solved.

> Thanks,
>
> On 9/3/22 17:21, Khem Raj wrote:
> > [Please note: This e-mail is from an EXTERNAL e-mail address]
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> >   .../webkit/{webkitgtk_2.36.6.bb => webkitgtk_2.36.7.bb}        | 3 +--
> >   1 file changed, 1 insertion(+), 2 deletions(-)
> >   rename meta/recipes-sato/webkit/{webkitgtk_2.36.6.bb => webkitgtk_2.36.7.bb} (98%)
> >
> > diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
> > similarity index 98%
> > rename from meta/recipes-sato/webkit/webkitgtk_2.36.6.bb
> > rename to meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
> > index 37b977f9ba..026e24ae39 100644
> > --- a/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb
> > +++ b/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
> > @@ -16,8 +16,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
> >              file://reproducibility.patch \
> >              file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \
> >              "
> > -
> > -SRC_URI[sha256sum] = "1193bc821946336776f0dfa5e0dca5651f1e57157eda12da4721d2441f24a61a"
> > +SRC_URI[sha256sum] = "0c260cf2b32f0481d017670dfed1b61e554967cd067195606c9f9eb5fe731743"
> >
> >   inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
> >
> > --
> > 2.37.3
> >
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#170267): https://lists.openembedded.org/g/openembedded-core/message/170267
> > Mute This Topic: https://lists.openembedded.org/mt/93436476/3618448
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mingli.yu@windriver.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OE-core] [PATCH] webkitgtk: Update to 2.6.37
  2022-09-08  2:19   ` Khem Raj
@ 2022-09-08  4:16     ` Yu, Mingli
  2022-09-08  5:30       ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Yu, Mingli @ 2022-09-08  4:16 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

Hi Khem,

On 9/8/22 10:19, Khem Raj wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
> 
> On Wed, Sep 7, 2022 at 6:43 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
>>
>>
>> Fail to build on beaglebone-yocto.
>>
>> /build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W
>> ebCore/platform/graphics/filters/FELighting.h:72:41: error:
>> 'LightingData' does not name a type
>>      72 |     inline void platformApplyNeon(const LightingData&, const
>> LightSource::PaintingData&);
>>         |                                         ^~~~~~~~~~~~
>>
> 
> there is a proposed patch upstream. I have taken that and applied. The
> patch is on ml.
> while you are at it. Please test that patch out and report if the
> issue is solved.

Which patch is supposed to resolve the issue on the mail list?

Thanks,

> 
>> Thanks,
>>
>> On 9/3/22 17:21, Khem Raj wrote:
>>> [Please note: This e-mail is from an EXTERNAL e-mail address]
>>>
>>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>>> ---
>>>    .../webkit/{webkitgtk_2.36.6.bb => webkitgtk_2.36.7.bb}        | 3 +--
>>>    1 file changed, 1 insertion(+), 2 deletions(-)
>>>    rename meta/recipes-sato/webkit/{webkitgtk_2.36.6.bb => webkitgtk_2.36.7.bb} (98%)
>>>
>>> diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
>>> similarity index 98%
>>> rename from meta/recipes-sato/webkit/webkitgtk_2.36.6.bb
>>> rename to meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
>>> index 37b977f9ba..026e24ae39 100644
>>> --- a/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb
>>> +++ b/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
>>> @@ -16,8 +16,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
>>>               file://reproducibility.patch \
>>>               file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \
>>>               "
>>> -
>>> -SRC_URI[sha256sum] = "1193bc821946336776f0dfa5e0dca5651f1e57157eda12da4721d2441f24a61a"
>>> +SRC_URI[sha256sum] = "0c260cf2b32f0481d017670dfed1b61e554967cd067195606c9f9eb5fe731743"
>>>
>>>    inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
>>>
>>> --
>>> 2.37.3
>>>
>>>
>>>
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>> Links: You receive all messages sent to this group.
>>> View/Reply Online (#170267): https://lists.openembedded.org/g/openembedded-core/message/170267
>>> Mute This Topic: https://lists.openembedded.org/mt/93436476/3618448
>>> Group Owner: openembedded-core+owner@lists.openembedded.org
>>> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mingli.yu@windriver.com]
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OE-core] [PATCH] webkitgtk: Update to 2.6.37
  2022-09-08  4:16     ` Yu, Mingli
@ 2022-09-08  5:30       ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2022-09-08  5:30 UTC (permalink / raw)
  To: Yu, Mingli; +Cc: openembedded-core

https://patchwork.yoctoproject.org/project/oe-core/patch/20220908021846.2245323-1-raj.khem@gmail.com/

On Wed, Sep 7, 2022 at 9:16 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
>
> Hi Khem,
>
> On 9/8/22 10:19, Khem Raj wrote:
> > [Please note: This e-mail is from an EXTERNAL e-mail address]
> >
> > On Wed, Sep 7, 2022 at 6:43 PM Yu, Mingli <mingli.yu@windriver.com> wrote:
> >>
> >>
> >> Fail to build on beaglebone-yocto.
> >>
> >> /build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W
> >> ebCore/platform/graphics/filters/FELighting.h:72:41: error:
> >> 'LightingData' does not name a type
> >>      72 |     inline void platformApplyNeon(const LightingData&, const
> >> LightSource::PaintingData&);
> >>         |                                         ^~~~~~~~~~~~
> >>
> >
> > there is a proposed patch upstream. I have taken that and applied. The
> > patch is on ml.
> > while you are at it. Please test that patch out and report if the
> > issue is solved.
>
> Which patch is supposed to resolve the issue on the mail list?
>
> Thanks,
>
> >
> >> Thanks,
> >>
> >> On 9/3/22 17:21, Khem Raj wrote:
> >>> [Please note: This e-mail is from an EXTERNAL e-mail address]
> >>>
> >>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> >>> ---
> >>>    .../webkit/{webkitgtk_2.36.6.bb => webkitgtk_2.36.7.bb}        | 3 +--
> >>>    1 file changed, 1 insertion(+), 2 deletions(-)
> >>>    rename meta/recipes-sato/webkit/{webkitgtk_2.36.6.bb => webkitgtk_2.36.7.bb} (98%)
> >>>
> >>> diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
> >>> similarity index 98%
> >>> rename from meta/recipes-sato/webkit/webkitgtk_2.36.6.bb
> >>> rename to meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
> >>> index 37b977f9ba..026e24ae39 100644
> >>> --- a/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb
> >>> +++ b/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
> >>> @@ -16,8 +16,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
> >>>               file://reproducibility.patch \
> >>>               file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \
> >>>               "
> >>> -
> >>> -SRC_URI[sha256sum] = "1193bc821946336776f0dfa5e0dca5651f1e57157eda12da4721d2441f24a61a"
> >>> +SRC_URI[sha256sum] = "0c260cf2b32f0481d017670dfed1b61e554967cd067195606c9f9eb5fe731743"
> >>>
> >>>    inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
> >>>
> >>> --
> >>> 2.37.3
> >>>
> >>>
> >>>
> >>> -=-=-=-=-=-=-=-=-=-=-=-
> >>> Links: You receive all messages sent to this group.
> >>> View/Reply Online (#170267): https://lists.openembedded.org/g/openembedded-core/message/170267
> >>> Mute This Topic: https://lists.openembedded.org/mt/93436476/3618448
> >>> Group Owner: openembedded-core+owner@lists.openembedded.org
> >>> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mingli.yu@windriver.com]
> >>> -=-=-=-=-=-=-=-=-=-=-=-
> >>>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-08  5:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-03  9:21 [PATCH] webkitgtk: Update to 2.6.37 Khem Raj
2022-09-08  1:42 ` [OE-core] " Yu, Mingli
2022-09-08  2:19   ` Khem Raj
2022-09-08  4:16     ` Yu, Mingli
2022-09-08  5:30       ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox