diff options
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 04dba7fd3..4dd7e6686 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -218,7 +218,10 @@ DISTRO_TASKS = "\ ${@base_contains("IMAGE_FEATURES", "nfs-server", "task-oh-nfs-server", "",d)} \ " +# # Exclude known broken packages +# +# Needs scons/python-native EXCLUDE_FROM_WORLD_pn-libsync = "1" EXCLUDE_FROM_WORLD_pn-libopensync = "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-client-plugin = "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" |