From 39aefd4eb7396d4125ca675f7ea02d576b5a9863 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 5 Jul 2021 16:23:16 +0800 Subject: [PATCH] babl: upgrade 0.1.86 -> 0.1.88 Consistency fixes to format names, in particular for palettized formats. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-gnome/recipes-gimp/babl/{babl_0.1.86.bb => babl_0.1.88.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gimp/babl/{babl_0.1.86.bb => babl_0.1.88.bb} (87%) diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.86.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.88.bb similarity index 87% rename from meta-gnome/recipes-gimp/babl/babl_0.1.86.bb rename to meta-gnome/recipes-gimp/babl/babl_0.1.88.bb index d264bf8c51..e35044c414 100644 --- a/meta-gnome/recipes-gimp/babl/babl_0.1.86.bb +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.88.bb @@ -15,6 +15,6 @@ CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore " CFLAGS_append_toolchain-clang_riscv64 = " -ffp-exception-behavior=ignore " SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" -SRC_URI[sha256sum] = "0b3f595159ad1b216cd729c0504c3a5f6cf780c641f4dc63fc164f3c0382c8f0" +SRC_URI[sha256sum] = "4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039" BBCLASSEXTEND = "native"