diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-23 20:25:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-23 20:25:39 +0000 |
commit | eb2a5422d1b7cb56ce54cb68de7b37a7ce73fbff (patch) | |
tree | 87806eea6500b72326794907381afa0101233ab8 /packages/mozilla | |
parent | 488bf9ffaebb63ff512f09129791988ba5a1edfd (diff) |
thunderbird: put debug files in the debug package
Diffstat (limited to 'packages/mozilla')
-rw-r--r-- | packages/mozilla/thunderbird_1.0.7.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/mozilla/thunderbird_1.0.7.bb b/packages/mozilla/thunderbird_1.0.7.bb index c3370c6f28..3527ebe93b 100644 --- a/packages/mozilla/thunderbird_1.0.7.bb +++ b/packages/mozilla/thunderbird_1.0.7.bb @@ -1,7 +1,7 @@ SECTION = "x11/utils" DEPENDS += "gnupg" RRECOMMENDS += "gnupg" -PR = "r0" +PR = "r1" EMVER="0.92.0" IPCVER="1.1.3" @@ -15,7 +15,8 @@ http://downloads.mozdev.org/enigmail/src/ipc-${IPCVER}.tar.gz \ file://mozilla-thunderbird.png file://mozilla-thunderbird.desktop" S = "${WORKDIR}/mozilla" -FILES_${PN} += "${libdir}/thunderbird-${PV} ${datadir}/idl" +FILES_${PN} += "${libdir}/thunderbird-${PV}/* ${datadir}/idl" +FILES_${PN}-dbg += "${libdir}/thunderbird-${PV}/.debug*" inherit mozilla |