packagehistory bbclass: hotfix from RP to work around the multiple-machine-share...
authorKoen Kooi <koen@openembedded.org>
Fri, 17 Jul 2009 13:14:24 +0000 (15:14 +0200)
committerKoen Kooi <koen@openembedded.org>
Fri, 17 Jul 2009 13:14:24 +0000 (15:14 +0200)
classes/packagehistory.bbclass

index fdc47cb..b435149 100644 (file)
@@ -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