[oe-commits] org.oe.dev base.bbclass: Update staging references (from poky)

rpurdie commit openembedded-commits at lists.openembedded.org
Mon Oct 29 16:16:49 UTC 2007


base.bbclass: Update staging references (from poky)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 849d46582537f3494c18d3e29f9b31a4cbb6eb5a
ViewMTN: http://monotone.openembedded.org/revision/info/849d46582537f3494c18d3e29f9b31a4cbb6eb5a
Files:
1
classes/base.bbclass
Diffs:

#
# mt diff -r0f57b5b21a118ed174ff423b79e9ac2859b2d5be -r849d46582537f3494c18d3e29f9b31a4cbb6eb5a
#
# 
# 
# patch "classes/base.bbclass"
#  from [c613ae9e914f3d1caac56bfd222330fce26d9a52]
#    to [3ed22d57fb63f06bd2a9048e0bac9c28dde7dc37]
# 
============================================================
--- classes/base.bbclass	c613ae9e914f3d1caac56bfd222330fce26d9a52
+++ classes/base.bbclass	3ed22d57fb63f06bd2a9048e0bac9c28dde7dc37
@@ -687,10 +687,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}"
 






More information about the Openembedded-commits mailing list