From e0890b662e590d18a4eb7229b469f0078f97b1e7 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. (From OE-Core rev: 3ab59d49dd7c18e194b58d1248b4b87709b5a738) Signed-off-by: Richard Purdie --- meta/recipes-support/libfm/libfm_1.2.3.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-support/libfm') diff --git a/meta/recipes-support/libfm/libfm_1.2.3.bb b/meta/recipes-support/libfm/libfm_1.2.3.bb index e9ff6569c0..cf2f0f9a72 100644 --- a/meta/recipes-support/libfm/libfm_1.2.3.bb +++ b/meta/recipes-support/libfm/libfm_1.2.3.bb @@ -25,7 +25,6 @@ do_configure[dirs] =+ "${S}/m4" PACKAGES += "${PN}-mime" FILES_${PN}-mime = "${datadir}/mime/" -FILES_${PN}-dbg += "${libdir}/libfm/modules/.debug" do_install_append () { # remove files which are part of libfm-extra -- cgit v1.2.3-54-g00ecf