From e0208bb942fcf73a0628e5f4297c40687020a280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 17 Mar 2019 22:16:05 +0100 Subject: [PATCH] kf5-world: add baloo-no-autostart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/packagegroups/kf5-world.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes-kde/packagegroups/kf5-world.bb b/recipes-kde/packagegroups/kf5-world.bb index ec686fab..8c18ce49 100644 --- a/recipes-kde/packagegroups/kf5-world.bb +++ b/recipes-kde/packagegroups/kf5-world.bb @@ -102,7 +102,12 @@ UNTIER = " \ extra-cmake-modules \ " +# avoid performance sink RDEPENDS_${PN} = " \ + baloo-no-autostart \ +" + +RDEPENDS_${PN} += " \ ${TIER_1} \ ${TIER_2} \ ${TIER_3} \