diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-04-26 15:48:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 10:45:50 +0100 |
commit | 5d92f334dca8fed423c49bc5564bedfdbe9e6fa1 (patch) | |
tree | ea777f0a837c3b9275474203ea9046b06ad85fbf /meta/conf | |
parent | 1942549a6f0acc65e193edeadd23a7e06568e9fd (diff) | |
download | poky-5d92f334dca8fed423c49bc5564bedfdbe9e6fa1.tar.gz |
world-broken: add older clutters since we don't want clutter confusion
(From OE-Core rev: e0ed7caa65c9b6667d311d3eb26ff99dd778173d)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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" | ||