From 50d4eb83c9825fddd44da944d22fe5407e06242c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 11 Jun 2020 22:51:41 +0200 Subject: [PATCH] babl: upgrade 0.1.74 -> 0.1.78 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-gimp/babl/{babl_0.1.74.bb => babl_0.1.78.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-gnome/recipes-gimp/babl/{babl_0.1.74.bb => babl_0.1.78.bb} (73%) diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.78.bb similarity index 73% rename from meta-gnome/recipes-gimp/babl/babl_0.1.74.bb rename to meta-gnome/recipes-gimp/babl/babl_0.1.78.bb index c470987b4f..173d5aa74b 100644 --- a/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.78.bb @@ -6,7 +6,7 @@ GNOMEBASEBUILDCLASS = "meson" GIR_MESON_OPTION = "enable-gir" -inherit setuptools3 gnomebase gobject-introspection +inherit setuptools3 gnomebase gobject-introspection vala DEPENDS += "lcms" @@ -15,7 +15,7 @@ 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[md5sum] = "d032853f2678bc95054c39d4f02045c1" -SRC_URI[sha256sum] = "9a710b6950da37ada94cd9e2046cbce26de12473da32a7b79b7d1432fc66ce0e" +SRC_URI[md5sum] = "b1a85d1f3d710407164848708f1f49f1" +SRC_URI[sha256sum] = "17d5493633bff5585d9f375bc4df5925157cd1c70ccd7c22a635be75c172523a" BBCLASSEXTEND = "native"