diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-27 10:52:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-28 09:20:53 +0100 |
commit | 366c7ee917c2e979d18ee5b7d2a5e1e0a87aed25 (patch) | |
tree | 1f6a5e654e6427e8375099e603fc668598a4b67d /meta/conf/distro | |
parent | 754d240d2cf271bc7ada8351ad8cf205e44fac13 (diff) | |
download | poky-366c7ee917c2e979d18ee5b7d2a5e1e0a87aed25.tar.gz |
world-broken.inc: Remove clutter-box2d from the exclude list, it works
(From OE-Core rev: f7a156ef72b4aa605d21c1ab148f0da4ddd924c8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/world-broken.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc index da9b1e4c2a..76b08d0946 100644 --- a/meta/conf/distro/include/world-broken.inc +++ b/meta/conf/distro/include/world-broken.inc | |||
@@ -5,7 +5,3 @@ EXCLUDE_FROM_WORLD_pn-gobject-introspection = "1" | |||
5 | 5 | ||
6 | # Need bzr | 6 | # Need bzr |
7 | EXCLUDE_FROM_WORLD_pn-eds-tools = "1" | 7 | EXCLUDE_FROM_WORLD_pn-eds-tools = "1" |
8 | |||
9 | # Need Updates from Clutter 0.8 | ||
10 | EXCLUDE_FROM_WORLD_pn-clutter-box2d = "1" | ||
11 | |||