diff options
author | Ross Burton <ross.burton@intel.com> | 2016-11-28 15:58:13 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-02 09:16:18 +0100 |
commit | a7f3ec87f957ff35b8a853cd0e04c6b18bac0ece (patch) | |
tree | 4e1fc4583e0070c7c1ed3895396f4af7abcff742 /meta-gnome/recipes-gnome/evince | |
parent | 6afb85d29286aaa4cdd892460f6adf68912917a5 (diff) | |
download | meta-openembedded-a7f3ec87f957ff35b8a853cd0e04c6b18bac0ece.tar.gz |
meta-gnome: add explicit gnome-common dependencies
gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it,
so add gnome-common to DEPENDS for the recipes that still use it.
gxim previously wasn't really using the gnome-common macros so now the build
fails with compiler errors, so pass the flag to turn off fatal warnings as gxim
appears to be dead.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/evince')
-rw-r--r-- | meta-gnome/recipes-gnome/evince/evince_3.18.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb b/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb index e42e9045d..4e3e0f05c 100644 --- a/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb +++ b/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Evince is a document viewer for document formats like pdf, ps, djvu" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b" |
4 | SECTION = "x11/office" | 4 | SECTION = "x11/office" |
5 | DEPENDS = "gtk+3 libsecret gnome-desktop3 poppler gstreamer1.0-plugins-base orc adwaita-icon-theme intltool-native" | 5 | DEPENDS = "gtk+3 libsecret gnome-desktop3 poppler gstreamer1.0-plugins-base orc adwaita-icon-theme intltool-native gnome-common-native" |
6 | PR = "r5" | 6 | PR = "r5" |
7 | 7 | ||
8 | inherit gnome pkgconfig gtk-icon-cache gsettings gobject-introspection distro_features_check | 8 | inherit gnome pkgconfig gtk-icon-cache gsettings gobject-introspection distro_features_check |