]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky.conf: Exclude libxml-simple-perl from world builds
authorRichard Purdie <richard@openedhand.com>
Mon, 25 Aug 2008 13:21:04 +0000 (13:21 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 25 Aug 2008 13:21:04 +0000 (13:21 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5089 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf

index d187ab3514507512a0f6ecf83032be860b0d7ce8..40b7b8896877f6b58f373c743d9fe0e621fbea8c 100644 (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"