From: Andrea Adami Date: Sun, 29 Nov 2009 12:52:39 +0000 (+0100) Subject: Revert "palmtop.bbclass: fix QA of plugins wrt packaging of -dbg files" X-Git-Tag: Release-2010-05/1~1575^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2739ab7621e132854fc6103d982ceb2bed2769a3;p=openembedded.git Revert "palmtop.bbclass: fix QA of plugins wrt packaging of -dbg files" This reverts commit 38361a2cd9b962daccf5af7c85d54245e3711f9e. Unfortunately the fix need to be done in the specific recipes. Filtering .so at this stage breaks packaging for other plugins. --- diff --git a/classes/palmtop.bbclass b/classes/palmtop.bbclass index 1420089692..b4ee62c2a3 100644 --- a/classes/palmtop.bbclass +++ b/classes/palmtop.bbclass @@ -21,10 +21,6 @@ EXTRA_QMAKEVARS_POST += " DEFINES+=OPIE_BINDIR='\"${bindir}\"' DEFINES+=OPIE_LIB PACKAGES = "${PN}-dbg ${PN}-dev ${PN} ${PN}-doc ${PN}-locale" FILES_${PN} += " ${palmtopdir} " -FILES_${PN}-dev += " ${palmtopdir}/plugins/*/lib*.so \ - ${palmtopdir}/plugins/*/*.la \ - ${palmtopdir}/plugins/*/*.a \ - ${palmtopdir}/plugins/*/*.o " FILES_${PN}-dbg += " ${palmtopdir}/lib/.debug \ ${palmtopdir}/bin/.debug \ ${palmtopdir}/plugins/*/.debug "