diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/cross.bbclass | 2 | ||||
-rw-r--r-- | meta/classes/native.bbclass | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index 735f6d263f..b57e523465 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass | |||
@@ -54,7 +54,7 @@ base_sbindir = "${bindir}" | |||
54 | libdir = "${exec_prefix}/lib/${CROSS_TARGET_SYS_DIR}" | 54 | libdir = "${exec_prefix}/lib/${CROSS_TARGET_SYS_DIR}" |
55 | libexecdir = "${exec_prefix}/libexec/${CROSS_TARGET_SYS_DIR}" | 55 | libexecdir = "${exec_prefix}/libexec/${CROSS_TARGET_SYS_DIR}" |
56 | 56 | ||
57 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}" | 57 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}/" |
58 | 58 | ||
59 | python cross_virtclass_handler () { | 59 | python cross_virtclass_handler () { |
60 | if not isinstance(e, bb.event.RecipePreFinalise): | 60 | if not isinstance(e, bb.event.RecipePreFinalise): |
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 6314ba1b1d..1462ffb6d4 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -82,8 +82,8 @@ bindir .= "${NATIVE_PACKAGE_PATH_SUFFIX}" | |||
82 | libdir .= "${NATIVE_PACKAGE_PATH_SUFFIX}" | 82 | libdir .= "${NATIVE_PACKAGE_PATH_SUFFIX}" |
83 | libexecdir .= "${NATIVE_PACKAGE_PATH_SUFFIX}" | 83 | libexecdir .= "${NATIVE_PACKAGE_PATH_SUFFIX}" |
84 | 84 | ||
85 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}" | 85 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}/" |
86 | do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_NATIVE}" | 86 | do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_NATIVE}/" |
87 | 87 | ||
88 | # Since we actually install these into situ there is no staging prefix | 88 | # Since we actually install these into situ there is no staging prefix |
89 | STAGING_DIR_HOST = "" | 89 | STAGING_DIR_HOST = "" |