angstrom: disable packagehistory, it works a bit too well with multimachine builds
authorKoen Kooi <koen@openembedded.org>
Wed, 15 Jul 2009 23:10:42 +0000 (01:10 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 15 Jul 2009 23:10:42 +0000 (01:10 +0200)
conf/distro/include/angstrom.inc

index b56e3da..a40fe5f 100644 (file)
@@ -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