]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysprof: inherit gsettings
authorOvidiu Panait <ovidiu.panait@windriver.com>
Fri, 1 Feb 2019 09:26:19 +0000 (11:26 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Feb 2019 15:30:36 +0000 (15:30 +0000)
Fix the following error when launching sysprof:
$ sysprof
GLib-GIO-ERROR **: Settings schema 'org.gnome.sysprof2' is not installed

Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/sysprof/sysprof_3.30.2.bb

index 866642cd1ea9f62769df033d47823d700bf7cca2..27f37f808e8c03ce917f7607c0a771e6c33c245c 100644 (file)
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                     file://src/sp-application.c;endline=17;md5=40e55577ef122c88fe20052acda64875"
 
 GNOMEBASEBUILDCLASS = "meson"
-inherit gnomebase gettext systemd upstream-version-is-even
+inherit gnomebase gettext systemd upstream-version-is-even gsettings
 
 DEPENDS = "glib-2.0 libxml2-native glib-2.0-native"