aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-17 15:14:24 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-17 15:14:24 +0200
commitd08c79150d7c98e43965e788c50fc097b12ce123 (patch)
tree58f60cdef31b2b797a0289df0fa4ec1f212143df /classes
parentf664860f50a0a0649fe3d4758171445dd51d5535 (diff)
downloadopenembedded-d08c79150d7c98e43965e788c50fc097b12ce123.tar.gz
packagehistory bbclass: hotfix from RP to work around the multiple-machine-share-same-kernel problem
Diffstat (limited to 'classes')
-rw-r--r--classes/packagehistory.bbclass3
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