diff options
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r-- | meta/classes/native.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 3ca9d62845..aec7fe38a9 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -60,6 +60,9 @@ base_prefix = "${STAGING_DIR_NATIVE}" | |||
60 | prefix = "${STAGING_DIR_NATIVE}${prefix_native}" | 60 | prefix = "${STAGING_DIR_NATIVE}${prefix_native}" |
61 | exec_prefix = "${STAGING_DIR_NATIVE}${prefix_native}" | 61 | exec_prefix = "${STAGING_DIR_NATIVE}${prefix_native}" |
62 | 62 | ||
63 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}" | ||
64 | do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_NATIVE}" | ||
65 | |||
63 | # Since we actually install these into situ there is no staging prefix | 66 | # Since we actually install these into situ there is no staging prefix |
64 | STAGING_DIR_HOST = "" | 67 | STAGING_DIR_HOST = "" |
65 | STAGING_DIR_TARGET = "" | 68 | STAGING_DIR_TARGET = "" |