diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-28 20:27:44 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-28 20:28:52 +0000 |
commit | 2ff5dac29057456850e005354775daa99aee555c (patch) | |
tree | 8e24e28d05be777104695d76434632f06826c83e /meta/conf/distro | |
parent | ea868f9c9c2a9a5fe95a26c2f38b554776b1dce9 (diff) | |
download | poky-2ff5dac29057456850e005354775daa99aee555c.tar.gz |
conf/distro/include/world-broken.inc: Add abiword and abiword-embedded for now
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/world-broken.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc index e1e14880fc..bfa3ab2ece 100644 --- a/meta/conf/distro/include/world-broken.inc +++ b/meta/conf/distro/include/world-broken.inc | |||
@@ -28,3 +28,6 @@ EXCLUDE_FROM_WORLD_pn-libxml-simple-perl = "1" | |||
28 | # Needs gtk+ <= 2.10 | 28 | # Needs gtk+ <= 2.10 |
29 | EXCLUDE_FROM_WORLD_pn-gcalctool = "1" | 29 | EXCLUDE_FROM_WORLD_pn-gcalctool = "1" |
30 | 30 | ||
31 | # The packages from these clash atm | ||
32 | EXCLUDE_FROM_WORLD_pn-abiword = "1" | ||
33 | EXCLUDE_FROM_WORLD_pn-abiword-embedded = "1" | ||