From ee0f1b93ec8ad37367ec79c38cdb3504aeca5085 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 24 Jan 2011 22:39:09 +0000 Subject: [PATCH] minimal.conf: inherit devshell task MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Everybody loves devshell Signed-off-by: Víctor Manuel Jáquez Leal Acked-by: Michael 'Mickey' Lauer Acked-by: Frans Meulenbroeks --- conf/distro/minimal.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index f495d13427..9c623dc9b5 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -104,6 +104,9 @@ QA_LOG = "1" #run QA tests on recipes INHERIT += "recipe_sanity" +#make devshell available as task +INHERIT += "devshell" + ############################################################################# # PREFERRED VERSIONS ############################################################################# -- 2.39.5