aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mozilla
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-23 18:08:45 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-23 18:08:45 +0000
commit022d3e6b1d0653c1102424168d49fabfc9e4ccc0 (patch)
treee9f5c68b1be373aa2851c7f1ec68386ada70025b /packages/mozilla
parentfa3d91da9dd083ca1f3077b4a24d8af111fb063f (diff)
downloadopenembedded-022d3e6b1d0653c1102424168d49fabfc9e4ccc0.tar.gz
firefox 1.5: put debug files in the -dbg package, the main package still has empty debug dirs:
koen@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@mozilla.org/components/.debug/
Diffstat (limited to 'packages/mozilla')
-rw-r--r--packages/mozilla/firefox.inc7
-rw-r--r--packages/mozilla/firefox_1.5.0.6.bb2
2 files changed, 7 insertions, 2 deletions
diff --git a/packages/mozilla/firefox.inc b/packages/mozilla/firefox.inc
index f182086352..508919811a 100644
--- a/packages/mozilla/firefox.inc
+++ b/packages/mozilla/firefox.inc
@@ -2,8 +2,13 @@ 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
diff --git a/packages/mozilla/firefox_1.5.0.6.bb b/packages/mozilla/firefox_1.5.0.6.bb
index 8f888db5ca..5f21212bd5 100644
--- a/packages/mozilla/firefox_1.5.0.6.bb
+++ b/packages/mozilla/firefox_1.5.0.6.bb
@@ -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 \