]> code.ossystems Code Review - openembedded-core.git/commitdiff
world-broken: add older clutters since we don't want clutter confusion
authorSaul Wold <sgw@linux.intel.com>
Tue, 26 Apr 2011 22:48:27 +0000 (15:48 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Apr 2011 08:52:31 +0000 (09:52 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/conf/distro/include/world-broken.inc

index 2565f878dacd3abd59f544d7da98ed5fc591a2db..4ae7650bba910b7c25725be6202d7f50f0b6ec9c 100644 (file)
@@ -1,13 +1,16 @@
 #
 # Exclude known broken packages
 #
-EXCLUDE_FROM_WORLD_pn-psb-kernel-source = "1"
 EXCLUDE_FROM_WORLD_pn-gobject-introspection = "1"
 
 # Need bzr
 EXCLUDE_FROM_WORLD_pn-eds-tools = "1"
 
 # Need Updates from Clutter 0.8
-EXCLUDE_FROM_WORLD_pn-tidy = "1"
-EXCLUDE_FROM_WORLD_pn-table = "1"
 EXCLUDE_FROM_WORLD_pn-clutter-box2d = "1"
+
+# Don't build older versions of clutter
+EXCLUDE_FROM_WORLD_pn-clutter = "1"
+EXCLUDE_FROM_WORLD_pn-clutter-1.4 = "1"
+EXCLUDE_FROM_WORLD_pn-clutter-gst-1.4 = "1"
+EXCLUDE_FROM_WORLD_pn-clutter-gtk-1.4 = "1"