diff options
author | Ross Burton <ross.burton@intel.com> | 2013-08-06 12:23:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-12 13:09:52 +0100 |
commit | afd80c05691efff43bdee86b5fba7f6cb1adfedc (patch) | |
tree | 23b0fc602695e1e37b153e7856718a9bae15c72a | |
parent | 6305e6a0ad21c04b75bc4e4216ec55f44fe9f458 (diff) | |
download | poky-afd80c05691efff43bdee86b5fba7f6cb1adfedc.tar.gz |
separatebuilddir: add comments
Add a comment explaining the libproxy failure, and note that wpa-supplicant doesn't support B!=S.
(From OE-Core rev: ba9b3465bcd639a78328e9d2540c14cddf53cae5)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/seperatebuilddir.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc index 979f44b471..fbd5bdb7f3 100644 --- a/meta/conf/distro/include/seperatebuilddir.inc +++ b/meta/conf/distro/include/seperatebuilddir.inc | |||
@@ -323,6 +323,7 @@ B_pn-libpcre = "${SEPB}" | |||
323 | B_pn-libpcre-native = "${SEPB}" | 323 | B_pn-libpcre-native = "${SEPB}" |
324 | B_pn-libpng = "${SEPB}" | 324 | B_pn-libpng = "${SEPB}" |
325 | B_pn-libpng-native = "${SEPB}" | 325 | B_pn-libpng-native = "${SEPB}" |
326 | # Needs automatic support in cmake.bbclass | ||
326 | #B_pn-libproxy = "${SEPB}" | 327 | #B_pn-libproxy = "${SEPB}" |
327 | B_pn-libpthread-stubs = "${SEPB}" | 328 | B_pn-libpthread-stubs = "${SEPB}" |
328 | B_pn-libpthread-stubs-native = "${SEPB}" | 329 | B_pn-libpthread-stubs-native = "${SEPB}" |
@@ -773,3 +774,6 @@ B_pn-xz-native = "${SEPB}" | |||
773 | B_pn-yasm = "${SEPB}" | 774 | B_pn-yasm = "${SEPB}" |
774 | B_pn-yasm-native = "${SEPB}" | 775 | B_pn-yasm-native = "${SEPB}" |
775 | B_pn-zaurusd = "${SEPB}" | 776 | B_pn-zaurusd = "${SEPB}" |
777 | |||
778 | # Recipes that cannot by design use a separate build directory: | ||
779 | # wpa-supplicant | ||