[oe-commits] [meta-openembedded] 23/34: dconf: prettify

git at git.openembedded.org git at git.openembedded.org
Fri Aug 17 16:50:07 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c25505e3c416f1576f92c01b55d4838017e0a51e
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Thu Aug 16 20:27:41 2018 +0200

    dconf: prettify
    
    * GNOME_COMPRESS_TYPE = "xz" is defaul for ages
    * FILES_${PN}-dbg: are packed correctly
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 edda1cc..99292a8 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list