[oe-commits] Koen Kooi : packagehistory bbclass: hotfix from RP to work around the multiple-machine-share-same-kernel problem

git version control git at git.openembedded.org
Fri Jul 17 13:23:42 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d08c79150d7c98e43965e788c50fc097b12ce123
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d08c79150d7c98e43965e788c50fc097b12ce123

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Jul 17 15:14:24 2009 +0200

packagehistory bbclass: hotfix from RP to work around the multiple-machine-share-same-kernel problem

---

 classes/packagehistory.bbclass |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/classes/packagehistory.bbclass b/classes/packagehistory.bbclass
index fdc47cb..b435149 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





More information about the Openembedded-commits mailing list