[oe-commits] org.oe.dev thunderbird: put debug files in the debug package

koen commit openembedded-commits at lists.openembedded.org
Wed Aug 23 20:36:10 UTC 2006


thunderbird: put debug files in the debug package

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: cd84cb04d8017afc2752e35aa2854c6337345e43
ViewMTN: http://monotone.openembedded.org/revision.psp?id=cd84cb04d8017afc2752e35aa2854c6337345e43
Files:
1
packages/mozilla/thunderbird_1.0.7.bb
Diffs:

#
# mt diff -rc02b3cdfadfa7f433fd5ca7a0ffcb6f329cadbaf -rcd84cb04d8017afc2752e35aa2854c6337345e43
#
# 
# 
# patch "packages/mozilla/thunderbird_1.0.7.bb"
#  from [2357e22366689166f07f011eb25481508dbe3794]
#    to [ff4bc3dc0e20197bdf5acf54f1dbe119f8ca9360]
# 
============================================================
--- packages/mozilla/thunderbird_1.0.7.bb	2357e22366689166f07f011eb25481508dbe3794
+++ packages/mozilla/thunderbird_1.0.7.bb	ff4bc3dc0e20197bdf5acf54f1dbe119f8ca9360
@@ -1,7 +1,7 @@ RRECOMMENDS += "gnupg"
 SECTION = "x11/utils"
 DEPENDS += "gnupg"
 RRECOMMENDS += "gnupg"
-PR = "r0"
+PR = "r1"
 
 EMVER="0.92.0"
 IPCVER="1.1.3"
@@ -15,7 +15,8 @@ S = "${WORKDIR}/mozilla"
 	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
 






More information about the Openembedded-commits mailing list