From 6a59f7fe16e27f0a89e2a6bbaf337c50828bb382 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 16 Aug 2018 20:27:41 +0200 Subject: dconf: prettify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * GNOME_COMPRESS_TYPE = "xz" is defaul for ages * FILES_${PN}-dbg: are packed correctly Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb index edda1cc081..99292a88cb 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb @@ -1,21 +1,18 @@ SUMMARY = "configuation database system" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" - SECTION = "x11/gnome" -GNOMEBASEBUILDCLASS = "meson" -inherit gnomebase gsettings bash-completion SRC_URI[archive.md5sum] = "81faa8e68e5ea71ff0ee75050fc0759c" SRC_URI[archive.sha256sum] = "61d3b3865ef58b729c3b39aa0979f886c014aa8362f93dcfc74bf5648ed9c742" -GNOME_COMPRESS_TYPE = "xz" DEPENDS = "dbus glib-2.0 intltool-native" -inherit vala +GNOMEBASEBUILDCLASS = "meson" + +inherit gnomebase gsettings bash-completion vala FILES_${PN} += " \ ${datadir}/dbus-1 \ ${libdir}/gio/modules/*.so \ " -FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so" -- cgit 1.2.3-korg