git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
488bf9f
)
thunderbird: put debug files in the debug package
author
Koen Kooi
<koen@openembedded.org>
Wed, 23 Aug 2006 20:25:39 +0000
(20:25 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 23 Aug 2006 20:25:39 +0000
(20:25 +0000)
packages/mozilla/thunderbird_1.0.7.bb
patch
|
blob
|
history
diff --git
a/packages/mozilla/thunderbird_1.0.7.bb
b/packages/mozilla/thunderbird_1.0.7.bb
index
c3370c6
..
3527ebe
100644
(file)
--- 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 = "r
0
"
+PR = "r
1
"
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