From 9c6b7ee064ee0241ad3aef6bc8c0be5adb6eed7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 12 Oct 2019 15:07:30 +0200 Subject: [PATCH] Remove thud from compatible reveisions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit meta-qt5 ships qt 5.11.3 which does not meet kde's requirements any more Signed-off-by: Andreas Müller --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5d671682..9ffd716b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -19,7 +19,7 @@ LAYERDEPENDS_meta-qt5-extra = " \ gnome-layer \ meta-python \ " -LAYERSERIES_COMPAT_meta-qt5-extra = "thud warrior zeus" +LAYERSERIES_COMPAT_meta-qt5-extra = "warrior zeus" LICENSE_PATH += "${LAYERDIR}/files/licenses"