From ce7ea10a1cca25b94c0a3701d3f32bffc0a7d56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 7 Feb 2016 16:05:42 +0100 Subject: [PATCH] libksysguard: enhance packing by splitting datadir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/plasma/untier/libksysguard/libksysguard.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes-kde/plasma/untier/libksysguard/libksysguard.bb b/recipes-kde/plasma/untier/libksysguard/libksysguard.bb index c4350364..230b3c07 100644 --- a/recipes-kde/plasma/untier/libksysguard/libksysguard.bb +++ b/recipes-kde/plasma/untier/libksysguard/libksysguard.bb @@ -32,5 +32,10 @@ SRC_URI[sha256sum] = "81573caf0d2110c0c4ea934c91fb7d117dbc6ec40b9c7227f4283f50e3 CMAKE_ALIGN_SYSROOT[1] = "KF5SysGuard, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_ALIGN_SYSROOT[2] = "KF5SysGuard, -S${includedir}, -S${STAGING_INCDIR}" -FILES_${PN} += "${datadir} ${libdir}/kauth" +FILES_${PN} += " \ + ${datadir}/dbus-1 \ + ${datadir}/polkit-1 \ + ${datadir}/ksysguard \ + ${libdir}/kauth \ +" FILES_${PN}-dbg += "${libdir}/kauth/.debug"