diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-29 15:16:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-29 15:16:19 +0000 |
commit | c107af790fbe33dee0eac6e80f586f35cc242cab (patch) | |
tree | 26f27e919d8a9ff158e2a3c4e8aa3d5686713ef7 /meta/classes | |
parent | 3255b1d2c96c464fcba71cf7e4a5f0f2bfcecb50 (diff) | |
download | poky-c107af790fbe33dee0eac6e80f586f35cc242cab.tar.gz |
base.bbclass: Clean up staging references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3017 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/base.bbclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 13c76431c6..2196aec631 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -684,10 +684,10 @@ base_do_stage () { | |||
684 | : | 684 | : |
685 | } | 685 | } |
686 | 686 | ||
687 | do_populate_staging[dirs] = "${STAGING_DIR}/${TARGET_SYS}/bin ${STAGING_DIR}/${TARGET_SYS}/lib \ | 687 | do_populate_staging[dirs] = "${STAGING_DIR_TARGET}/bin ${STAGING_DIR_TARGET}/lib \ |
688 | ${STAGING_DIR}/${TARGET_SYS}/include \ | 688 | ${STAGING_DIR_TARGET}/include \ |
689 | ${STAGING_DIR}/${BUILD_SYS}/bin ${STAGING_DIR}/${BUILD_SYS}/lib \ | 689 | ${STAGING_BINDIR_NATIVE} ${STAGING_LIBDIR_NATIVE} \ |
690 | ${STAGING_DIR}/${BUILD_SYS}/include \ | 690 | ${STAGING_INCDIR_NATIVE} \ |
691 | ${STAGING_DATADIR} \ | 691 | ${STAGING_DATADIR} \ |
692 | ${S} ${B}" | 692 | ${S} ${B}" |
693 | 693 | ||