mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
6afb85d292
commit
a7f3ec87f9
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
|
||||
file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \
|
||||
file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef"
|
||||
|
||||
DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib"
|
||||
DEPENDS = "gnome-common-native libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib"
|
||||
|
||||
inherit gnomebase pkgconfig autotools-brokensep gettext gtk-doc vala gobject-introspection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user