[oe-commits] org.oe.dev multimachine: remove spurious hyphen in staging-kernel-dir

koen commit openembedded-commits at lists.openembedded.org
Wed Sep 27 13:53:21 UTC 2006


multimachine: remove spurious hyphen in staging-kernel-dir

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 5a91122748a2eff5f19fc8d9fdd0d6d0b748f3d8
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5a91122748a2eff5f19fc8d9fdd0d6d0b748f3d8
Files:
1
classes/multimachine.bbclass
Diffs:

#
# mt diff -r357d97e86b9fe8fce1d432f4c1abcd5d56b0107c -r5a91122748a2eff5f19fc8d9fdd0d6d0b748f3d8
#
# 
# 
# patch "classes/multimachine.bbclass"
#  from [239915f27da367e8fd54583dd021b70eeb1f1205]
#    to [facafe4d437231f4b680149eac4fe289fe188d7e]
# 
============================================================
--- classes/multimachine.bbclass	239915f27da367e8fd54583dd021b70eeb1f1205
+++ classes/multimachine.bbclass	facafe4d437231f4b680149eac4fe289fe188d7e
@@ -1,6 +1,6 @@ WORKDIR = "${TMPDIR}/work/${MULTIMACH_AR
 STAMP = "${TMPDIR}/stamps/${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}/${PF}"
 WORKDIR = "${TMPDIR}/work/${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}/${PF}"
-STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_ARCH}-${TARGET_VENDOR}-${TARGET_OS}/kernel"
+STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}/kernel"
 
 # Find any machine specific sub packages and if present, mark the 
 # whole package as machine specific for multimachine purposes.






More information about the Openembedded-commits mailing list