diff mbox series

[meta-gnome] gegl: update 0.4.52 -> 0.4.54

Message ID 20250212045238.56929-1-f_l_k@t-online.de
State New
Headers show
Series [meta-gnome] gegl: update 0.4.52 -> 0.4.54 | expand

Commit Message

Markus Volk Feb. 12, 2025, 4:52 a.m. UTC
This update is required for gimp-3.0.0-RC3

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-gnome/recipes-gimp/gegl/{gegl_0.4.52.bb => gegl_0.4.54.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gimp/gegl/{gegl_0.4.52.bb => gegl_0.4.54.bb} (96%)

Comments

Khem Raj Feb. 12, 2025, 6:24 a.m. UTC | #1
this patch is not captured by lore and I do get

strange value in author field of the patch when I grab it from mail
and OE git refuses to accept '=' in author email address.

Please check your mail agent something is off

On 2/11/25 8:52 PM, Markus Volk via lists.openembedded.org wrote:
> This update is required for gimp-3.0.0-RC3
> 
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>   meta-gnome/recipes-gimp/gegl/{gegl_0.4.52.bb => gegl_0.4.54.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-gnome/recipes-gimp/gegl/{gegl_0.4.52.bb => gegl_0.4.54.bb} (96%)
> 
> diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.52.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.54.bb
> similarity index 96%
> rename from meta-gnome/recipes-gimp/gegl/gegl_0.4.52.bb
> rename to meta-gnome/recipes-gimp/gegl/gegl_0.4.54.bb
> index 2717b3fa8f..a7f676ef05 100644
> --- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.52.bb
> +++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.54.bb
> @@ -28,7 +28,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
>   SHPV = "${@gnome_verdir("${PV}")}"
>   
>   SRC_URI = "https://download.gimp.org/pub/${BPN}/${SHPV}/${BP}.tar.xz"
> -SRC_URI[sha256sum] = "ca212a0fc3e0448c5058c51ca6a0d30fdfb02971f21f28820da2b4901396000a"
> +SRC_URI[sha256sum] = "35a342f08c6b4379adee2cb5748fc4e307cfdcf2417c0bb17d6ca6543f238b1e"
>   
>   PACKAGECONFIG ??= "gexiv2 libraw librsvg pango poppler sdl2"
>   PACKAGECONFIG:class-native = "librsvg"
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#115435): https://lists.openembedded.org/g/openembedded-devel/message/115435
> Mute This Topic: https://lists.openembedded.org/mt/111138000/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Markus Volk Feb. 13, 2025, 7:05 a.m. UTC | #2
On Tue, Feb 11 2025 at 22:24:44 -08:00:00, Khem Raj via 
lists.openembedded.org <raj.khem=gmail.com@lists.openembedded.org> 
wrote:
> this patch is not captured by lore and I do get
> 
> strange value in author field of the patch when I grab it from mail
> and OE git refuses to accept '=' in author email address.
> 
> Please check your mail agent something is off

Thanks for the hint. I used git-send-email via the terminal as I always 
do.
The problem was probably that I carelessly updated my build host with 
up to date poky/master and got a consistency issue with glibc.
I had been able to create a rootfs without error, probably because of 
existing sstate cache, but after installing it onto my build host,
some runtime issues have arisen. Only ansi was available (what may have 
caused the broken email) and I also locked me out because the
yocto build system stopped working. After deleting sstate cache, I got 
a message that sstate-cache will be disabled due to uninative
incompatibility glibc-2.40 <-> glibc-2.41. Later, the rust installation 
aborted because cargo-native was not executable.
I had to rewind the poky master to a state before the glibc update and 
rebuilt my rootfs externally. That seems to have fixed the issues
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.52.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.54.bb
similarity index 96%
rename from meta-gnome/recipes-gimp/gegl/gegl_0.4.52.bb
rename to meta-gnome/recipes-gimp/gegl/gegl_0.4.54.bb
index 2717b3fa8f..a7f676ef05 100644
--- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.52.bb
+++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.54.bb
@@ -28,7 +28,7 @@  ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 SHPV = "${@gnome_verdir("${PV}")}"
 
 SRC_URI = "https://download.gimp.org/pub/${BPN}/${SHPV}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "ca212a0fc3e0448c5058c51ca6a0d30fdfb02971f21f28820da2b4901396000a"
+SRC_URI[sha256sum] = "35a342f08c6b4379adee2cb5748fc4e307cfdcf2417c0bb17d6ca6543f238b1e"
 
 PACKAGECONFIG ??= "gexiv2 libraw librsvg pango poppler sdl2"
 PACKAGECONFIG:class-native = "librsvg"