diff options
-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 | ||