From c0b076183453b890a5baaf5bbd2d53061e5ecc84 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 16 Jul 2009 01:10:42 +0200 Subject: angstrom: disable packagehistory, it works a bit too well with multimachine builds --- conf/distro/include/angstrom.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index b56e3da132..a40fe5fbc8 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 -- cgit 1.2.3-korg