From: Marcin Juszkiewicz Date: Thu, 27 Dec 2007 11:40:31 +0000 (+0000) Subject: poky: exclude libxml-parser-perl from world builds due to OE bug #3403 X-Git-Tag: 2011-1~10040 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a34ccf9ec4f1837c280d96e78a2e5c227c715a81;p=openembedded-core.git poky: exclude libxml-parser-perl from world builds due to OE bug #3403 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3382 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index f2ac0c8934..d293d40bfa 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -291,3 +291,5 @@ EXCLUDE_FROM_WORLD_pn-table = "1" EXCLUDE_FROM_WORLD_pn-task-poky-clutter = "1" # Need bzr EXCLUDE_FROM_WORLD_pn-eds-tools = "1" +# Need fixed Perl - OE bug #3403 +EXCLUDE_FROM_WORLD_pn-libxml-parser-perl = "1"