libgsf: upgrade 1.14.45 -> 1.14.46

* there have been no traces that gconf is still necessary
' while at it cleanup recipe

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller
2019-12-06 01:08:54 +01:00
committed by Khem Raj
parent 1e673e4dda
commit 134f84df4b
2 changed files with 4 additions and 8 deletions
@@ -5,23 +5,19 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \
SECTION = "libs" SECTION = "libs"
DEPENDS= "libxml2 bzip2 glib-2.0 zlib intltool-native gnome-common-native" DEPENDS= "libxml2 bzip2 glib-2.0 zlib gnome-common-native"
inherit autotools pkgconfig gnomebase gobject-introspection inherit gnomebase gobject-introspection gettext gtk-doc
SRC_URI[archive.md5sum] = "5bc6d1d6394f0ed5a58e8f2e5e4ead7f"
SRC_URI[archive.sha256sum] = "ea36959b1421fc8e72caa222f30ec3234d0ed95990e2bf28943a85f33eadad2d"
SRC_URI += "file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch" SRC_URI += "file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch"
SRC_URI[archive.md5sum] = "e45cc8aa9c49516d540b7d7307f755f1"
SRC_URI[archive.sha256sum] = "5cbc2c0f1dc44d202fa0c6e3a51e9f17b0c2deb8711ba650432bfde3180b69fa"
PACKAGECONFIG ??= "" PACKAGECONFIG ??= ""
PACKAGECONFIG[gdk-pixbuf] = "--with-gdk-pixbuf,--without-gdk-pixbuf,gdk-pixbuf" PACKAGECONFIG[gdk-pixbuf] = "--with-gdk-pixbuf,--without-gdk-pixbuf,gdk-pixbuf"
EXTRA_OECONF = "\ EXTRA_OECONF = "\
--disable-gtk-doc \
--with-bz2 \ --with-bz2 \
" "
RDEPENDS_${PN} = "gconf"
FILES_${PN} += "${datadir}/thumbnailers" FILES_${PN} += "${datadir}/thumbnailers"