[oe-commits] org.oe.dev firefox 3: fix mozconfig as pointed out by Vladimir Vukicevic, tweak packaging to avoid dragging in all -dev packages

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:17:09 UTC 2008


firefox 3: fix mozconfig as pointed out by Vladimir Vukicevic, tweak packaging to avoid dragging in all -dev packages

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 85a8198c27d919f7d43639901b8c9925f284d7db
ViewMTN: http://monotone.openembedded.org/revision/info/85a8198c27d919f7d43639901b8c9925f284d7db
Files:
1
packages/mozilla/firefox-3.0.1/mozconfig
packages/mozilla/firefox.inc
packages/mozilla/firefox_3.0.1.bb
Diffs:

#
# mt diff -r805051d6b47931aa94c5c0cecd79401e04fd7b45 -r85a8198c27d919f7d43639901b8c9925f284d7db
#
#
#
# patch "packages/mozilla/firefox-3.0.1/mozconfig"
#  from [2704adff3ffa3175691de0aa03a89add1e4c3169]
#    to [f51e160c952ebde87e47f50d75f425843dff2e27]
# 
# patch "packages/mozilla/firefox.inc"
#  from [fcf882c98cb2ecfebe08686ffb477faf55261957]
#    to [19236ab5b587efdf0d2e74dee775ec90c0ddbe88]
# 
# patch "packages/mozilla/firefox_3.0.1.bb"
#  from [5747a684fd3be549857c7c0f811a2ac8ccd81027]
#    to [61bf44cf9add45dd7cbe1746f5f55c153b427d47]
#
============================================================
--- packages/mozilla/firefox-3.0.1/mozconfig	2704adff3ffa3175691de0aa03a89add1e4c3169
+++ packages/mozilla/firefox-3.0.1/mozconfig	f51e160c952ebde87e47f50d75f425843dff2e27
@@ -32,12 +32,12 @@ ac_add_options --disable-logging
 # 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
============================================================
--- packages/mozilla/firefox.inc	fcf882c98cb2ecfebe08686ffb477faf55261957
+++ packages/mozilla/firefox.inc	19236ab5b587efdf0d2e74dee775ec90c0ddbe88
@@ -2,13 +2,21 @@ PACKAGES =+ "firefox-inspector"
 
 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 \	
============================================================
--- packages/mozilla/firefox_3.0.1.bb	5747a684fd3be549857c7c0f811a2ac8ccd81027
+++ packages/mozilla/firefox_3.0.1.bb	61bf44cf9add45dd7cbe1746f5f55c153b427d47
@@ -1,5 +1,5 @@ DEPENDS += "cairo"
 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 \






More information about the Openembedded-commits mailing list