From d1014d8b2e40f36cd85d75cfd3732f6b124dab2f Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 31 Oct 2016 16:17:43 +0200 Subject: sdk: do not explicitly define Qt dependency packages Until now, the toolchain used by CI has been created without Qt, but with all (best guess) Qt dependencies. Now toolchain is created with Qt and we get all Qt dependencies correctly into the toolchain. As a consequence, CI will now need to build Qt, which has not been covered in CI before. The difference between embedded-sdk and embedded-qt5-sdk is that the former does not include files needed for debugging. Change-Id: Ie2be156c07e51119c0d4782494d6bcde6f34ed60 Reviewed-by: Risto Avila --- conf/distro/include/colibri-vf.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'conf/distro/include/colibri-vf.conf') diff --git a/conf/distro/include/colibri-vf.conf b/conf/distro/include/colibri-vf.conf index d75bd9b..accd2ca 100644 --- a/conf/distro/include/colibri-vf.conf +++ b/conf/distro/include/colibri-vf.conf @@ -52,7 +52,3 @@ DISTRO_FEATURES_remove = "webengine" MACHINE_EXTRA_INSTALL += "\ opengldummy \ " - -MACHINE_EXTRA_INSTALL_SDK += "\ - opengldummy-dev \ - " -- cgit v1.2.3-54-g00ecf