mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
poky.conf: Exclude known broken packages from world builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1613 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -218,7 +218,10 @@ DISTRO_TASKS = "\
|
|||||||
${@base_contains("IMAGE_FEATURES", "nfs-server", "task-oh-nfs-server", "",d)} \
|
${@base_contains("IMAGE_FEATURES", "nfs-server", "task-oh-nfs-server", "",d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
#
|
||||||
# Exclude known broken packages
|
# Exclude known broken packages
|
||||||
|
#
|
||||||
|
# Needs scons/python-native
|
||||||
EXCLUDE_FROM_WORLD_pn-libsync = "1"
|
EXCLUDE_FROM_WORLD_pn-libsync = "1"
|
||||||
EXCLUDE_FROM_WORLD_pn-libopensync = "1"
|
EXCLUDE_FROM_WORLD_pn-libopensync = "1"
|
||||||
EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml = "1"
|
EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml = "1"
|
||||||
@@ -228,3 +231,9 @@ EXCLUDE_FROM_WORLD_pn-libopensync-plugin-file-sync = "1"
|
|||||||
EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-plugin = "1"
|
EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-plugin = "1"
|
||||||
EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-client-plugin = "1"
|
EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-client-plugin = "1"
|
||||||
EXCLUDE_FROM_WORLD_pn-msynctool = "1"
|
EXCLUDE_FROM_WORLD_pn-msynctool = "1"
|
||||||
|
# Needs python-native
|
||||||
|
EXCLUDE_FROM_WORLD_pn-telepathy-gabble = "1"
|
||||||
|
EXCLUDE_FROM_WORLD_pn-telepathy-glib = "1"
|
||||||
|
EXCLUDE_FROM_WORLD_pn-empathy = "1"
|
||||||
|
# Needs python
|
||||||
|
EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user