poky.conf: Exclude libxml-simple-perl from world builds

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5089 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-08-25 13:21:04 +00:00
parent af1c2826c2
commit aa7d993edb
1 changed files with 2 additions and 0 deletions

View File

@ -127,5 +127,7 @@ 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 libxml-parser-perl
EXCLUDE_FROM_WORLD_pn-libxml-simple-perl = "1"
# Needs gtk+ <= 2.10
EXCLUDE_FROM_WORLD_pn-gcalctool = "1"