[oe-commits] org.oe.dev opie.bbclass: Add coomon locations of OPIE .debug dirs to -dbg filelist.

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Feb 27 19:55:10 UTC 2007


opie.bbclass: Add coomon locations of OPIE .debug dirs to -dbg filelist.
* Fixes insane.bbclass QA errors.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 6415ce72a0ba780a3a77c4cfcb3189d6cf8ddd0a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6415ce72a0ba780a3a77c4cfcb3189d6cf8ddd0a
Files:
1
classes/opie.bbclass
Diffs:

#
# mt diff -rb5baf49fc7cdce9f5faaa2e3303b691a5a10b339 -r6415ce72a0ba780a3a77c4cfcb3189d6cf8ddd0a
#
# 
# 
# patch "classes/opie.bbclass"
#  from [b9c713b93483d187396bba965b14c4a5841a7021]
#    to [79fc0bb8abadea9a7b75b99a29d2555f7f41fe9c]
# 
============================================================
--- classes/opie.bbclass	b9c713b93483d187396bba965b14c4a5841a7021
+++ classes/opie.bbclass	79fc0bb8abadea9a7b75b99a29d2555f7f41fe9c
@@ -19,6 +19,10 @@ DEPENDS_prepend = "${@["libopie2 ", ""][
 
 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} "






More information about the Openembedded-commits mailing list