From 3956168d6e98187b566b0d46a379700009798a6c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 23 Nov 2016 13:29:45 +0000 Subject: meta: add explicit gnome-common dependencies As gnome-common is deprecated it is being removed from GNOME packages, so to avoid redundantly pulling it in as a build dependency to every package it will be removed from gnomebase.bbclass Add it explicitly to the recipes that still need it so these still build. (From OE-Core rev: c8787cd0a4f6548264d02dc0dbc39ed0ec98688e) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-gnome/gnome-desktop') diff --git a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb index 59b1c4f8ee..093fda0dd5 100644 --- a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb +++ b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb @@ -10,7 +10,7 @@ inherit gnome pkgconfig upstream-version-is-even gobject-introspection SRC_URI[archive.md5sum] = "bc09d58d7870d6464f20803850cdb90f" SRC_URI[archive.sha256sum] = "6458add4fc3a81fbd9a63db90de22a1e3a62644c1bfd1aca042c43836195aab2" -DEPENDS += "intltool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev" +DEPENDS += "intltool-native gnome-common-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev" inherit distro_features_check gtk-doc REQUIRED_DISTRO_FEATURES = "x11" -- cgit v1.2.3-54-g00ecf