summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gimp
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-06-11 22:51:41 +0200
committerKhem Raj <raj.khem@gmail.com>2020-06-11 22:01:14 -0700
commit50d4eb83c9825fddd44da944d22fe5407e06242c (patch)
tree3ff329fa693196f1318c65fbf37469f76ec2483e /meta-gnome/recipes-gimp
parent962ba625a53d4c038cb1af3f21d3bd91d6fa0f97 (diff)
downloadmeta-openembedded-50d4eb83c9825fddd44da944d22fe5407e06242c.tar.gz
babl: upgrade 0.1.74 -> 0.1.78
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp')
-rw-r--r--meta-gnome/recipes-gimp/babl/babl_0.1.78.bb (renamed from meta-gnome/recipes-gimp/babl/babl_0.1.74.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.78.bb
index c470987b4..173d5aa74 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"
6 6
7GIR_MESON_OPTION = "enable-gir" 7GIR_MESON_OPTION = "enable-gir"
8 8
9inherit setuptools3 gnomebase gobject-introspection 9inherit setuptools3 gnomebase gobject-introspection vala
10 10
11DEPENDS += "lcms" 11DEPENDS += "lcms"
12 12
@@ -15,7 +15,7 @@ CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore "
15CFLAGS_append_toolchain-clang_riscv64 = " -ffp-exception-behavior=ignore " 15CFLAGS_append_toolchain-clang_riscv64 = " -ffp-exception-behavior=ignore "
16 16
17SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" 17SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz"
18SRC_URI[md5sum] = "d032853f2678bc95054c39d4f02045c1" 18SRC_URI[md5sum] = "b1a85d1f3d710407164848708f1f49f1"
19SRC_URI[sha256sum] = "9a710b6950da37ada94cd9e2046cbce26de12473da32a7b79b7d1432fc66ce0e" 19SRC_URI[sha256sum] = "17d5493633bff5585d9f375bc4df5925157cd1c70ccd7c22a635be75c172523a"
20 20
21BBCLASSEXTEND = "native" 21BBCLASSEXTEND = "native"