]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky: exclude libxml-parser-perl from world builds due to OE bug #3403
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 27 Dec 2007 11:40:31 +0000 (11:40 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 27 Dec 2007 11:40:31 +0000 (11:40 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3382 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf

index f2ac0c89343e52bb4e09fe1a83965599102c79ff..d293d40bfa1c98e31d35f4c3b0165c5e272d820d 100644 (file)
@@ -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"