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-bsp/grub/grub_git.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-bsp/grub/grub_git.bb') diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index c2760c9ace..6a0e3ee036 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb @@ -44,7 +44,6 @@ do_install_append () { INHIBIT_PACKAGE_DEBUG_SPLIT = "1" RDEPENDS_${PN} = "diffutils freetype" -FILES_${PN}-dbg += "${libdir}/${BPN}/*/.debug" INSANE_SKIP_${PN} = "arch" INSANE_SKIP_${PN}-dbg = "arch" -- cgit 1.2.3-korg