world-broken: add older clutters since we don't want clutter confusion

(From OE-Core rev: e0ed7caa65c9b6667d311d3eb26ff99dd778173d)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2011-04-26 15:48:27 -07:00 committed by Richard Purdie
parent 1942549a6f
commit 5d92f334dc
1 changed files with 6 additions and 3 deletions

View File

@ -1,13 +1,16 @@
#
# Exclude known broken packages
#
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_pn-tidy = "1"
EXCLUDE_FROM_WORLD_pn-table = "1"
EXCLUDE_FROM_WORLD_pn-clutter-box2d = "1"
# Don't build older versions of clutter
EXCLUDE_FROM_WORLD_pn-clutter = "1"
EXCLUDE_FROM_WORLD_pn-clutter-1.4 = "1"
EXCLUDE_FROM_WORLD_pn-clutter-gst-1.4 = "1"
EXCLUDE_FROM_WORLD_pn-clutter-gtk-1.4 = "1"