diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-17 12:50:37 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-17 12:50:37 +0100 |
commit | f067655d8d4e75eceec2a331847851e78254af16 (patch) | |
tree | 45008e44137a314b2ad56090d693c29546addaaf /meta/conf | |
parent | b21b33918356ec996cb5caf9c6c28787202859ef (diff) | |
download | poky-f067655d8d4e75eceec2a331847851e78254af16.tar.gz |
world-broken.inc: Add gobject-introspection, drop helix as COMPATIBLE_HOST should take care of that
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/world-broken.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc index ea06a11f10..07664a176f 100644 --- a/meta/conf/distro/include/world-broken.inc +++ b/meta/conf/distro/include/world-broken.inc | |||
@@ -32,12 +32,11 @@ EXCLUDE_FROM_WORLD_pn-gcalctool = "1" | |||
32 | EXCLUDE_FROM_WORLD_pn-abiword = "1" | 32 | EXCLUDE_FROM_WORLD_pn-abiword = "1" |
33 | EXCLUDE_FROM_WORLD_pn-abiword-embedded = "1" | 33 | EXCLUDE_FROM_WORLD_pn-abiword-embedded = "1" |
34 | 34 | ||
35 | # helix is x86 only | ||
36 | EXCLUDE_FROM_WORLD_pn-clutter-helix = "1" | ||
37 | EXCLUDE_FROM_WORLD_pn-helix-libs = "1" | ||
38 | |||
39 | # Broken - static assertion failure | 35 | # Broken - static assertion failure |
40 | EXCLUDE_FROM_WORLD_pn-minimo = "1" | 36 | EXCLUDE_FROM_WORLD_pn-minimo = "1" |
41 | 37 | ||
42 | # configure issues | 38 | # configure issues |
43 | EXCLUDE_FROM_WORLD_pn-xlogo = "1" | 39 | EXCLUDE_FROM_WORLD_pn-xlogo = "1" |
40 | |||
41 | # recipe not finished yet | ||
42 | EXCLUDE_FROM_WORLD_pn-gobject-introspection = "1" | ||