diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 11:26:37 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 11:26:37 +0000 |
commit | 16f77e24fcc87b5b1a14653ad80745ff05d44d96 (patch) | |
tree | 4038f27fee552e46aaa809f469f8cccc2ad5d602 | |
parent | 08e1e60a2218a6e11aac9e643f56ee4aa9b80ae0 (diff) | |
download | poky-16f77e24fcc87b5b1a14653ad80745ff05d44d96.tar.gz |
poky.conf: re-enable OpenSync components for world builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4700 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/distro/poky.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 857a99667f..f49a5d96bf 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -107,20 +107,13 @@ IMAGE_FEATURES ?= "" | |||
107 | # | 107 | # |
108 | # Needs scons/python-native | 108 | # Needs scons/python-native |
109 | EXCLUDE_FROM_WORLD_pn-libsync = "1" | 109 | EXCLUDE_FROM_WORLD_pn-libsync = "1" |
110 | EXCLUDE_FROM_WORLD_pn-libopensync = "1" | ||
111 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml = "1" | ||
112 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-evo2-sync = "1" | 110 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-evo2-sync = "1" |
113 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-irmc-sync = "1" | 111 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-irmc-sync = "1" |
114 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-file-sync = "1" | 112 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-file-sync = "1" |
115 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-plugin = "1" | ||
116 | EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-client-plugin = "1" | ||
117 | EXCLUDE_FROM_WORLD_pn-msynctool = "1" | ||
118 | # Needs python | 113 | # Needs python |
119 | EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" | 114 | EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" |
120 | # Needs gcc 3.x | 115 | # Needs gcc 3.x |
121 | EXCLUDE_FROM_WORLD_pn-qemu = "1" | 116 | EXCLUDE_FROM_WORLD_pn-qemu = "1" |
122 | # compile failure | ||
123 | EXCLUDE_FROM_WORLD_pn-syncml-client = "1" | ||
124 | # temporary | 117 | # temporary |
125 | EXCLUDE_FROM_WORLD_pn-lirc = "1" | 118 | EXCLUDE_FROM_WORLD_pn-lirc = "1" |
126 | EXCLUDE_FROM_WORLD_pn-lirc-modules = "1" | 119 | EXCLUDE_FROM_WORLD_pn-lirc-modules = "1" |