diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-17 15:14:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-17 15:14:24 +0200 |
commit | d08c79150d7c98e43965e788c50fc097b12ce123 (patch) | |
tree | 58f60cdef31b2b797a0289df0fa4ec1f212143df /classes/packagehistory.bbclass | |
parent | f664860f50a0a0649fe3d4758171445dd51d5535 (diff) |
packagehistory bbclass: hotfix from RP to work around the multiple-machine-share-same-kernel problem
Diffstat (limited to 'classes/packagehistory.bbclass')
-rw-r--r-- | classes/packagehistory.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/packagehistory.bbclass b/classes/packagehistory.bbclass index fdc47cb9b4..b435149d22 100644 --- a/classes/packagehistory.bbclass +++ b/classes/packagehistory.bbclass @@ -2,8 +2,7 @@ inherit package PACKAGEFUNCS += "emit_pkghistory" -PKGHIST_DIR = "${TMPDIR}/pkghistory/" - +PKGHIST_DIR = "${TMPDIR}/pkghistory/${BASEPKG_TARGET_SYS}/" # # Called during do_package to write out metadata about this package |