From: Koen Kooi Date: Wed, 23 Aug 2006 18:08:45 +0000 (+0000) Subject: firefox 1.5: put debug files in the -dbg package, the main package still has empty... X-Git-Tag: Release-2010-05/1~9453^2~911^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=022d3e6b1d0653c1102424168d49fabfc9e4ccc0;p=openembedded.git 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/ --- 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 \