diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-06 18:55:04 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-06 18:55:04 +0000 |
commit | da8e8d3cd5b44a356da430a68853276a46fb5095 (patch) | |
tree | cf14c973b0ed1d0e600bd06b8b6f5c84457427ee | |
parent | 7821f2250d16e24097d973c34197db7fd60bc51a (diff) | |
download | poky-da8e8d3cd5b44a356da430a68853276a46fb5095.tar.gz |
poky.conf: Remove gcalctool from world builds since its broken with recent gtk+
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3412 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 7ad34b7957..787c9ca72b 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -294,3 +294,5 @@ EXCLUDE_FROM_WORLD_pn-task-poky-clutter = "1" | |||
294 | EXCLUDE_FROM_WORLD_pn-eds-tools = "1" | 294 | EXCLUDE_FROM_WORLD_pn-eds-tools = "1" |
295 | # Need fixed Perl - OE bug #3403 | 295 | # Need fixed Perl - OE bug #3403 |
296 | EXCLUDE_FROM_WORLD_pn-libxml-parser-perl = "1" | 296 | EXCLUDE_FROM_WORLD_pn-libxml-parser-perl = "1" |
297 | # Needs gtk+ <= 2.10 | ||
298 | EXCLUDE_FROM_WORLD_pn-gcalctool = "1" | ||