base.bbclass: Clean up staging references

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3017 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-10-29 15:16:19 +00:00
parent 3255b1d2c9
commit c107af790f
1 changed files with 4 additions and 4 deletions

View File

@ -684,10 +684,10 @@ base_do_stage () {
:
}
do_populate_staging[dirs] = "${STAGING_DIR}/${TARGET_SYS}/bin ${STAGING_DIR}/${TARGET_SYS}/lib \
${STAGING_DIR}/${TARGET_SYS}/include \
${STAGING_DIR}/${BUILD_SYS}/bin ${STAGING_DIR}/${BUILD_SYS}/lib \
${STAGING_DIR}/${BUILD_SYS}/include \
do_populate_staging[dirs] = "${STAGING_DIR_TARGET}/bin ${STAGING_DIR_TARGET}/lib \
${STAGING_DIR_TARGET}/include \
${STAGING_BINDIR_NATIVE} ${STAGING_LIBDIR_NATIVE} \
${STAGING_INCDIR_NATIVE} \
${STAGING_DATADIR} \
${S} ${B}"