diff options
-rw-r--r-- | classes/opie.bbclass | 4 | ||||
-rw-r--r-- | packages/opie-handwriting/opie-handwriting.inc | 5 |
2 files changed, 7 insertions, 2 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} " diff --git a/packages/opie-handwriting/opie-handwriting.inc b/packages/opie-handwriting/opie-handwriting.inc index caecc65d58..86b9ab51c6 100644 --- a/packages/opie-handwriting/opie-handwriting.inc +++ b/packages/opie-handwriting/opie-handwriting.inc @@ -3,6 +3,7 @@ SECTION = "opie/inputmethods" PRIORITY = "optional" LICENSE = "GPL" APPNAME = "qhandwriting" +PR = "r1" S = "${WORKDIR}/handwriting" @@ -35,9 +36,9 @@ do_install() { done } -PACKAGES = " opie-handwriting-classicset opie-handwriting-graffitiset opie-handwriting " +PACKAGES += " opie-handwriting-classicset opie-handwriting-graffitiset " -FILES_opie-handwriting = "${palmtopdir}/plugins/inputmethods/libqhandwriting.so*" +FILES_${PN} = "${palmtopdir}/plugins/inputmethods/libqhandwriting.so*" FILES_opie-handwriting-classicset = "${palmtopdir}/etc/qimpen/default.conf \ ${palmtopdir}/etc/qimpen/combining.qpt \ ${palmtopdir}/etc/qimpen/asciilower.qpt \ |