diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-05 16:48:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 16:54:37 +0000 |
commit | 0e727639875d06bf1af9df1dc0ac26a5998bcc6d (patch) | |
tree | a602f3f1e2088b71c84e16f6dbb9d5558fc81b81 /meta/conf/distro/include | |
parent | 0b679927feee2ecfd77a32df0d29dec83ae0a32f (diff) | |
download | poky-0e727639875d06bf1af9df1dc0ac26a5998bcc6d.tar.gz |
distro: Add separatebuilddir.inc
Going forward its going to be useful to separate build data from source data
in those autotooled projects which support it. Unfortunately there is a lot
of breakage so for now, this starts the creation of an opt in list which
we can iterate over enable more recipes over time.
(From OE-Core rev: 9e64079063fc4748b48eee0e2592caf8ba9de10e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/seperatebuilddir.inc | 780 |
1 files changed, 780 insertions, 0 deletions
diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc new file mode 100644 index 0000000000..7037cd321d --- /dev/null +++ b/meta/conf/distro/include/seperatebuilddir.inc | |||
@@ -0,0 +1,780 @@ | |||
1 | # List of autotools recipes which support building with external build directories | ||
2 | # i.e. ${B} != ${S} | ||
3 | SEPB = "${WORKDIR}/build" | ||
4 | |||
5 | # Makefile based, no out of tree support | ||
6 | #B_pn-acl = "${SEPB}" | ||
7 | #B_pn-acl-native = "${SEPB}" | ||
8 | B_pn-alsa-lib = "${SEPB}" | ||
9 | B_pn-alsa-lib-native = "${SEPB}" | ||
10 | # Not autotools | ||
11 | #B_pn-alsa-tools = "${SEPB}" | ||
12 | # Has header issues at compile, likely fixable | ||
13 | #B_pn-alsa-utils = "${SEPB}" | ||
14 | B_pn-apache2 = "${SEPB}" | ||
15 | # No working out of tree support | ||
16 | #B_pn-apr = "${SEPB}" | ||
17 | #B_pn-apr-native = "${SEPB}" | ||
18 | #B_pn-apr-util = "${SEPB}" | ||
19 | #B_pn-apr-util-native = "${SEPB}" | ||
20 | B_pn-apt = "${SEPB}" | ||
21 | B_pn-apt-native = "${SEPB}" | ||
22 | # support for out of tree broken at compile, likely fixable | ||
23 | #B_pn-aspell = "${SEPB}" | ||
24 | # No support for out of tree builds | ||
25 | #B_pn-at = "${SEPB}" | ||
26 | B_pn-atk = "${SEPB}" | ||
27 | B_pn-atk-native = "${SEPB}" | ||
28 | # Makefile based, no out of tree support | ||
29 | #B_pn-attr = "${SEPB}" | ||
30 | #B_pn-attr-native = "${SEPB}" | ||
31 | B_pn-augeas = "${SEPB}" | ||
32 | B_pn-autoconf = "${SEPB}" | ||
33 | B_pn-autoconf-native = "${SEPB}" | ||
34 | B_pn-autogen-native = "${SEPB}" | ||
35 | B_pn-automake = "${SEPB}" | ||
36 | B_pn-automake-native = "${SEPB}" | ||
37 | #configure: error: *** xmltoman was not found or was disabled, it is required to build the manpages as they have not been pre-built, install xmltoman, pass --disable-manpages or dont pass --disable-xmltoman | ||
38 | #B_pn-avahi = "${SEPB}" | ||
39 | #B_pn-avahi-ui = "${SEPB}" | ||
40 | B_pn-babeltrace = "${SEPB}" | ||
41 | B_pn-base-passwd = "${SEPB}" | ||
42 | #B_pn-bash = "${SEPB}" | ||
43 | B_pn-bc = "${SEPB}" | ||
44 | B_pn-bdwgc = "${SEPB}" | ||
45 | B_pn-bdwgc-native = "${SEPB}" | ||
46 | B_pn-beecrypt = "${SEPB}" | ||
47 | B_pn-beecrypt-native = "${SEPB}" | ||
48 | B_pn-bigreqsproto = "${SEPB}" | ||
49 | B_pn-bigreqsproto-native = "${SEPB}" | ||
50 | #| make[3]: Entering directory `/media/build1/poky/build/tmp/work/i586-poky-linux/bind/9.8.1-r5/build/bin/named' | ||
51 | #| i586-poky-linux-gcc -m32 -march=i586 --sysroot=/media/build1/poky/build/tmp/sysroots/qemux86 -O2 -pipe -g -feliminate-unused-debug-types -c -o named-symtbl.o named-symtbl.c | ||
52 | #| named-symtbl.c:4:27: fatal error: isc/backtrace.h: No such file or directory | ||
53 | #B_pn-bind = "${SEPB}" | ||
54 | B_pn-bison = "${SEPB}" | ||
55 | B_pn-bison-native = "${SEPB}" | ||
56 | B_pn-blktool = "${SEPB}" | ||
57 | # ln: failed to create symbolic link 'lib/bluetooth/bluetooth.h': File exists | ||
58 | #B_pn-bluez4 = "${SEPB}" | ||
59 | B_pn-bluez-hcidump = "${SEPB}" | ||
60 | B_pn-byacc = "${SEPB}" | ||
61 | B_pn-byacc-native = "${SEPB}" | ||
62 | B_pn-bzip2 = "${SEPB}" | ||
63 | B_pn-bzip2-native = "${SEPB}" | ||
64 | B_pn-cairo = "${SEPB}" | ||
65 | B_pn-cairo-native = "${SEPB}" | ||
66 | B_pn-calibrateproto = "${SEPB}" | ||
67 | B_pn-ccache = "${SEPB}" | ||
68 | B_pn-ccache-native = "${SEPB}" | ||
69 | B_pn-chrpath = "${SEPB}" | ||
70 | B_pn-chrpath-native = "${SEPB}" | ||
71 | B_pn-clutter-1.8 = "${SEPB}" | ||
72 | B_pn-clutter-gst-1.8 = "${SEPB}" | ||
73 | B_pn-clutter-gtk-1.8 = "${SEPB}" | ||
74 | #B_pn-cmake = "${SEPB}" | ||
75 | #B_pn-cmake-native = "${SEPB}" | ||
76 | B_pn-cogl = "${SEPB}" | ||
77 | B_pn-compositeproto = "${SEPB}" | ||
78 | B_pn-compositeproto-native = "${SEPB}" | ||
79 | #B_pn-connman = "${SEPB}" | ||
80 | #B_pn-connman-gnome = "${SEPB}" | ||
81 | B_pn-consolekit = "${SEPB}" | ||
82 | B_pn-console-tools = "${SEPB}" | ||
83 | B_pn-coreutils = "${SEPB}" | ||
84 | B_pn-coreutils-native = "${SEPB}" | ||
85 | B_pn-courier-authlib = "${SEPB}" | ||
86 | B_pn-courier-imap = "${SEPB}" | ||
87 | B_pn-cpio = "${SEPB}" | ||
88 | B_pn-cracklib = "${SEPB}" | ||
89 | B_pn-cronie = "${SEPB}" | ||
90 | B_pn-cross-localedef-native = "${SEPB}" | ||
91 | #No autoconf and no support for separate build | ||
92 | #B_pn-cups = "${SEPB}" | ||
93 | B_pn-curl = "${SEPB}" | ||
94 | B_pn-curl-native = "${SEPB}" | ||
95 | B_pn-damageproto = "${SEPB}" | ||
96 | B_pn-damageproto-native = "${SEPB}" | ||
97 | B_pn-db = "${SEPB}" | ||
98 | B_pn-db-native = "${SEPB}" | ||
99 | B_pn-dbus = "${SEPB}" | ||
100 | B_pn-dbus-glib = "${SEPB}" | ||
101 | B_pn-dbus-glib-native = "${SEPB}" | ||
102 | B_pn-dbus-native = "${SEPB}" | ||
103 | B_pn-dbus-ptest = "${SEPB}" | ||
104 | B_pn-dbus-wait = "${SEPB}" | ||
105 | B_pn-desktop-file-utils-native = "${SEPB}" | ||
106 | B_pn-dhcp = "${SEPB}" | ||
107 | B_pn-diffstat = "${SEPB}" | ||
108 | B_pn-diffutils = "${SEPB}" | ||
109 | B_pn-directfb = "${SEPB}" | ||
110 | B_pn-directfb-examples = "${SEPB}" | ||
111 | B_pn-distcc = "${SEPB}" | ||
112 | B_pn-dmxproto = "${SEPB}" | ||
113 | B_pn-docbook-utils-native = "${SEPB}" | ||
114 | B_pn-dpkg = "${SEPB}" | ||
115 | B_pn-dpkg-native = "${SEPB}" | ||
116 | B_pn-dri2proto = "${SEPB}" | ||
117 | B_pn-dropbear = "${SEPB}" | ||
118 | ## Makefile based not autotools | ||
119 | ##B_pn-dtc = "${SEPB}" | ||
120 | ##B_pn-dtc-native = "${SEPB}" | ||
121 | B_pn-e2fsprogs = "${SEPB}" | ||
122 | B_pn-e2fsprogs-native = "${SEPB}" | ||
123 | B_pn-ed = "${SEPB}" | ||
124 | B_pn-elfutils = "${SEPB}" | ||
125 | B_pn-elfutils-native = "${SEPB}" | ||
126 | B_pn-enchant = "${SEPB}" | ||
127 | B_pn-encodings = "${SEPB}" | ||
128 | B_pn-ethtool = "${SEPB}" | ||
129 | B_pn-expat = "${SEPB}" | ||
130 | B_pn-expat-native = "${SEPB}" | ||
131 | B_pn-fetchmail = "${SEPB}" | ||
132 | B_pn-file = "${SEPB}" | ||
133 | B_pn-file-native = "${SEPB}" | ||
134 | B_pn-findutils = "${SEPB}" | ||
135 | B_pn-findutils-native = "${SEPB}" | ||
136 | B_pn-fixesproto = "${SEPB}" | ||
137 | B_pn-fixesproto-native = "${SEPB}" | ||
138 | # /bin/bash: line 0: cd: api: No such file or directory | ||
139 | #B_pn-flac = "${SEPB}" | ||
140 | B_pn-flex = "${SEPB}" | ||
141 | B_pn-flex-native = "${SEPB}" | ||
142 | B_pn-font-alias = "${SEPB}" | ||
143 | B_pn-fontconfig = "${SEPB}" | ||
144 | B_pn-fontconfig-native = "${SEPB}" | ||
145 | B_pn-fontsproto = "${SEPB}" | ||
146 | B_pn-fontsproto-native = "${SEPB}" | ||
147 | B_pn-font-util = "${SEPB}" | ||
148 | B_pn-font-util-native = "${SEPB}" | ||
149 | B_pn-foomatic-filters = "${SEPB}" | ||
150 | ## run.do_configure.4694: 88: cd: can't cd to builds/unix | ||
151 | ##B_pn-freetype = "${SEPB}" | ||
152 | ##B_pn-freetype-native = "${SEPB}" | ||
153 | B_pn-fstests = "${SEPB}" | ||
154 | B_pn-gaku = "${SEPB}" | ||
155 | B_pn-gamin = "${SEPB}" | ||
156 | B_pn-gawk = "${SEPB}" | ||
157 | B_pn-gccmakedep = "${SEPB}" | ||
158 | B_pn-gconf = "${SEPB}" | ||
159 | B_pn-gconf-native = "${SEPB}" | ||
160 | B_pn-gdb = "${SEPB}" | ||
161 | B_pn-gdb-cross = "${SEPB}" | ||
162 | B_pn-gdb-cross-canadian-i586 = "${SEPB}" | ||
163 | B_pn-gdbm = "${SEPB}" | ||
164 | B_pn-gdbm-native = "${SEPB}" | ||
165 | B_pn-gdk-pixbuf = "${SEPB}" | ||
166 | B_pn-gdk-pixbuf-native = "${SEPB}" | ||
167 | B_pn-genext2fs = "${SEPB}" | ||
168 | B_pn-genext2fs-native = "${SEPB}" | ||
169 | B_pn-gettext = "${SEPB}" | ||
170 | B_pn-gettext-native = "${SEPB}" | ||
171 | #checking for system lcms2 library... checking for cmsCreateXYZProfile in -llcms2... no | ||
172 | #checking for local lcms library source... configure: error: LittleCMS source not found! | ||
173 | #B_pn-ghostscript = "${SEPB}" | ||
174 | #B_pn-ghostscript-native = "${SEPB}" | ||
175 | # No out of tree build support (manual makefile) | ||
176 | #B_pn-git = "${SEPB}" | ||
177 | #B_pn-git-native = "${SEPB}" | ||
178 | B_pn-glew = "${SEPB}" | ||
179 | B_pn-glib-2.0 = "${SEPB}" | ||
180 | B_pn-glib-2.0-native = "${SEPB}" | ||
181 | B_pn-glib-networking = "${SEPB}" | ||
182 | B_pn-glproto = "${SEPB}" | ||
183 | B_pn-gmp = "${SEPB}" | ||
184 | B_pn-gmp-native = "${SEPB}" | ||
185 | B_pn-gnome-common = "${SEPB}" | ||
186 | B_pn-gnome-common-native = "${SEPB}" | ||
187 | B_pn-gnome-desktop = "${SEPB}" | ||
188 | #B_pn-gnome-doc-utils = "${SEPB}" | ||
189 | #B_pn-gnome-doc-utils-native = "${SEPB}" | ||
190 | B_pn-gnome-icon-theme = "${SEPB}" | ||
191 | B_pn-gnome-keyring = "${SEPB}" | ||
192 | B_pn-gnome-mime-data = "${SEPB}" | ||
193 | B_pn-gnupg = "${SEPB}" | ||
194 | ## libtool: link: warning: library `.../usr/lib/libgcrypt.la' was moved. | ||
195 | ##B_pn-gnutls = "${SEPB}" | ||
196 | B_pn-gnutls-native = "${SEPB}" | ||
197 | B_pn-gperf = "${SEPB}" | ||
198 | B_pn-gperf-native = "${SEPB}" | ||
199 | B_pn-gpgme = "${SEPB}" | ||
200 | B_pn-grep = "${SEPB}" | ||
201 | B_pn-groff = "${SEPB}" | ||
202 | B_pn-groff-native = "${SEPB}" | ||
203 | B_pn-grub = "${SEPB}" | ||
204 | B_pn-grub-efi-i586-native = "${SEPB}" | ||
205 | B_pn-gsettings-desktop-schemas = "${SEPB}" | ||
206 | #| ./config.status: line 2219: /media/build1/poky/build/tmp/work/i586-poky-linux/gst-ffmpeg/0.10.13-r4/build//media/build1/poky/build/tmp/work/i586-poky-linux/gst-ffmpeg/0.10.13-r4/gst-ffmpeg-0.10.13/gst-libs/ext/libav/configure: No such file or directory | ||
207 | #| config.status: error: Failed to configure embedded Libav tree | ||
208 | #B_pn-gst-ffmpeg = "${SEPB}" | ||
209 | B_pn-gst-fluendo-mp3 = "${SEPB}" | ||
210 | B_pn-gst-fluendo-mpegdemux = "${SEPB}" | ||
211 | B_pn-gst-openmax = "${SEPB}" | ||
212 | # Has races/confusion over file/symbolic link creation | ||
213 | #B_pn-gst-plugin-bluetooth = "${SEPB}" | ||
214 | B_pn-gst-plugins-bad = "${SEPB}" | ||
215 | B_pn-gst-plugins-base = "${SEPB}" | ||
216 | B_pn-gst-plugins-gl = "${SEPB}" | ||
217 | B_pn-gst-plugins-good = "${SEPB}" | ||
218 | B_pn-gst-plugins-ugly = "${SEPB}" | ||
219 | B_pn-gstreamer = "${SEPB}" | ||
220 | B_pn-gtk+ = "${SEPB}" | ||
221 | B_pn-gtk+3 = "${SEPB}" | ||
222 | B_pn-gtk-doc-stub = "${SEPB}" | ||
223 | B_pn-gtk-doc-stub-native = "${SEPB}" | ||
224 | B_pn-gtk-engines = "${SEPB}" | ||
225 | B_pn-gtk+-native = "${SEPB}" | ||
226 | ##make[1]: *** No rule to make target `data/gtkrc', needed by `all-am'. Stop | ||
227 | ##B_pn-gtk-sato-engine = "${SEPB}" | ||
228 | B_pn-guile = "${SEPB}" | ||
229 | B_pn-guile-native = "${SEPB}" | ||
230 | B_pn-gzip = "${SEPB}" | ||
231 | B_pn-gzip-native = "${SEPB}" | ||
232 | B_pn-harfbuzz = "${SEPB}" | ||
233 | B_pn-harfbuzz-native = "${SEPB}" | ||
234 | B_pn-help2man-native = "${SEPB}" | ||
235 | ## Hand coded makefiles don't support out-of-tree | ||
236 | ##B_pn-hicolor-icon-theme = "${SEPB}" | ||
237 | B_pn-icon-naming-utils-native = "${SEPB}" | ||
238 | B_pn-icu = "${SEPB}" | ||
239 | B_pn-icu-native = "${SEPB}" | ||
240 | B_pn-imake = "${SEPB}" | ||
241 | B_pn-imake-native = "${SEPB}" | ||
242 | B_pn-inputproto = "${SEPB}" | ||
243 | B_pn-inputproto-native = "${SEPB}" | ||
244 | B_pn-intltool = "${SEPB}" | ||
245 | B_pn-intltool-native = "${SEPB}" | ||
246 | B_pn-iptables = "${SEPB}" | ||
247 | #B_pn-irda-utils = "${SEPB}" | ||
248 | B_pn-jpeg = "${SEPB}" | ||
249 | B_pn-jpeg-native = "${SEPB}" | ||
250 | #B_pn-js = "${SEPB}" | ||
251 | B_pn-json-glib = "${SEPB}" | ||
252 | B_pn-kbd = "${SEPB}" | ||
253 | B_pn-kbd-native = "${SEPB}" | ||
254 | B_pn-kbproto = "${SEPB}" | ||
255 | B_pn-kbproto-native = "${SEPB}" | ||
256 | B_pn-kconfig-frontends = "${SEPB}" | ||
257 | B_pn-kconfig-frontends-native = "${SEPB}" | ||
258 | ##kexec-tools-2.0.3/kexec/arch/ppc/Makefile:4: kexec/arch/ppc/libfdt/Makefile.libfdt: No such file or directory | ||
259 | ##B_pn-kexec-tools = "${SEPB}" | ||
260 | B_pn-kmod = "${SEPB}" | ||
261 | B_pn-kmod-native = "${SEPB}" | ||
262 | B_pn-lame = "${SEPB}" | ||
263 | B_pn-leafpad = "${SEPB}" | ||
264 | B_pn-less = "${SEPB}" | ||
265 | B_pn-liba52 = "${SEPB}" | ||
266 | #| cat /media/build1/poky/build/tmp/work/i586-poky-linux/libarchive/2.8.5-r0/libarchive-2.8.5/libarchive/test/test_*.c | grep DEFINE_TEST > libarchive/test/list.h | ||
267 | #| cat /media/build1/poky/build/tmp/work/i586-poky-linux/libarchive/2.8.5-r0/libarchive-2.8.5/tar/test/test_*.c | grep DEFINE_TEST > tar/test/list.h | ||
268 | #| cat /media/build1/poky/build/tmp/work/i586-poky-linux/libarchive/2.8.5-r0/libarchive-2.8.5/cpio/test/test_*.c | grep DEFINE_TEST > cpio/test/list.h | ||
269 | #| /bin/bash: tar/test/list.h: No such file or directory | ||
270 | #| /bin/bash: libarchive/test/list.h: No such file or directory | ||
271 | #| /bin/bash: cpio/test/list.h: No such file or directory | ||
272 | #B_pn-libarchive = "${SEPB}" | ||
273 | B_pn-libart-lgpl = "${SEPB}" | ||
274 | B_pn-libassuan = "${SEPB}" | ||
275 | B_pn-libatomics-ops = "${SEPB}" | ||
276 | B_pn-libcgroup = "${SEPB}" | ||
277 | B_pn-libcheck = "${SEPB}" | ||
278 | B_pn-libcroco = "${SEPB}" | ||
279 | B_pn-libdaemon = "${SEPB}" | ||
280 | B_pn-libdmx = "${SEPB}" | ||
281 | B_pn-libdrm = "${SEPB}" | ||
282 | B_pn-libevent = "${SEPB}" | ||
283 | B_pn-libexif = "${SEPB}" | ||
284 | B_pn-libfakekey = "${SEPB}" | ||
285 | B_pn-libffi = "${SEPB}" | ||
286 | B_pn-libffi-native = "${SEPB}" | ||
287 | ##i586-poky-linux-libtool: link: cannot find the library `/media/build1/poky/build/tmp/work/i586-poky-linux/libfm/1.1.0-r0/libfm-1.1.0/src/actions/libfmactions.la' or unhandled argument `/media/build1/poky/build/tmp/work/i586-poky-linux/libfm/1.1.0-r0/libfm-1.1.0/src/actions/libfmactions.la' | ||
288 | ##B_pn-libfm = "${SEPB}" | ||
289 | B_pn-libfontenc = "${SEPB}" | ||
290 | B_pn-libfontenc-native = "${SEPB}" | ||
291 | B_pn-libgcc = "${SEPB}" | ||
292 | #B_pn-libgcrypt = "${SEPB}" | ||
293 | #B_pn-libgcrypt-native = "${SEPB}" | ||
294 | B_pn-libglade = "${SEPB}" | ||
295 | B_pn-libglu = "${SEPB}" | ||
296 | B_pn-libgnome-keyring = "${SEPB}" | ||
297 | B_pn-libgpg-error = "${SEPB}" | ||
298 | B_pn-libgpg-error-native = "${SEPB}" | ||
299 | B_pn-libice = "${SEPB}" | ||
300 | B_pn-libice-native = "${SEPB}" | ||
301 | B_pn-libid3tag = "${SEPB}" | ||
302 | B_pn-libidn = "${SEPB}" | ||
303 | B_pn-libjson = "${SEPB}" | ||
304 | B_pn-libksba = "${SEPB}" | ||
305 | B_pn-libmad = "${SEPB}" | ||
306 | B_pn-libmatchbox = "${SEPB}" | ||
307 | B_pn-libmpc = "${SEPB}" | ||
308 | B_pn-libmpc-native = "${SEPB}" | ||
309 | B_pn-libmusicbrainz = "${SEPB}" | ||
310 | # Not automake and no support for out of tree | ||
311 | #B_pn-libnewt = "${SEPB}" | ||
312 | B_pn-libnfsidmap = "${SEPB}" | ||
313 | # flex.real: could not create route/cls/ematch_grammar.c | ||
314 | #B_pn-libnl = "${SEPB}" | ||
315 | B_pn-libnss-mdns = "${SEPB}" | ||
316 | B_pn-libogg = "${SEPB}" | ||
317 | B_pn-liboil = "${SEPB}" | ||
318 | B_pn-libomxil = "${SEPB}" | ||
319 | B_pn-libowl = "${SEPB}" | ||
320 | B_pn-libowl-av = "${SEPB}" | ||
321 | B_pn-libpam = "${SEPB}" | ||
322 | B_pn-libpcap = "${SEPB}" | ||
323 | B_pn-libpciaccess = "${SEPB}" | ||
324 | B_pn-libpcre = "${SEPB}" | ||
325 | B_pn-libpcre-native = "${SEPB}" | ||
326 | B_pn-libpng = "${SEPB}" | ||
327 | B_pn-libpng-native = "${SEPB}" | ||
328 | #B_pn-libproxy = "${SEPB}" | ||
329 | B_pn-libpthread-stubs = "${SEPB}" | ||
330 | B_pn-libpthread-stubs-native = "${SEPB}" | ||
331 | B_pn-librsvg = "${SEPB}" | ||
332 | B_pn-librsvg-native = "${SEPB}" | ||
333 | B_pn-libsamplerate0 = "${SEPB}" | ||
334 | B_pn-libsdl = "${SEPB}" | ||
335 | B_pn-libsm = "${SEPB}" | ||
336 | B_pn-libsm-native = "${SEPB}" | ||
337 | B_pn-libsndfile1 = "${SEPB}" | ||
338 | B_pn-libsoup-2.4 = "${SEPB}" | ||
339 | B_pn-libtasn1 = "${SEPB}" | ||
340 | B_pn-libtasn1-native = "${SEPB}" | ||
341 | B_pn-libtelepathy = "${SEPB}" | ||
342 | B_pn-libtheora = "${SEPB}" | ||
343 | B_pn-libtirpc = "${SEPB}" | ||
344 | B_pn-libtool = "${SEPB}" | ||
345 | B_pn-libtool-cross = "${SEPB}" | ||
346 | B_pn-libtool-native = "${SEPB}" | ||
347 | B_pn-libunique = "${SEPB}" | ||
348 | B_pn-libunistring = "${SEPB}" | ||
349 | B_pn-libunistring-native = "${SEPB}" | ||
350 | B_pn-liburcu = "${SEPB}" | ||
351 | B_pn-libusb1 = "${SEPB}" | ||
352 | B_pn-libusb1-native = "${SEPB}" | ||
353 | B_pn-libusb-compat = "${SEPB}" | ||
354 | B_pn-libusb-compat-native = "${SEPB}" | ||
355 | B_pn-libuser = "${SEPB}" | ||
356 | B_pn-libva-intel-driver = "${SEPB}" | ||
357 | B_pn-libvorbis = "${SEPB}" | ||
358 | B_pn-libx11 = "${SEPB}" | ||
359 | B_pn-libx11-diet = "${SEPB}" | ||
360 | B_pn-libx11-native = "${SEPB}" | ||
361 | B_pn-libxau = "${SEPB}" | ||
362 | B_pn-libxau-native = "${SEPB}" | ||
363 | B_pn-libxcalibrate = "${SEPB}" | ||
364 | B_pn-libxcb = "${SEPB}" | ||
365 | B_pn-libxcb-native = "${SEPB}" | ||
366 | B_pn-libxcomposite = "${SEPB}" | ||
367 | B_pn-libxcomposite-native = "${SEPB}" | ||
368 | B_pn-libxcursor = "${SEPB}" | ||
369 | B_pn-libxcursor-native = "${SEPB}" | ||
370 | B_pn-libxdamage = "${SEPB}" | ||
371 | B_pn-libxdamage-native = "${SEPB}" | ||
372 | B_pn-libxdmcp = "${SEPB}" | ||
373 | B_pn-libxdmcp-native = "${SEPB}" | ||
374 | B_pn-libxext = "${SEPB}" | ||
375 | B_pn-libxext-native = "${SEPB}" | ||
376 | B_pn-libxfixes = "${SEPB}" | ||
377 | B_pn-libxfixes-native = "${SEPB}" | ||
378 | B_pn-libxfont = "${SEPB}" | ||
379 | B_pn-libxfont-native = "${SEPB}" | ||
380 | B_pn-libxft = "${SEPB}" | ||
381 | B_pn-libxft-native = "${SEPB}" | ||
382 | B_pn-libxi = "${SEPB}" | ||
383 | B_pn-libxinerama = "${SEPB}" | ||
384 | B_pn-libxkbcommon = "${SEPB}" | ||
385 | B_pn-libxkbfile = "${SEPB}" | ||
386 | B_pn-libxkbfile-native = "${SEPB}" | ||
387 | B_pn-libxml2 = "${SEPB}" | ||
388 | B_pn-libxml2-native = "${SEPB}" | ||
389 | B_pn-libxmu = "${SEPB}" | ||
390 | B_pn-libxmu-native = "${SEPB}" | ||
391 | B_pn-libxpm = "${SEPB}" | ||
392 | B_pn-libxpm-native = "${SEPB}" | ||
393 | B_pn-libxrandr = "${SEPB}" | ||
394 | B_pn-libxrandr-native = "${SEPB}" | ||
395 | B_pn-libxrender = "${SEPB}" | ||
396 | B_pn-libxrender-native = "${SEPB}" | ||
397 | B_pn-libxres = "${SEPB}" | ||
398 | B_pn-libxscrnsaver = "${SEPB}" | ||
399 | B_pn-libxsettings-client = "${SEPB}" | ||
400 | B_pn-libxslt = "${SEPB}" | ||
401 | B_pn-libxslt-native = "${SEPB}" | ||
402 | B_pn-libxt = "${SEPB}" | ||
403 | B_pn-libxt-native = "${SEPB}" | ||
404 | B_pn-libxtst = "${SEPB}" | ||
405 | B_pn-libxv = "${SEPB}" | ||
406 | B_pn-libxvmc = "${SEPB}" | ||
407 | B_pn-libxxf86dga = "${SEPB}" | ||
408 | B_pn-libxxf86misc = "${SEPB}" | ||
409 | B_pn-libxxf86vm = "${SEPB}" | ||
410 | B_pn-lighttpd = "${SEPB}" | ||
411 | # Doesn't use automake so no separate build support | ||
412 | #B_pn-linuxdoc-tools-native = "${SEPB}" | ||
413 | B_pn-lrzsz = "${SEPB}" | ||
414 | # Doesn't use automake | ||
415 | #B_pn-ltp = "${SEPB}" | ||
416 | ##/media/build1/poky/build1/tmp/work/i586-poky-linux/lttng-tools/v2.1.0-r0/git/tests/tools/health/health_check.c:20:25: fatal error: lttng/lttng.h: No such file or directory | ||
417 | ##B_pn-lttng-tools = "${SEPB}" | ||
418 | B_pn-lttng-ust = "${SEPB}" | ||
419 | B_pn-lzo = "${SEPB}" | ||
420 | B_pn-lzo-native = "${SEPB}" | ||
421 | B_pn-lzop = "${SEPB}" | ||
422 | B_pn-lzop-native = "${SEPB}" | ||
423 | B_pn-m4 = "${SEPB}" | ||
424 | B_pn-m4-native = "${SEPB}" | ||
425 | # Makefile only, no out of tree support | ||
426 | #B_pn-mailx = "${SEPB}" | ||
427 | B_pn-make = "${SEPB}" | ||
428 | B_pn-makedepend = "${SEPB}" | ||
429 | B_pn-makedepend-native = "${SEPB}" | ||
430 | B_pn-make-native = "${SEPB}" | ||
431 | B_pn-matchbox-config-gtk = "${SEPB}" | ||
432 | B_pn-matchbox-desktop = "${SEPB}" | ||
433 | B_pn-matchbox-desktop-sato = "${SEPB}" | ||
434 | B_pn-matchbox-keyboard = "${SEPB}" | ||
435 | B_pn-matchbox-panel-2 = "${SEPB}" | ||
436 | B_pn-matchbox-terminal = "${SEPB}" | ||
437 | B_pn-matchbox-theme-sato = "${SEPB}" | ||
438 | B_pn-matchbox-wm = "${SEPB}" | ||
439 | B_pn-mc = "${SEPB}" | ||
440 | #makefile only, no out of tree support | ||
441 | #B_pn-mdadm = "${SEPB}" | ||
442 | B_pn-menu-cache = "${SEPB}" | ||
443 | B_pn-mesa-demos = "${SEPB}" | ||
444 | # src/mapi/mapi/stub.c:51:39: error: 'MAPI_TABLE_NUM_DYNAMIC' undeclared here (not in a function) | ||
445 | #B_pn-mesa-dri = "${SEPB}" | ||
446 | B_pn-minicom = "${SEPB}" | ||
447 | # Not automake, no external tree support | ||
448 | #B_pn-mkelfimage = "${SEPB}" | ||
449 | #B_pn-mkelfimage-native = "${SEPB}" | ||
450 | B_pn-mkfontdir = "${SEPB}" | ||
451 | B_pn-mkfontdir-native = "${SEPB}" | ||
452 | B_pn-mkfontscale = "${SEPB}" | ||
453 | B_pn-mkfontscale-native = "${SEPB}" | ||
454 | B_pn-mklibs-native = "${SEPB}" | ||
455 | B_pn-mktemp = "${SEPB}" | ||
456 | B_pn-mobile-broadband-provider-info = "${SEPB}" | ||
457 | B_pn-mpeg2dec = "${SEPB}" | ||
458 | B_pn-mpfr = "${SEPB}" | ||
459 | B_pn-mpfr-native = "${SEPB}" | ||
460 | B_pn-msmtp = "${SEPB}" | ||
461 | B_pn-mtdev = "${SEPB}" | ||
462 | B_pn-mtools = "${SEPB}" | ||
463 | B_pn-mtools-native = "${SEPB}" | ||
464 | B_pn-mx = "${SEPB}" | ||
465 | B_pn-mxsldr = "${SEPB}" | ||
466 | B_pn-mxsldr-native = "${SEPB}" | ||
467 | # /media/build1/poky/build1/tmp/work/x86_64-linux/nasm-native/2.10.07-r0/nasm-2.10.07/compiler.h:47:21: fatal error: config.h: No such file or directory | ||
468 | #B_pn-nasm = "${SEPB}" | ||
469 | #B_pn-nasm-native = "${SEPB}" | ||
470 | B_pn-nativesdk-alsa-lib = "${SEPB}" | ||
471 | B_pn-nativesdk-autoconf = "${SEPB}" | ||
472 | B_pn-nativesdk-automake = "${SEPB}" | ||
473 | B_pn-nativesdk-bash = "${SEPB}" | ||
474 | B_pn-nativesdk-bdwgc = "${SEPB}" | ||
475 | B_pn-nativesdk-bigreqsproto = "${SEPB}" | ||
476 | B_pn-nativesdk-bison = "${SEPB}" | ||
477 | B_pn-nativesdk-bzip2 = "${SEPB}" | ||
478 | B_pn-nativesdk-chrpath = "${SEPB}" | ||
479 | B_pn-nativesdk-cmake = "${SEPB}" | ||
480 | B_pn-nativesdk-curl = "${SEPB}" | ||
481 | B_pn-nativesdk-db = "${SEPB}" | ||
482 | B_pn-nativesdk-dbus = "${SEPB}" | ||
483 | ## Makefile based not autotools | ||
484 | ##B_pn-nativesdk-dtc = "${SEPB}" | ||
485 | B_pn-nativesdk-eglibc = "${SEPB}" | ||
486 | B_pn-nativesdk-eglibc-initial = "${SEPB}" | ||
487 | B_pn-nativesdk-elfutils = "${SEPB}" | ||
488 | B_pn-nativesdk-expat = "${SEPB}" | ||
489 | B_pn-nativesdk-fixesproto = "${SEPB}" | ||
490 | B_pn-nativesdk-flex = "${SEPB}" | ||
491 | B_pn-nativesdk-gcc-runtime = "${SEPB}" | ||
492 | B_pn-nativesdk-gdbm = "${SEPB}" | ||
493 | B_pn-nativesdk-genext2fs = "${SEPB}" | ||
494 | B_pn-nativesdk-gettext = "${SEPB}" | ||
495 | B_pn-nativesdk-glib-2.0 = "${SEPB}" | ||
496 | B_pn-nativesdk-glproto = "${SEPB}" | ||
497 | B_pn-nativesdk-gmp = "${SEPB}" | ||
498 | B_pn-nativesdk-inputproto = "${SEPB}" | ||
499 | B_pn-nativesdk-kbproto = "${SEPB}" | ||
500 | #B_pn-nativesdk-libarchive = "${SEPB}" | ||
501 | B_pn-nativesdk-libffi = "${SEPB}" | ||
502 | B_pn-nativesdk-libgcc = "${SEPB}" | ||
503 | B_pn-nativesdk-libmpc = "${SEPB}" | ||
504 | B_pn-nativesdk-libpcre = "${SEPB}" | ||
505 | B_pn-nativesdk-libpng = "${SEPB}" | ||
506 | B_pn-nativesdk-libpthread-stubs = "${SEPB}" | ||
507 | B_pn-nativesdk-libsdl = "${SEPB}" | ||
508 | B_pn-nativesdk-libtool = "${SEPB}" | ||
509 | B_pn-nativesdk-libunistring = "${SEPB}" | ||
510 | B_pn-nativesdk-libusb1 = "${SEPB}" | ||
511 | B_pn-nativesdk-libusb-compat = "${SEPB}" | ||
512 | B_pn-nativesdk-libx11 = "${SEPB}" | ||
513 | B_pn-nativesdk-libxau = "${SEPB}" | ||
514 | B_pn-nativesdk-libxcb = "${SEPB}" | ||
515 | B_pn-nativesdk-libxdmcp = "${SEPB}" | ||
516 | B_pn-nativesdk-libxext = "${SEPB}" | ||
517 | B_pn-nativesdk-libxfixes = "${SEPB}" | ||
518 | B_pn-nativesdk-libxml2 = "${SEPB}" | ||
519 | B_pn-nativesdk-libxrandr = "${SEPB}" | ||
520 | B_pn-nativesdk-libxrender = "${SEPB}" | ||
521 | B_pn-nativesdk-lzo = "${SEPB}" | ||
522 | B_pn-nativesdk-lzop = "${SEPB}" | ||
523 | B_pn-nativesdk-m4 = "${SEPB}" | ||
524 | B_pn-nativesdk-mpfr = "${SEPB}" | ||
525 | B_pn-nativesdk-mxsldr = "${SEPB}" | ||
526 | B_pn-nativesdk-ncurses = "${SEPB}" | ||
527 | B_pn-nativesdk-opkg = "${SEPB}" | ||
528 | B_pn-nativesdk-pixman = "${SEPB}" | ||
529 | B_pn-nativesdk-pkgconfig = "${SEPB}" | ||
530 | # run.do_compile: 89: cd: can't cd to Lib/plat-linux2 | ||
531 | #B_pn-nativesdk-python = "${SEPB}" | ||
532 | ##B_pn-nativesdk-qemu = "${SEPB}" | ||
533 | B_pn-nativesdk-randrproto = "${SEPB}" | ||
534 | B_pn-nativesdk-readline = "${SEPB}" | ||
535 | B_pn-nativesdk-renderproto = "${SEPB}" | ||
536 | B_pn-nativesdk-sqlite3 = "${SEPB}" | ||
537 | B_pn-nativesdk-systemtap = "${SEPB}" | ||
538 | # Not automake, no out of tree build support | ||
539 | #B_pn-nativesdk-unfs-server = "${SEPB}" | ||
540 | B_pn-nativesdk-util-macros = "${SEPB}" | ||
541 | B_pn-nativesdk-xcb-proto = "${SEPB}" | ||
542 | B_pn-nativesdk-xcmiscproto = "${SEPB}" | ||
543 | B_pn-nativesdk-xextproto = "${SEPB}" | ||
544 | B_pn-nativesdk-xproto = "${SEPB}" | ||
545 | B_pn-nativesdk-xtrans = "${SEPB}" | ||
546 | B_pn-ncurses = "${SEPB}" | ||
547 | B_pn-ncurses-native = "${SEPB}" | ||
548 | B_pn-neon = "${SEPB}" | ||
549 | B_pn-neon-native = "${SEPB}" | ||
550 | ##Weird as configure exits with error code despite apparent success | ||
551 | ##B_pn-nfs-utils = "${SEPB}" | ||
552 | B_pn-npth = "${SEPB}" | ||
553 | #B_pn-nspr = "${SEPB}" | ||
554 | B_pn-ofono = "${SEPB}" | ||
555 | B_pn-oh-puzzles = "${SEPB}" | ||
556 | ## make[2]: openjade-1.3.2/grove/../Makefile.comm: No such file or directory | ||
557 | ##B_pn-openjade-native = "${SEPB}" | ||
558 | B_pn-opensp = "${SEPB}" | ||
559 | B_pn-opensp-native = "${SEPB}" | ||
560 | ##/media/build1/poky/build1/tmp/work/i586-poky-linux/openssh/6.1p1-r0/openssh-6.1p1/configure: line 5674: syntax error near unexpected token `-Wall' | ||
561 | ##/media/build1/poky/build1/tmp/work/i586-poky-linux/openssh/6.1p1-r0/openssh-6.1p1/configure: line 5674: ` OSSH_CHECK_CFLAG_COMPILE(-Wall)' | ||
562 | ##Configure failed. The contents of all config.log files follows to aid debugging | ||
563 | #B_pn-openssh = "${SEPB}" | ||
564 | B_pn-openvpn = "${SEPB}" | ||
565 | B_pn-opkg = "${SEPB}" | ||
566 | B_pn-opkg-native = "${SEPB}" | ||
567 | #B_pn-oprofile = "${SEPB}" | ||
568 | B_pn-oprofileui = "${SEPB}" | ||
569 | B_pn-oprofileui-server = "${SEPB}" | ||
570 | B_pn-ossp-uuid = "${SEPB}" | ||
571 | B_pn-ossp-uuid-native = "${SEPB}" | ||
572 | B_pn-owl-video = "${SEPB}" | ||
573 | B_pn-pango = "${SEPB}" | ||
574 | B_pn-pango-native = "${SEPB}" | ||
575 | B_pn-parted = "${SEPB}" | ||
576 | B_pn-parted-native = "${SEPB}" | ||
577 | B_pn-patch = "${SEPB}" | ||
578 | B_pn-pax = "${SEPB}" | ||
579 | B_pn-pcmanfm = "${SEPB}" | ||
580 | B_pn-pixman = "${SEPB}" | ||
581 | B_pn-pixman-native = "${SEPB}" | ||
582 | B_pn-pkgconfig = "${SEPB}" | ||
583 | B_pn-pkgconfig-native = "${SEPB}" | ||
584 | B_pn-pm-utils = "${SEPB}" | ||
585 | B_pn-polkit = "${SEPB}" | ||
586 | B_pn-polkit-gnome = "${SEPB}" | ||
587 | B_pn-popt = "${SEPB}" | ||
588 | B_pn-popt-native = "${SEPB}" | ||
589 | #B_pn-ppp = "${SEPB}" | ||
590 | B_pn-prelink = "${SEPB}" | ||
591 | B_pn-prelink-native = "${SEPB}" | ||
592 | # Makefile only, no out of tree support | ||
593 | #B_pn-procps = "${SEPB}" | ||
594 | B_pn-psmisc = "${SEPB}" | ||
595 | B_pn-psplash = "${SEPB}" | ||
596 | B_pn-pth = "${SEPB}" | ||
597 | B_pn-pulseaudio = "${SEPB}" | ||
598 | #B_pn-python = "${SEPB}" | ||
599 | B_pn-python-dbus = "${SEPB}" | ||
600 | B_pn-python-gst = "${SEPB}" | ||
601 | B_pn-python-native = "${SEPB}" | ||
602 | B_pn-python-pygobject = "${SEPB}" | ||
603 | B_pn-python-pygobject-native = "${SEPB}" | ||
604 | B_pn-python-pygtk = "${SEPB}" | ||
605 | ## Not autotools | ||
606 | ##B_pn-qemu = "${SEPB}" | ||
607 | ##B_pn-qemu-native = "${SEPB}" | ||
608 | ##| /bin/bash: ./git-desc: No such file or directory | ||
609 | ##| /usr/bin/find: `compat': No such file or directory | ||
610 | ##| /bin/bash: /media/build1/poky/build1/tmp/work/x86_64-linux/quilt-native/0.60-r0/build/test/test.quiltrc: No such file or directory | ||
611 | ##| make: *** No rule to make target `Makefile.in', needed by `Makefile'. Stop. | ||
612 | ##B_pn-quilt = "${SEPB}" | ||
613 | ##B_pn-quilt-native = "${SEPB}" | ||
614 | #B_pn-quota = "${SEPB}" | ||
615 | B_pn-randrproto = "${SEPB}" | ||
616 | B_pn-randrproto-native = "${SEPB}" | ||
617 | B_pn-readline = "${SEPB}" | ||
618 | B_pn-readline-native = "${SEPB}" | ||
619 | B_pn-recordproto = "${SEPB}" | ||
620 | B_pn-remake = "${SEPB}" | ||
621 | B_pn-remake-native = "${SEPB}" | ||
622 | B_pn-renderproto = "${SEPB}" | ||
623 | B_pn-renderproto-native = "${SEPB}" | ||
624 | B_pn-resourceproto = "${SEPB}" | ||
625 | B_pn-rgb = "${SEPB}" | ||
626 | B_pn-rpcbind = "${SEPB}" | ||
627 | B_pn-rpm = "${SEPB}" | ||
628 | B_pn-rpm-native = "${SEPB}" | ||
629 | B_pn-rsync = "${SEPB}" | ||
630 | B_pn-rxvt-unicode = "${SEPB}" | ||
631 | B_pn-sato-icon-theme = "${SEPB}" | ||
632 | B_pn-sato-screenshot = "${SEPB}" | ||
633 | B_pn-sbc = "${SEPB}" | ||
634 | B_pn-screen = "${SEPB}" | ||
635 | B_pn-scrnsaverproto = "${SEPB}" | ||
636 | B_pn-sed = "${SEPB}" | ||
637 | B_pn-sed-native = "${SEPB}" | ||
638 | # Wierd out of tree support, could probably be fixed | ||
639 | #i586-poky-linux-gcc: error: setserial.c: No such file or directory | ||
640 | #i586-poky-linux-gcc: fatal error: no input files | ||
641 | #compilation terminated. | ||
642 | #B_pn-setserial = "${SEPB}" | ||
643 | B_pn-settings-daemon = "${SEPB}" | ||
644 | B_pn-sgml-common = "${SEPB}" | ||
645 | B_pn-sgml-common-native = "${SEPB}" | ||
646 | B_pn-shadow = "${SEPB}" | ||
647 | B_pn-shadow-native = "${SEPB}" | ||
648 | B_pn-shared-mime-info = "${SEPB}" | ||
649 | B_pn-shared-mime-info-native = "${SEPB}" | ||
650 | ##configure: error: "This software does not support configuring from another directory. See the INSTALL file" | ||
651 | ##B_pn-slang = "${SEPB}" | ||
652 | B_pn-socat = "${SEPB}" | ||
653 | B_pn-speex = "${SEPB}" | ||
654 | B_pn-sqlite3 = "${SEPB}" | ||
655 | B_pn-sqlite3-native = "${SEPB}" | ||
656 | B_pn-startup-notification = "${SEPB}" | ||
657 | B_pn-strace = "${SEPB}" | ||
658 | B_pn-strace-native = "${SEPB}" | ||
659 | B_pn-subversion = "${SEPB}" | ||
660 | B_pn-subversion-native = "${SEPB}" | ||
661 | B_pn-sudo = "${SEPB}" | ||
662 | B_pn-sysfsutils = "${SEPB}" | ||
663 | B_pn-sysprof = "${SEPB}" | ||
664 | # No automake, no separate build support | ||
665 | #B_pn-sysstat = "${SEPB}" | ||
666 | B_pn-systemtap = "${SEPB}" | ||
667 | B_pn-systemtap-native = "${SEPB}" | ||
668 | B_pn-tar = "${SEPB}" | ||
669 | B_pn-tar-replacement-native = "${SEPB}" | ||
670 | B_pn-tcl = "${SEPB}" | ||
671 | B_pn-tcl-native = "${SEPB}" | ||
672 | B_pn-telepathy-glib = "${SEPB}" | ||
673 | B_pn-telepathy-idle = "${SEPB}" | ||
674 | B_pn-telepathy-mission-control = "${SEPB}" | ||
675 | B_pn-telepathy-python = "${SEPB}" | ||
676 | B_pn-texi2html = "${SEPB}" | ||
677 | B_pn-texinfo = "${SEPB}" | ||
678 | B_pn-texinfo-native = "${SEPB}" | ||
679 | B_pn-tiff = "${SEPB}" | ||
680 | B_pn-tiff-native = "${SEPB}" | ||
681 | B_pn-time = "${SEPB}" | ||
682 | B_pn-tremor = "${SEPB}" | ||
683 | B_pn-tslib = "${SEPB}" | ||
684 | B_pn-udev = "${SEPB}" | ||
685 | # Not automake, no out of tree build support | ||
686 | #B_pn-unfs-server-native = "${SEPB}" | ||
687 | B_pn-usbutils = "${SEPB}" | ||
688 | B_pn-util-linux = "${SEPB}" | ||
689 | B_pn-util-linux-native = "${SEPB}" | ||
690 | B_pn-util-macros = "${SEPB}" | ||
691 | B_pn-util-macros-native = "${SEPB}" | ||
692 | B_pn-valgrind = "${SEPB}" | ||
693 | B_pn-videoproto = "${SEPB}" | ||
694 | B_pn-vte = "${SEPB}" | ||
695 | B_pn-watchdog = "${SEPB}" | ||
696 | B_pn-wayland = "${SEPB}" | ||
697 | B_pn-wayland-native = "${SEPB}" | ||
698 | # Not even going there | ||
699 | #B_pn-webkit-gtk = "${SEPB}" | ||
700 | B_pn-web-webkit = "${SEPB}" | ||
701 | B_pn-weston = "${SEPB}" | ||
702 | B_pn-wget = "${SEPB}" | ||
703 | B_pn-which = "${SEPB}" | ||
704 | B_pn-x11perf = "${SEPB}" | ||
705 | #B_pn-x11vnc = "${SEPB}" | ||
706 | B_pn-xauth = "${SEPB}" | ||
707 | B_pn-xcb-proto = "${SEPB}" | ||
708 | B_pn-xcb-proto-native = "${SEPB}" | ||
709 | B_pn-xcb-util = "${SEPB}" | ||
710 | B_pn-xcb-util-image = "${SEPB}" | ||
711 | B_pn-xcb-util-keysyms = "${SEPB}" | ||
712 | B_pn-xcb-util-renderutil = "${SEPB}" | ||
713 | B_pn-xcb-util-wm = "${SEPB}" | ||
714 | B_pn-xcmiscproto = "${SEPB}" | ||
715 | B_pn-xcmiscproto-native = "${SEPB}" | ||
716 | B_pn-xcursor-transparent-theme = "${SEPB}" | ||
717 | # No out of tree support, no automake | ||
718 | #/usr/bin/install: cannot stat `xdg-desktop-menu': No such file or directory | ||
719 | #/usr/bin/install: cannot stat `xdg-desktop-icon': No such file or directory | ||
720 | #/usr/bin/install: cannot stat `xdg-mime': No such file or directory | ||
721 | #/usr/bin/install: cannot stat `xdg-icon-resource': No such file or directory | ||
722 | #/usr/bin/install: cannot stat `xdg-open': No such file or directory | ||
723 | #/usr/bin/install: cannot stat `xdg-email': No such file or directory | ||
724 | #/usr/bin/install: cannot stat `xdg-screensaver': No such file or directory | ||
725 | #make[1]: *** [install] Error 1 | ||
726 | #Probably fixable | ||
727 | #B_pn-xdg-utils = "${SEPB}" | ||
728 | B_pn-xdpyinfo = "${SEPB}" | ||
729 | B_pn-xev = "${SEPB}" | ||
730 | B_pn-xextproto = "${SEPB}" | ||
731 | B_pn-xextproto-native = "${SEPB}" | ||
732 | B_pn-xeyes = "${SEPB}" | ||
733 | B_pn-xf86dgaproto = "${SEPB}" | ||
734 | B_pn-xf86driproto = "${SEPB}" | ||
735 | B_pn-xf86-input-evdev = "${SEPB}" | ||
736 | B_pn-xf86-input-keyboard = "${SEPB}" | ||
737 | B_pn-xf86-input-mouse = "${SEPB}" | ||
738 | B_pn-xf86-input-synaptics = "${SEPB}" | ||
739 | B_pn-xf86-input-vmmouse = "${SEPB}" | ||
740 | B_pn-xf86miscproto = "${SEPB}" | ||
741 | B_pn-xf86-video-fbdev = "${SEPB}" | ||
742 | B_pn-xf86-video-imxfb = "${SEPB}" | ||
743 | B_pn-xf86-video-intel = "${SEPB}" | ||
744 | B_pn-xf86-video-mga = "${SEPB}" | ||
745 | B_pn-xf86-video-modesetting = "${SEPB}" | ||
746 | B_pn-xf86-video-omap = "${SEPB}" | ||
747 | B_pn-xf86-video-omapfb = "${SEPB}" | ||
748 | B_pn-xf86-video-vesa = "${SEPB}" | ||
749 | B_pn-xf86-video-vmware = "${SEPB}" | ||
750 | B_pn-xf86vidmodeproto = "${SEPB}" | ||
751 | B_pn-xhost = "${SEPB}" | ||
752 | B_pn-xineramaproto = "${SEPB}" | ||
753 | B_pn-xinetd = "${SEPB}" | ||
754 | B_pn-xinit = "${SEPB}" | ||
755 | B_pn-xinput = "${SEPB}" | ||
756 | B_pn-xkbcomp = "${SEPB}" | ||
757 | B_pn-xkbcomp-native = "${SEPB}" | ||
758 | B_pn-xkeyboard-config = "${SEPB}" | ||
759 | B_pn-xmodmap = "${SEPB}" | ||
760 | B_pn-xorg-cf-files = "${SEPB}" | ||
761 | B_pn-xorg-cf-files-native = "${SEPB}" | ||
762 | B_pn-xprop = "${SEPB}" | ||
763 | B_pn-xproto = "${SEPB}" | ||
764 | B_pn-xproto-native = "${SEPB}" | ||
765 | B_pn-xrandr = "${SEPB}" | ||
766 | B_pn-xrestop = "${SEPB}" | ||
767 | B_pn-xserver-xorg = "${SEPB}" | ||
768 | B_pn-xset = "${SEPB}" | ||
769 | B_pn-xtrans = "${SEPB}" | ||
770 | B_pn-xtrans-native = "${SEPB}" | ||
771 | B_pn-xtscal = "${SEPB}" | ||
772 | B_pn-xvideo-tests = "${SEPB}" | ||
773 | B_pn-xvinfo = "${SEPB}" | ||
774 | B_pn-xwininfo = "${SEPB}" | ||
775 | B_pn-xz = "${SEPB}" | ||
776 | B_pn-xz-native = "${SEPB}" | ||
777 | B_pn-yasm = "${SEPB}" | ||
778 | B_pn-yasm-native = "${SEPB}" | ||
779 | B_pn-zaurusd = "${SEPB}" | ||
780 | |||