From 09489f472da1967c23426bdc805c52f80f8f3239 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 22 Feb 2016 19:35:21 +0200 Subject: [PATCH] babl: update to 0.1.16 This fixes gobject introspection support. Signed-off-by: Alexander Kanavin --- .../recipes-graphics/babl/{babl_0.1.10.bb => babl_0.1.16.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/babl/{babl_0.1.10.bb => babl_0.1.16.bb} (72%) diff --git a/meta-oe/recipes-graphics/babl/babl_0.1.10.bb b/meta-oe/recipes-graphics/babl/babl_0.1.16.bb similarity index 72% rename from meta-oe/recipes-graphics/babl/babl_0.1.10.bb rename to meta-oe/recipes-graphics/babl/babl_0.1.16.bb index 48920217af..daea05212b 100644 --- a/meta-oe/recipes-graphics/babl/babl_0.1.10.bb +++ b/meta-oe/recipes-graphics/babl/babl_0.1.16.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" inherit gnomebase SRC_URI = "http://ftp.gimp.org/pub/${BPN}/0.1/${BP}.tar.bz2" -SRC_URI[md5sum] = "9e1542ab5c0b12ea3af076a9a2f02d79" -SRC_URI[sha256sum] = "943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4" +SRC_URI[md5sum] = "a1c72e5f5d55a8b736ef2fa67ddb86ec" +SRC_URI[sha256sum] = "7d6ba55ec53ee6f6bf6945beec28839d09ff72376f4d83035eb379cd4f3e980e" FILES_${PN} += "${libdir}/babl-*/*.so" FILES_${PN}-dev += "${libdir}/babl-*/*.la"