diff options
| -rw-r--r-- | meta/conf/distro/include/world-broken.inc | 9 |
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 | # |
| 4 | EXCLUDE_FROM_WORLD_pn-psb-kernel-source = "1" | ||
| 5 | EXCLUDE_FROM_WORLD_pn-gobject-introspection = "1" | 4 | EXCLUDE_FROM_WORLD_pn-gobject-introspection = "1" |
| 6 | 5 | ||
| 7 | # Need bzr | 6 | # Need bzr |
| 8 | EXCLUDE_FROM_WORLD_pn-eds-tools = "1" | 7 | EXCLUDE_FROM_WORLD_pn-eds-tools = "1" |
| 9 | 8 | ||
| 10 | # Need Updates from Clutter 0.8 | 9 | # Need Updates from Clutter 0.8 |
| 11 | EXCLUDE_FROM_WORLD_pn-tidy = "1" | ||
| 12 | EXCLUDE_FROM_WORLD_pn-table = "1" | ||
| 13 | EXCLUDE_FROM_WORLD_pn-clutter-box2d = "1" | 10 | EXCLUDE_FROM_WORLD_pn-clutter-box2d = "1" |
| 11 | |||
| 12 | # Don't build older versions of clutter | ||
| 13 | EXCLUDE_FROM_WORLD_pn-clutter = "1" | ||
| 14 | EXCLUDE_FROM_WORLD_pn-clutter-1.4 = "1" | ||
| 15 | EXCLUDE_FROM_WORLD_pn-clutter-gst-1.4 = "1" | ||
| 16 | EXCLUDE_FROM_WORLD_pn-clutter-gtk-1.4 = "1" | ||
