diff options
-rw-r--r-- | meta/classes/cross.bbclass | 2 | ||||
-rw-r--r-- | meta/classes/native.bbclass | 4 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-initial.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/uclibc/uclibc-initial_0.9.33.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/uclibc/uclibc-initial_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-initial.inc | 4 |
6 files changed, 8 insertions, 8 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 = "" |
diff --git a/meta/recipes-core/eglibc/eglibc-initial.inc b/meta/recipes-core/eglibc/eglibc-initial.inc index c1a090e39e..83b1d2cecf 100644 --- a/meta/recipes-core/eglibc/eglibc-initial.inc +++ b/meta/recipes-core/eglibc/eglibc-initial.inc | |||
@@ -72,7 +72,7 @@ eglibcinitial_sstate_postinst() { | |||
72 | fi | 72 | fi |
73 | } | 73 | } |
74 | 74 | ||
75 | do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_TCBOOTSTRAP}" | 75 | do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_TCBOOTSTRAP}/" |
76 | 76 | ||
77 | # We don't install any scripts so there is nothing to evacuate | 77 | # We don't install any scripts so there is nothing to evacuate |
78 | do_evacuate_scripts () { | 78 | do_evacuate_scripts () { |
diff --git a/meta/recipes-core/uclibc/uclibc-initial_0.9.33.bb b/meta/recipes-core/uclibc/uclibc-initial_0.9.33.bb index 22f56de1c2..4620c96bb0 100644 --- a/meta/recipes-core/uclibc/uclibc-initial_0.9.33.bb +++ b/meta/recipes-core/uclibc/uclibc-initial_0.9.33.bb | |||
@@ -33,4 +33,4 @@ do_siteconfig () { | |||
33 | : | 33 | : |
34 | } | 34 | } |
35 | 35 | ||
36 | do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_TCBOOTSTRAP}" | 36 | do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_TCBOOTSTRAP}/" |
diff --git a/meta/recipes-core/uclibc/uclibc-initial_git.bb b/meta/recipes-core/uclibc/uclibc-initial_git.bb index c0b7d52f60..9e3edbddb3 100644 --- a/meta/recipes-core/uclibc/uclibc-initial_git.bb +++ b/meta/recipes-core/uclibc/uclibc-initial_git.bb | |||
@@ -33,4 +33,4 @@ do_siteconfig () { | |||
33 | : | 33 | : |
34 | } | 34 | } |
35 | 35 | ||
36 | do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_TCBOOTSTRAP}" | 36 | do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_TCBOOTSTRAP}/" |
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc b/meta/recipes-devtools/gcc/gcc-cross-initial.inc index ff6556c5ec..1ac1db6eac 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-initial.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-initial.inc | |||
@@ -74,6 +74,6 @@ sysroot_stage_all() { | |||
74 | mv ${SYSROOT_DESTDIR}${target_libdir}/* ${SYSROOT_DESTDIR}${STAGING_DIR_TARGET}${target_libdir}/ || true | 74 | mv ${SYSROOT_DESTDIR}${target_libdir}/* ${SYSROOT_DESTDIR}${STAGING_DIR_TARGET}${target_libdir}/ || true |
75 | } | 75 | } |
76 | 76 | ||
77 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_HOST} ${SYSROOT_DESTDIR}/${STAGING_DIR_TARGET}/${target_base_libdir}" | 77 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_HOST}/ ${SYSROOT_DESTDIR}/${STAGING_DIR_TARGET}/${target_base_libdir}/" |
78 | do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_HOST} ${STAGING_DIR_TCBOOTSTRAP}/${target_base_libdir}" | 78 | do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_HOST}/ ${STAGING_DIR_TCBOOTSTRAP}/${target_base_libdir}/" |
79 | 79 | ||