diff options
author | Ross Burton <ross.burton@intel.com> | 2016-11-23 13:29:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:48:06 +0000 |
commit | 3956168d6e98187b566b0d46a379700009798a6c (patch) | |
tree | 9c93155fc2eb33da6e9a1d28e149f03dcb1e80a2 /meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb | |
parent | 8c71439686f2d685efb1f737e04f2388a8fa6ee3 (diff) | |
download | poky-3956168d6e98187b566b0d46a379700009798a6c.tar.gz |
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb')
-rw-r--r-- | meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.22.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
10 | SRC_URI[archive.md5sum] = "bc09d58d7870d6464f20803850cdb90f" | 10 | SRC_URI[archive.md5sum] = "bc09d58d7870d6464f20803850cdb90f" |
11 | SRC_URI[archive.sha256sum] = "6458add4fc3a81fbd9a63db90de22a1e3a62644c1bfd1aca042c43836195aab2" | 11 | SRC_URI[archive.sha256sum] = "6458add4fc3a81fbd9a63db90de22a1e3a62644c1bfd1aca042c43836195aab2" |
12 | 12 | ||
13 | DEPENDS += "intltool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev" | 13 | DEPENDS += "intltool-native gnome-common-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev" |
14 | 14 | ||
15 | inherit distro_features_check gtk-doc | 15 | inherit distro_features_check gtk-doc |
16 | REQUIRED_DISTRO_FEATURES = "x11" | 16 | REQUIRED_DISTRO_FEATURES = "x11" |