From d2b5e12a63a4f1aca24739378668b4e6a17c54dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 13 Nov 2018 11:03:59 +0100 Subject: [PATCH] conf: Don't force our users to use buildhistrory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/include/mortsgna.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/distro/include/mortsgna.inc b/conf/distro/include/mortsgna.inc index b095142..af62aaa 100644 --- a/conf/distro/include/mortsgna.inc +++ b/conf/distro/include/mortsgna.inc @@ -49,9 +49,6 @@ INHERIT += "devshell" INHERIT += "insane" QA_LOG = "1" -INHERIT += "buildhistory" -BUILDHISTORY_COMMIT = "1" - # run QA tests on recipes #INHERIT += "recipe_sanity"