From 533826b7652a2cf86ca7b665c25b98c89afc266e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 23 Nov 2016 14:13:39 +0000 Subject: meta-oe: add explicit dependencies on gnome-common 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. Signed-off-by: Ross Burton Signed-off-by: Martin Jansa --- meta-oe/recipes-gnome/vte9/vte9.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-oe/recipes-gnome') diff --git a/meta-oe/recipes-gnome/vte9/vte9.inc b/meta-oe/recipes-gnome/vte9/vte9.inc index 6a5c63cf98..206c430da6 100644 --- a/meta-oe/recipes-gnome/vte9/vte9.inc +++ b/meta-oe/recipes-gnome/vte9/vte9.inc @@ -1,7 +1,7 @@ SUMMARY = "Virtual terminal emulator GTK+ widget library" BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" LICENSE = "LGPLv2.0" -DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" +DEPENDS = " glib-2.0 gtk+ intltool-native gnome-common-native ncurses" RDEPENDS_libvte = "vte-termcap" # help gnomebase get the SRC_URI correct @@ -16,4 +16,3 @@ EXTRA_OECONF = "--disable-python" PACKAGES =+ "libvte9 vte9-termcap" FILES_libvte9 = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" FILES_vte9-termcap = "${datadir}/vte/termcap-0.0" - -- cgit 1.2.3-korg