diff options
| -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"  EXCLUDE_FROM_WORLD_pn-eds-tools = "1"  # Need fixed Perl - OE bug #3403  EXCLUDE_FROM_WORLD_pn-libxml-parser-perl = "1" +# Needs gtk+ <= 2.10 +EXCLUDE_FROM_WORLD_pn-gcalctool = "1" | 
