This resolves the QA warning:
WARNING: For recipe sato-screenshot, the following files/directories were installed but not shipped in any package:
WARNING: /usr/lib/matchbox-panel/libscreenshot.la
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
DEPENDS = "matchbox-panel-2"
SRCREV = "c792e4edc758bab21e0b01814979eacf0b1af945"
PV = "0.1+git${SRCPV}"
-PR = "r1"
+PR = "r2"
SRC_URI = "git://git.yoctoproject.org/screenshot;protocol=git \
file://fix_ldadd_order.patch"
FILES_${PN} += "${libdir}/matchbox-panel/*.so"
FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
+
+do_install_append () {
+ rm ${D}${libdir}/matchbox-panel/*.la
+}