From 6ae0e52e963fb9b7155136016a48425087fe4fc3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Jan 2017 16:01:10 +0100 Subject: mock: always get dts in buildroot --- el7xt.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el7xt.cfg') diff --git a/el7xt.cfg b/el7xt.cfg index 4aa1996..e024419 100644 --- a/el7xt.cfg +++ b/el7xt.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build devtoolset-6-toolchain' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True -- cgit