summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/world-broken.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include/world-broken.inc')
-rw-r--r--meta/conf/distro/include/world-broken.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc
index 2565f878da..4ae7650bba 100644
--- a/meta/conf/distro/include/world-broken.inc
+++ b/meta/conf/distro/include/world-broken.inc
@@ -1,13 +1,16 @@
1# 1#
2# Exclude known broken packages 2# Exclude known broken packages
3# 3#
4EXCLUDE_FROM_WORLD_pn-psb-kernel-source = "1"
5EXCLUDE_FROM_WORLD_pn-gobject-introspection = "1" 4EXCLUDE_FROM_WORLD_pn-gobject-introspection = "1"
6 5
7# Need bzr 6# Need bzr
8EXCLUDE_FROM_WORLD_pn-eds-tools = "1" 7EXCLUDE_FROM_WORLD_pn-eds-tools = "1"
9 8
10# Need Updates from Clutter 0.8 9# Need Updates from Clutter 0.8
11EXCLUDE_FROM_WORLD_pn-tidy = "1"
12EXCLUDE_FROM_WORLD_pn-table = "1"
13EXCLUDE_FROM_WORLD_pn-clutter-box2d = "1" 10EXCLUDE_FROM_WORLD_pn-clutter-box2d = "1"
11
12# Don't build older versions of clutter
13EXCLUDE_FROM_WORLD_pn-clutter = "1"
14EXCLUDE_FROM_WORLD_pn-clutter-1.4 = "1"
15EXCLUDE_FROM_WORLD_pn-clutter-gst-1.4 = "1"
16EXCLUDE_FROM_WORLD_pn-clutter-gtk-1.4 = "1"