summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-12-27 11:40:31 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-12-27 11:40:31 +0000
commita34ccf9ec4f1837c280d96e78a2e5c227c715a81 (patch)
tree327bf3a966e4770ffca5afaec106df3204a13887 /meta/conf/distro/poky.conf
parent55763d65d26bd02b2f3562df1e5fa130da015b2b (diff)
downloadpoky-a34ccf9ec4f1837c280d96e78a2e5c227c715a81.tar.gz
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
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf2
1 files changed, 2 insertions, 0 deletions
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"
291EXCLUDE_FROM_WORLD_pn-task-poky-clutter = "1" 291EXCLUDE_FROM_WORLD_pn-task-poky-clutter = "1"
292# Need bzr 292# Need bzr
293EXCLUDE_FROM_WORLD_pn-eds-tools = "1" 293EXCLUDE_FROM_WORLD_pn-eds-tools = "1"
294# Need fixed Perl - OE bug #3403
295EXCLUDE_FROM_WORLD_pn-libxml-parser-perl = "1"