From b73f6a65e1e8c6f497ddcb911e68772142f37429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 14 Jun 2018 00:32:58 +0200 Subject: [PATCH] kio: fix/rework packing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/kf5/tier3/kio/kio.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/recipes-kde/kf5/tier3/kio/kio.bb b/recipes-kde/kf5/tier3/kio/kio.bb index c9e805b3..dc40a1a4 100644 --- a/recipes-kde/kf5/tier3/kio/kio.bb +++ b/recipes-kde/kf5/tier3/kio/kio.bb @@ -49,11 +49,6 @@ FILES_${PN} += " \ ${datadir}/dbus-1 \ ${datadir}/k*5 \ ${datadir}/polkit-1 \ + ${datadir}/kconf_update \ ${OE_QMAKE_PATH_PLUGINS} \ " -FILES_${PN}-dbg += " \ - ${libdir}/${BPN}/kf5/.debug \ - ${OE_QMAKE_PATH_PLUGINS}/.debug \ - ${OE_QMAKE_PATH_PLUGINS}/*/.debug \ - ${OE_QMAKE_PATH_PLUGINS}/*/*/.debug \ -"