diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-05-08 15:46:43 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-05-08 15:46:43 +0000 |
| commit | fed7e3990f1463cc3aa0b25ae5eab5ae348d2a04 (patch) | |
| tree | e2a0fcdd1574f60ffe34f5cf37998c3b0b1ab117 | |
| parent | 4c5caa6764150e68775e7d4774e82b5a27e475f8 (diff) | |
| download | poky-fed7e3990f1463cc3aa0b25ae5eab5ae348d2a04.tar.gz | |
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
| -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 04dba7fd35..4dd7e6686f 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
| @@ -218,7 +218,10 @@ DISTRO_TASKS = "\ | |||
| 218 | ${@base_contains("IMAGE_FEATURES", "nfs-server", "task-oh-nfs-server", "",d)} \ | 218 | ${@base_contains("IMAGE_FEATURES", "nfs-server", "task-oh-nfs-server", "",d)} \ |
| 219 | " | 219 | " |
| 220 | 220 | ||
| 221 | # | ||
| 221 | # Exclude known broken packages | 222 | # Exclude known broken packages |
| 223 | # | ||
| 224 | # Needs scons/python-native | ||
| 222 | EXCLUDE_FROM_WORLD_pn-libsync = "1" | 225 | EXCLUDE_FROM_WORLD_pn-libsync = "1" |
| 223 | EXCLUDE_FROM_WORLD_pn-libopensync = "1" | 226 | EXCLUDE_FROM_WORLD_pn-libopensync = "1" |
| 224 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml = "1" | 227 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml = "1" |
| @@ -228,3 +231,9 @@ EXCLUDE_FROM_WORLD_pn-libopensync-plugin-file-sync = "1" | |||
| 228 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-plugin = "1" | 231 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-plugin = "1" |
| 229 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-client-plugin = "1" | 232 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-client-plugin = "1" |
| 230 | EXCLUDE_FROM_WORLD_pn-msynctool = "1" | 233 | EXCLUDE_FROM_WORLD_pn-msynctool = "1" |
| 234 | # Needs python-native | ||
| 235 | EXCLUDE_FROM_WORLD_pn-telepathy-gabble = "1" | ||
| 236 | EXCLUDE_FROM_WORLD_pn-telepathy-glib = "1" | ||
| 237 | EXCLUDE_FROM_WORLD_pn-empathy = "1" | ||
| 238 | # Needs python | ||
| 239 | EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" | ||
