From a7f3ec87f957ff35b8a853cd0e04c6b18bac0ece Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 28 Nov 2016 15:58:13 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb') diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb index df37b04a5..06ae4b180 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://projects.gnome.org/gtksourceview/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "gtk+ libxml2 intltool-native" +DEPENDS = "gtk+ libxml2 intltool-native gnome-common-native" PNAME = "gtksourceview" @@ -29,4 +29,3 @@ do_configure_prepend() { } FILES_${PN} += " ${datadir}/gtksourceview-2.0" - -- cgit v1.2.3-54-g00ecf