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-qt/qt-apps/qmmp_0.8.6.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/recipes-qt') diff --git a/meta/recipes-qt/qt-apps/qmmp_0.8.6.bb b/meta/recipes-qt/qt-apps/qmmp_0.8.6.bb index e68ad0f189..6c1e2121cf 100644 --- a/meta/recipes-qt/qt-apps/qmmp_0.8.6.bb +++ b/meta/recipes-qt/qt-apps/qmmp_0.8.6.bb @@ -69,8 +69,4 @@ FILES_${PN} = "\ ${datadir}/applications/* \ " -FILES_${PN}-dbg += "\ - ${libdir}/qmmp/*/.debug/* \ - " - RDEPENDS_${PN} += "taglib alsa-lib libmad curl libicui18n" -- cgit 1.2.3-korg