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-support/gnupg/gnupg_1.4.7.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-support/gnupg') diff --git a/meta/recipes-support/gnupg/gnupg_1.4.7.bb b/meta/recipes-support/gnupg/gnupg_1.4.7.bb index 6999f81f84..b4ccbfed69 100644 --- a/meta/recipes-support/gnupg/gnupg_1.4.7.bb +++ b/meta/recipes-support/gnupg/gnupg_1.4.7.bb @@ -98,7 +98,6 @@ FILES_gpgv = "${bindir}/gpgv" # Exclude debug files from the main packages FILES_${PN} = "${bindir}/* ${datadir}/${BPN} ${libexecdir}/${BPN}/*" -FILES_${PN}-dbg += "${libexecdir}/${BPN}/.debug" PACKAGECONFIG ??= "" PACKAGECONFIG[curl] = "--with-libcurl=${STAGING_LIBDIR},--without-libcurl,curl" -- cgit 1.2.3-korg