From: Richard Purdie Date: Mon, 25 Aug 2008 13:21:04 +0000 (+0000) Subject: poky.conf: Exclude libxml-simple-perl from world builds X-Git-Tag: 2011-1~8417 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=aa7d993edb7c4d2ea83bff625f41b6fa15070e83;p=openembedded-core.git 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 --- diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index d187ab3514..40b7b88968 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -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"