1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

world-broken.inc: Fix override values to include correct prefix

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-12-16 16:10:48 +00:00
parent 31d804f320
commit 6ae9a633c4
+5 -5
View File
@@ -1,13 +1,13 @@
#
# Exclude known broken packages
#
EXCLUDE_FROM_WORLD_psb-kernel-source = "1"
EXCLUDE_FROM_WORLD_gobject-introspection = "1"
EXCLUDE_FROM_WORLD_pn-psb-kernel-source = "1"
EXCLUDE_FROM_WORLD_pn-gobject-introspection = "1"
# Need bzr
EXCLUDE_FROM_WORLD_pn-eds-tools = "1"
# Need Updates from Clutter 0.8
EXCLUDE_FROM_WORLD_tidy = "1"
EXCLUDE_FROM_WORLD_table = "1"
EXCLUDE_FROM_WORLD_clutter-box2d = "1"
EXCLUDE_FROM_WORLD_pn-tidy = "1"
EXCLUDE_FROM_WORLD_pn-table = "1"
EXCLUDE_FROM_WORLD_pn-clutter-box2d = "1"