]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky.conf: Remove gcalctool from world builds since its broken with recent gtk+
authorRichard Purdie <richard@openedhand.com>
Sun, 6 Jan 2008 18:55:04 +0000 (18:55 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 6 Jan 2008 18:55:04 +0000 (18:55 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3412 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf

index 7ad34b7957414ed762c5cf1b5e0a17801710b11f..787c9ca72b8eb25fab96f62d51a460ca83c8308a 100644 (file)
@@ -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"