diff options
author | Ross Burton <ross.burton@intel.com> | 2013-08-06 12:23:49 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-09 08:54:46 -0700 |
commit | ba9b3465bcd639a78328e9d2540c14cddf53cae5 (patch) | |
tree | 30f65d1d728a1237a47c18e902e5d8884aae77d9 /meta/conf | |
parent | 1e055f184e7ac62118fe04dfa9860cd7819eaddb (diff) | |
download | openembedded-core-ba9b3465bcd639a78328e9d2540c14cddf53cae5.tar.gz openembedded-core-ba9b3465bcd639a78328e9d2540c14cddf53cae5.tar.bz2 openembedded-core-ba9b3465bcd639a78328e9d2540c14cddf53cae5.zip |
separatebuilddir: add comments
Add a comment explaining the libproxy failure, and note that wpa-supplicant doesn't support B!=S.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/conf')
-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}" 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 |