firefox 3: fix mozconfig as pointed out by Vladimir Vukicevic, tweak packaging to...
authorKoen Kooi <koen@openembedded.org>
Thu, 21 Aug 2008 08:59:29 +0000 (08:59 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 21 Aug 2008 08:59:29 +0000 (08:59 +0000)
packages/mozilla/firefox-3.0.1/mozconfig
packages/mozilla/firefox.inc
packages/mozilla/firefox_3.0.1.bb

index 5001e58..8032ea3 100644 (file)
@@ -32,12 +32,12 @@ ac_add_options --enable-necko-small-buffers
 # disable debug logging and tests
 #ac_add_options --disable-dtd-debug
 ac_add_options --disable-logging
-ac_add_options --enable-debug=-ggdb
 ac_add_options --disable-gtktest
 ac_add_options --disable-tests
 ac_add_options --disable-printing
 ac_add_options --disable-gnomevfs
 ac_add_options --disable-gnomeui
+ac_add_options --enable-debugger-info-modules
 
 # build crypto module (PSM + NSS)
 ac_add_options --enable-crypto
index 182d65d..1fae3a7 100644 (file)
@@ -2,13 +2,21 @@ SRC_URI += "file://mozilla-firefox.png file://mozilla-firefox.desktop"
 
 PACKAGES =+ "firefox-inspector"
 
+PACKAGES += "firefox-sdk"
+
 FILES_firefox-inspector = "    ${libdir}/firefox-${PV}/chrome/inspector* \
                                ${libdir}/firefox-${PV}/components/*nspector* \
                                ${libdir}/firefox-${PV}/extensions/inspector* \
                                ${libdir}/firefox-${PV}/defaults/preferences/inspector* \
                                "
-FILES_${PN} = "${bindir}/firefox ${datadir}/applications/ ${datadir}/pixmaps/ ${libdir}/firefox-${PV}/* ${bindir}/defaults"
-FILES_${PN}-dev += "${datadir}/idl ${bindir}/firefox-config  ${libdir}/firefox-devel-${PV}"
+FILES_${PN} = "${bindir}/firefox \
+               ${datadir}/applications/ \
+              ${datadir}/pixmaps/ \
+              ${libdir}/firefox-${PV}/* \
+              ${libdir}/firefox-${PV}/.autoreg \
+              ${bindir}/defaults"
+FILES_${PN}-dev += "${datadir}/idl ${bindir}/firefox-config"
+FILES_firefox-sdk += "${libdir}/firefox-devel-${PV}"
 FILES_${PN}-dbg += "   ${libdir}/firefox-*/.debug \
                        ${libdir}/firefox-*/*/.debug \
                        ${libdir}/firefox-*/*/*/.debug \        
index 3bf4f92..7a6ce11 100644 (file)
@@ -1,5 +1,5 @@
 DEPENDS += "cairo"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \
        file://jsautocfg.h \