mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6305e6a0ad
commit
afd80c0569
@@ -323,6 +323,7 @@ B_pn-libpcre = "${SEPB}"
|
||||
B_pn-libpcre-native = "${SEPB}"
|
||||
B_pn-libpng = "${SEPB}"
|
||||
B_pn-libpng-native = "${SEPB}"
|
||||
# Needs automatic support in cmake.bbclass
|
||||
#B_pn-libproxy = "${SEPB}"
|
||||
B_pn-libpthread-stubs = "${SEPB}"
|
||||
B_pn-libpthread-stubs-native = "${SEPB}"
|
||||
@@ -773,3 +774,6 @@ B_pn-xz-native = "${SEPB}"
|
||||
B_pn-yasm = "${SEPB}"
|
||||
B_pn-yasm-native = "${SEPB}"
|
||||
B_pn-zaurusd = "${SEPB}"
|
||||
|
||||
# Recipes that cannot by design use a separate build directory:
|
||||
# wpa-supplicant
|
||||
|
||||
Reference in New Issue
Block a user