[oe-commits] [openembedded-core] 26/41: epiphany: fix epiphany cannot start problem

git at git.openembedded.org git at git.openembedded.org
Wed Jul 18 09:20:28 UTC 2018


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

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit e81db90870ee373c12849bb41e619a3ac6068d6d
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Fri Jul 13 09:08:56 2018 +0800

    epiphany: fix epiphany cannot start problem
    
    Add RDEPEND of gsettings-desktop-schemas to fix below error:
    Error: GLib-GIO-ERROR: Settings schema 'org.gnome.desktop.background'
    is not installed
    
    This depend was setted in gnome-desktop before, but dropped when we
    drop gnome-desktop after upgrade epiphany to 3.28.1.1.
    
    Signed-off-by: Changqing Li <changqing.li at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-gnome/epiphany/epiphany_3.28.1.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/epiphany/epiphany_3.28.1.1.bb b/meta/recipes-gnome/epiphany/epiphany_3.28.1.1.bb
index d6f8eda..65e7b45 100644
--- a/meta/recipes-gnome/epiphany/epiphany_3.28.1.1.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_3.28.1.1.bb
@@ -19,4 +19,4 @@ SRC_URI[archive.sha256sum] = "99426aa0e386742e924d84b59ec16bf394195fb9fce85d07f7
 EXTRA_OEMESON += " -Ddistributor_name=${DISTRO}"
 
 FILES_${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo"
-RDEPENDS_${PN} = "iso-codes adwaita-icon-theme"
+RDEPENDS_${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas"

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


More information about the Openembedded-commits mailing list