From: Koen Kooi Date: Fri, 17 Jul 2009 13:14:24 +0000 (+0200) Subject: packagehistory bbclass: hotfix from RP to work around the multiple-machine-share... X-Git-Tag: Release-2010-05/1~2941^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d08c79150d7c98e43965e788c50fc097b12ce123;p=openembedded.git packagehistory bbclass: hotfix from RP to work around the multiple-machine-share-same-kernel problem --- 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