From: Paul Sokolovsky Date: Tue, 27 Feb 2007 19:47:11 +0000 (+0000) Subject: opie.bbclass: Add coomon locations of OPIE .debug dirs to -dbg filelist. X-Git-Tag: Release-2010-05/1~9142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fddc8ab002f7fc8c31ac450f324826ca516937c8;p=openembedded.git opie.bbclass: Add coomon locations of OPIE .debug dirs to -dbg filelist. * Fixes insane.bbclass QA errors. --- diff --git a/classes/opie.bbclass b/classes/opie.bbclass index d858439688..c3b9d13226 100644 --- a/classes/opie.bbclass +++ b/classes/opie.bbclass @@ -19,6 +19,10 @@ OPIE_CVS_PV = "1.2.2+cvs${SRCDATE}" DEPENDS_prepend = "${@["libopie2 ", ""][(bb.data.getVar('PN', d, 1) == 'libopie2')]}" +FILES_${PN}-dbg += " ${palmtopdir}/lib/.debug \ + ${palmtopdir}/bin/.debug \ + ${palmtopdir}/plugins/*/.debug " + # to be consistent, put all targets into workdir # NOTE: leave one space at the end, other files are expecting that EXTRA_QMAKEVARS_POST += "DESTDIR=${S} "