diff mbox series

[5/5] glib-networking: upgrade 2.74.0 -> 2.76.0

Message ID 20230518023118.16406-5-anuj.mittal@intel.com
State New
Headers show
Series [1/5] gsettings-desktop-schemas: upgrade 43.0 -> 44.0 | expand

Commit Message

Mittal, Anuj May 18, 2023, 2:31 a.m. UTC
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../{glib-networking_2.74.0.bb => glib-networking_2.76.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/glib-networking/{glib-networking_2.74.0.bb => glib-networking_2.76.0.bb} (95%)

Comments

Ross Burton May 18, 2023, 12:09 p.m. UTC | #1
On 18 May 2023, at 03:31, Anuj Mittal via lists.openembedded.org <anuj.mittal=intel.com@lists.openembedded.org> wrote:
> rename meta/recipes-core/glib-networking/{glib-networking_2.74.0.bb => glib-networking_2.76.0.bb} (95%)

packages/cortexa57-poky-linux/glib-networking/glib-networking: FILELIST: removed "/usr/lib/gio/modules/libgioenvironmentproxy.so”

Upstream changed the features quite dramatically, luckily I have a series to hand to fix this that I can finish today.

Ross
Mittal, Anuj May 19, 2023, 12:55 a.m. UTC | #2
On Thu, 2023-05-18 at 12:09 +0000, Ross Burton wrote:
> On 18 May 2023, at 03:31, Anuj Mittal via lists.openembedded.org
> <anuj.mittal=intel.com@lists.openembedded.org> wrote:
> > rename meta/recipes-core/glib-networking/{glib-networking_2.74.0.bb
> > => glib-networking_2.76.0.bb} (95%)
> 
> packages/cortexa57-poky-linux/glib-networking/glib-networking:
> FILELIST: removed "/usr/lib/gio/modules/libgioenvironmentproxy.so”
> 
> Upstream changed the features quite dramatically, luckily I have a
> series to hand to fix this that I can finish today.
> 

Thanks a lot Ross. I had noticed this in buildhistory-diff and thought
that your changes in master-next would be sufficient to resolve this.

https://git.yoctoproject.org/poky-contrib/commit/?h=abelloni/master-next&id=534580c1b2ff5154b1398e5a819e13e6cbfef7dc

Do you have other changes as well?

Thanks,

Anuj
Ross Burton May 19, 2023, 9:48 a.m. UTC | #3
On 19 May 2023, at 01:55, Mittal, Anuj <anuj.mittal@intel.com> wrote:
> 
> On Thu, 2023-05-18 at 12:09 +0000, Ross Burton wrote:
>> On 18 May 2023, at 03:31, Anuj Mittal via lists.openembedded.org
>> <anuj.mittal=intel.com@lists.openembedded.org> wrote:
>>> rename meta/recipes-core/glib-networking/{glib-networking_2.74.0.bb
>>> => glib-networking_2.76.0.bb} (95%)
>> 
>> packages/cortexa57-poky-linux/glib-networking/glib-networking:
>> FILELIST: removed "/usr/lib/gio/modules/libgioenvironmentproxy.so”
>> 
>> Upstream changed the features quite dramatically, luckily I have a
>> series to hand to fix this that I can finish today.
>> 
> 
> Thanks a lot Ross. I had noticed this in buildhistory-diff and thought
> that your changes in master-next would be sufficient to resolve this.
> 
> https://git.yoctoproject.org/poky-contrib/commit/?h=abelloni/master-next&id=534580c1b2ff5154b1398e5a819e13e6cbfef7dc
> 
> Do you have other changes as well?

Yes, those fix the issue anyway, apologies.  Going patch-blind :)

Ross
diff mbox series

Patch

diff --git a/meta/recipes-core/glib-networking/glib-networking_2.74.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.76.0.bb
similarity index 95%
rename from meta/recipes-core/glib-networking/glib-networking_2.74.0.bb
rename to meta/recipes-core/glib-networking/glib-networking_2.76.0.bb
index fe6900b036..75c031e8cd 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.74.0.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.76.0.bb
@@ -14,7 +14,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
 SECTION = "libs"
 DEPENDS = "glib-2.0-native glib-2.0"
 
-SRC_URI[archive.sha256sum] = "1f185aaef094123f8e25d8fa55661b3fd71020163a0174adb35a37685cda613b"
+SRC_URI[archive.sha256sum] = "149a05a179e629a538be25662aa324b499d7c4549c5151db5373e780a1bf1b9a"
 
 PACKAGECONFIG ??= "openssl environment ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"