From 3ab59d49dd7c18e194b58d1248b4b87709b5a738 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 15 Dec 2015 15:40:23 +0000 Subject: meta: Drop now pointless manual -dbg packaging With the autodebug package generation logic, specifically setting FILES_${PN}-dbg isn't needed in most cases, we can remove them. Signed-off-by: Richard Purdie --- meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb') diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb index 0d321d3992..acfd2bb4f8 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb @@ -35,8 +35,6 @@ FILES_${PN} = "${bindir}/ \ ${datadir}/pixmaps \ ${datadir}/matchbox-keyboard" -FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/immodules/.debug" - FILES_${PN}-im = "${libdir}/gtk-2.0/*/immodules/*.so" FILES_${PN}-applet = "${libdir}/matchbox-panel/*.so" -- cgit 1.2.3-korg