aboutsummaryrefslogtreecommitdiffstats
path: root/classes/opie.bbclass
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-02-27 19:47:11 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-02-27 19:47:11 +0000
commitfddc8ab002f7fc8c31ac450f324826ca516937c8 (patch)
tree827fd0a27513e990c4cf7c1a80f6ccf1e7df093c /classes/opie.bbclass
parentd6a28a95a984600a166fc57b4c5e84a8b1648c3e (diff)
downloadopenembedded-fddc8ab002f7fc8c31ac450f324826ca516937c8.tar.gz
opie.bbclass: Add coomon locations of OPIE .debug dirs to -dbg filelist.
* Fixes insane.bbclass QA errors.
Diffstat (limited to 'classes/opie.bbclass')
-rw-r--r--classes/opie.bbclass4
1 files changed, 4 insertions, 0 deletions
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} "