From d08c79150d7c98e43965e788c50fc097b12ce123 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 17 Jul 2009 15:14:24 +0200 Subject: packagehistory bbclass: hotfix from RP to work around the multiple-machine-share-same-kernel problem --- classes/packagehistory.bbclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'classes') 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 -- cgit 1.2.3-korg