summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-01 12:00:31 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-01 12:00:31 +0000
commitb040fa6b1d185a6bdc66f96dd148bd3f5907204a (patch)
treedc220c18d993bb78aea03e2c16a7060bdb6b8381 /meta/conf
parent51afe140902791de2e9028b33ebc2f7dca6af28f (diff)
downloadpoky-b040fa6b1d185a6bdc66f96dd148bd3f5907204a.tar.gz
poky.conf: Add some packages back to the world build now we meet the minimum version requirements
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2256 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/poky.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 28ced3cba2..4c726a5ac2 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -221,14 +221,10 @@ EXCLUDE_FROM_WORLD_pn-libopensync-plugin-file-sync = "1"
221EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-plugin = "1" 221EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-plugin = "1"
222EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-client-plugin = "1" 222EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-client-plugin = "1"
223EXCLUDE_FROM_WORLD_pn-msynctool = "1" 223EXCLUDE_FROM_WORLD_pn-msynctool = "1"
224# Needs glib 2.12
225EXCLUDE_FROM_WORLD_pn-empathy = "1"
226# Needs python 224# Needs python
227EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" 225EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1"
228# Needs gcc 3.x 226# Needs gcc 3.x
229EXCLUDE_FROM_WORLD_pn-qemu = "1" 227EXCLUDE_FROM_WORLD_pn-qemu = "1"
230# only compatible with poky-bleeding (needs gtk+ 2.10)
231EXCLUDE_FROM_WORLD_pn-gtk-engines = "1"
232# compile failure 228# compile failure
233EXCLUDE_FROM_WORLD_pn-syncml-client = "1" 229EXCLUDE_FROM_WORLD_pn-syncml-client = "1"
234# temporary 230# temporary
@@ -241,5 +237,3 @@ EXCLUDE_FROM_WORLD_pn-clutter-gst = "1"
241EXCLUDE_FROM_WORLD_pn-aaina = "1" 237EXCLUDE_FROM_WORLD_pn-aaina = "1"
242EXCLUDE_FROM_WORLD_pn-table = "1" 238EXCLUDE_FROM_WORLD_pn-table = "1"
243EXCLUDE_FROM_WORLD_pn-task-poky-clutter = "1" 239EXCLUDE_FROM_WORLD_pn-task-poky-clutter = "1"
244# needs gtk 2.10
245EXCLUDE_FROM_WORLD_pn-ohm = "1"