[oe-commits] Koen Kooi : angstrom: disable packagehistory, it works a bit too well with multimachine builds

git version control git at git.openembedded.org
Wed Jul 15 23:17:13 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jul 16 01:10:42 2009 +0200

angstrom: disable packagehistory, it works a bit too well with multimachine builds

---

 conf/distro/include/angstrom.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index b56e3da..a40fe5f 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -77,7 +77,8 @@ INHERIT += "devshell"
 INHERIT += "angstrom-mirrors" 
 
 #run QA tests on builds and packages and log them  
-INHERIT += "insane packagehistory"
+INHERIT += "insane"
+# INHERIT += "packagehistory"
 QA_LOG = "1"
 
 #run QA tests on recipes





More information about the Openembedded-commits mailing list