summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-07-10 16:56:57 +0000
committerRichard Purdie <richard@openedhand.com>2007-07-10 16:56:57 +0000
commit8cc08947cd1b22ffcf4c8436dfb1ecce53b5798b (patch)
treef686b1031e87307be7b762a76041e206bdf8fba3 /meta
parentdf6134d575f7772181353cb9aad7d2244e3452d5 (diff)
downloadopenembedded-core-8cc08947cd1b22ffcf4c8436dfb1ecce53b5798b.tar.gz
openembedded-core-8cc08947cd1b22ffcf4c8436dfb1ecce53b5798b.tar.bz2
openembedded-core-8cc08947cd1b22ffcf4c8436dfb1ecce53b5798b.tar.xz
openembedded-core-8cc08947cd1b22ffcf4c8436dfb1ecce53b5798b.zip
poky.conf: Fix up world EXCLUDES
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2146 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/poky.conf13
1 files changed, 8 insertions, 5 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 00d53360a..6341d4475 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -232,8 +232,11 @@ EXCLUDE_FROM_WORLD_pn-syncml-client = "1"
EXCLUDE_FROM_WORLD_pn-lirc = "1"
EXCLUDE_FROM_WORLD_pn-lirc-modules = "1"
# clutter needs some kind of gl to build, not yet added
-EXCLUDE_FROM_WORLD_clutter = "1"
-EXCLUDE_FROM_WORLD_clutter-cairo = "1"
-EXCLUDE_FROM_WORLD_clutter-gst = "1"
-EXCLUDE_FROM_WORLD_aaina = "1"
-EXCLUDE_FROM_WORLD_table = "1" \ No newline at end of file
+EXCLUDE_FROM_WORLD_pn-clutter = "1"
+EXCLUDE_FROM_WORLD_pn-clutter-cairo = "1"
+EXCLUDE_FROM_WORLD_pn-clutter-gst = "1"
+EXCLUDE_FROM_WORLD_pn-aaina = "1"
+EXCLUDE_FROM_WORLD_pn-table = "1"
+EXCLUDE_FROM_WORLD_pn-task-poky-clutter = "1"
+# needs gtk 2.10
+EXCLUDE_FROM_WORLD_pn-neon = "1"