From b1d0c7e03e126d9923dd7087fe5268ed6c14d7e7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 27 Mar 2023 11:03:29 +0800 Subject: [PATCH] babl: upgrade 0.1.98 -> 0.1.102 Changelog: ========== Brown paper bag release - LUT code-paths now disabled by default. Stop double processing with LUT+normal fishes. Support for non-ASCII characters in file paths on windows. Improved wrap build support. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-gimp/babl/{babl_0.1.98.bb => babl_0.1.102.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gimp/babl/{babl_0.1.98.bb => babl_0.1.102.bb} (87%) diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.98.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.102.bb similarity index 87% rename from meta-gnome/recipes-gimp/babl/babl_0.1.98.bb rename to meta-gnome/recipes-gimp/babl/babl_0.1.102.bb index a9e192b753..b12dc162f6 100644 --- a/meta-gnome/recipes-gimp/babl/babl_0.1.98.bb +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.102.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] = "f3b222f84e462735de63fa9c3651942f2b78fd314c73a22e05ff7c73afd23af1" +SRC_URI[sha256sum] = "a88bb28506575f95158c8c89df6e23686e50c8b9fea412bf49fe8b80002d84f0" BBCLASSEXTEND = "native"