diff options
| author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-27 19:53:15 +0000 |
|---|---|---|
| committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-27 19:53:15 +0000 |
| commit | abef96447bde1e827d47f04ece088cf93d059972 (patch) | |
| tree | 140380ff68c8139f875c0132b8a5d56d1ba6622c /classes | |
| parent | d42c2b6ab0bc7a3280747f58c0b042adeef6a301 (diff) | |
| parent | a3fea19a494a25c3c4adbda0e3753a34c3c35757 (diff) | |
merge of '2b51fc461959b18e02922b23212581720f510e24'
and 'd78ab223fd018dcc2a7a1e6dcb1135f807cfc95e'
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/opie.bbclass | 4 |
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} " |
