summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index b9a73748c1..359a138949 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -136,7 +136,6 @@ PREFERRED_VERSION_atk ?= "1.10.3"
136PREFERRED_VERSION_cairo ?= "1.2.4" 136PREFERRED_VERSION_cairo ?= "1.2.4"
137PREFERRED_VERSION_pango ?= "1.10.2" 137PREFERRED_VERSION_pango ?= "1.10.2"
138PREFERRED_VERSION_gtk+ ?= "2.6.8" 138PREFERRED_VERSION_gtk+ ?= "2.6.8"
139PREFERRED_VERSION_gtk-engines ?= "2.6"
140 139
141PREFERRED_VERSION_dbus ?= "1.0.1" 140PREFERRED_VERSION_dbus ?= "1.0.1"
142PREFERRED_VERSION_dbus-native ?= "1.0.1" 141PREFERRED_VERSION_dbus-native ?= "1.0.1"
@@ -240,6 +239,8 @@ EXCLUDE_FROM_WORLD_pn-empathy = "1"
240EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" 239EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1"
241# Needs gcc 3.x 240# Needs gcc 3.x
242EXCLUDE_FROM_WORLD_pn-qemu = "1" 241EXCLUDE_FROM_WORLD_pn-qemu = "1"
242# only compatible with poky-bleeding (needs gtk+ 2.10)
243EXCLUDE_FROM_WORLD_pn-gtk-engines = "1"
243# temporary 244# temporary
244EXCLUDE_FROM_WORLD_pn-lirc = "1" 245EXCLUDE_FROM_WORLD_pn-lirc = "1"
245EXCLUDE_FROM_WORLD_pn-lirc-modules = "1" 246EXCLUDE_FROM_WORLD_pn-lirc-modules = "1"