diff options
author | Pushpal Sidhu <psidhu@gateworks.com> | 2015-10-21 08:44:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-27 07:24:27 +0000 |
commit | 5bf1430276c96c767364807f490e2a7f12823cc1 (patch) | |
tree | 624198a5510dec682b893cdeed27f296d4b1cc34 | |
parent | 48443ccd93d0406ebfe627b98ac9283f6767c1dd (diff) | |
download | poky-5bf1430276c96c767364807f490e2a7f12823cc1.tar.gz |
gnome-desktop: add xkeyboard-config dependency
gnome-desktop will fail during do_configure if xkeyboard-config had not already
been built. Please see the following for the error:
| configure: error: Package requirements (gdk-pixbuf-2.0 >= 2.21.3
| gtk+-3.0 >= 3.3.6
| glib-2.0 >= 2.38.0
| gio-2.0 >= 2.38.0
| gsettings-desktop-schemas >= 3.5.91
| xrandr >= 1.3
| xext >= 1.1
| xkeyboard-config
| iso-codes) were not met:
|
| No package 'xkeyboard-config' found
Add dependency of xkeyboard-config to this to resolve this issue.
(From OE-Core rev: 48a596fe8564d8bbc3b84dcc47dec8476e7da0d2)
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb index aa11fa28d9..3765697f2a 100644 --- a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb +++ b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb | |||
@@ -10,7 +10,7 @@ inherit gnome pkgconfig | |||
10 | SRC_URI[archive.md5sum] = "ab5bf4cc94ad63639f42adcc1542b1f0" | 10 | SRC_URI[archive.md5sum] = "ab5bf4cc94ad63639f42adcc1542b1f0" |
11 | SRC_URI[archive.sha256sum] = "3a8f196b46eb9dbd3ba2afb8fb5fef6a8825539d449a02181311242e22227bd0" | 11 | SRC_URI[archive.sha256sum] = "3a8f196b46eb9dbd3ba2afb8fb5fef6a8825539d449a02181311242e22227bd0" |
12 | 12 | ||
13 | DEPENDS += "gsettings-desktop-schemas gconf libxrandr virtual/libx11 gtk+3 glib-2.0 gnome-doc-utils gnome-common startup-notification iso-codes" | 13 | DEPENDS += "gsettings-desktop-schemas gconf libxrandr virtual/libx11 gtk+3 glib-2.0 gnome-doc-utils gnome-common startup-notification xkeyboard-config iso-codes" |
14 | 14 | ||
15 | inherit distro_features_check | 15 | inherit distro_features_check |
16 | REQUIRED_DISTRO_FEATURES = "x11" | 16 | REQUIRED_DISTRO_FEATURES = "x11" |