[oe-commits] org.oe.dev firefox 1.5: put debug files in the -dbg package, the main package still has empty debug dirs:

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


firefox 1.5: put debug files in the -dbg package, the main package still has empty debug dirs:
koen at bitbake:/data/build/koen/OE/build/tmp/angstrom/deploy/ipk$ ar x firefox_1.5.0.6-r1_armv5te.ipk ; tar ztvf data.tar.gz  | grep debug
drwxr-xr-x root/root         0 2006-08-23 20:07 ./usr/lib/firefox-1.5.0.6/components/.debug/
drwxr-xr-x root/root         0 2006-08-23 20:07 ./usr/lib/firefox-1.5.0.6/plugins/.debug/
drwxr-xr-x root/root         0 2006-08-23 20:07 ./usr/lib/firefox-1.5.0.6/extensions/inspector at mozilla.org/components/.debug/

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 84eb5c05caef0259be91c8164317705fba1e5340
ViewMTN: http://monotone.openembedded.org/revision.psp?id=84eb5c05caef0259be91c8164317705fba1e5340
Files:
1
packages/mozilla/firefox.inc
packages/mozilla/firefox_1.5.0.6.bb
Diffs:

#
# mt diff -r587f9108d91132effa3fc1100fd3084ea9f40d21 -r84eb5c05caef0259be91c8164317705fba1e5340
#
# 
# 
# patch "packages/mozilla/firefox.inc"
#  from [5169ba791af43c55dcc8d07723c8aec69b1285dc]
#    to [a3fac2733799925f3584165ff8c25a3d76c66990]
# 
# patch "packages/mozilla/firefox_1.5.0.6.bb"
#  from [257bf98c76825a16d8e41f402194f3a6dde2ad3a]
#    to [f8c0f8d0c22a1df779c83721292c39c0eb627532]
# 
============================================================
--- packages/mozilla/firefox.inc	5169ba791af43c55dcc8d07723c8aec69b1285dc
+++ packages/mozilla/firefox.inc	a3fac2733799925f3584165ff8c25a3d76c66990
@@ -1,9 +1,14 @@ FILES_firefox-inspector = "${libdir}/fir
 SRC_URI += "file://mozilla-firefox.png file://mozilla-firefox.desktop"
 PACKAGES =+ "firefox-inspector"
 
 FILES_firefox-inspector = "${libdir}/firefox-${PV}/chrome/inspector"
-FILES_${PN} = "${bindir}/firefox ${datadir}/applications ${datadir}/pixmaps ${libdir}/firefox-${PV} ${bindir}/defaults"
+FILES_${PN} = "${bindir}/firefox ${datadir}/applications/ ${datadir}/pixmaps/ ${libdir}/firefox-${PV}/* ${bindir}/defaults"
 FILES_${PN}-dev += "${datadir}/idl ${bindir}/firefox-config"
+FILES_${PN}-dbg += "	${libdir}/firefox-${PV}/.debug \
+			${libdir}/firefox-${PV}/*/.debug \
+			${libdir}/firefox-${PV}/*/*/*/.debug \
+			${bindir}/.debug \
+			"
 
 do_install() {
 	oe_runmake DESTDIR="${D}" destdir="${D}" install
============================================================
--- packages/mozilla/firefox_1.5.0.6.bb	257bf98c76825a16d8e41f402194f3a6dde2ad3a
+++ packages/mozilla/firefox_1.5.0.6.bb	f8c0f8d0c22a1df779c83721292c39c0eb627532
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \
 	file://xptcstubs.patch;patch=1 \
 	file://no-xmb.patch;patch=1 \






More information about the Openembedded-commits mailing list