summaryrefslogtreecommitdiff
path: root/recipes/mozilla
AgeCommit message (Collapse)AuthorFiles
2010-04-12recipes: move SRCDATEs to recipes (as done with SRCREVs)Martin Jansa1
* unused (recipes probably already gone): SRCDATE_fltk ?= "20060814" SRCDATE_ipkg-link-1 ?= "20050930" SRCDATE_mpd ?= "20070210" SRCDATE_portaudio ?= "20060814" SRCDATE_python-cairo ?= "20060814" SRCDATE_qemu-native ?= "20070613" SRCDATE_squashfs ?= "20091110" SRCDATE_tslib ?= "20051101" SRCDATE_poppler0.6 = "20070708" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-23firefox 3.6.2: add new versionKoen Kooi16
2010-03-04firefox: fix .pc files for 3.5.2 and 3.6, fix up staging a bitKoen Kooi8
2010-03-03firefox: Perform a number of cleanups and fix consistency issues.Tom Rini17
- parallel builds need to happen via MOZ_MAKE_FLAGS and it gripes if still passed -jN, so keep the old value before we clear it. - Move the HOST_LIBIDL stuff into configure, otherwise bad things happen when you don't have pkg-config on the build host. - Prior to 3.6, wireless-tools can be, or not be built already and the Necko wifi options deals. With how 3.6 is configured, it must be disabled or DEPENDED on. For consistency, turn it off. - In 3.5 and newer, libnotify can be used, add it to DEPENDS (could be disabled). - Because of both of the above, bump PR. Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-03-01firefox 3.6: bump PR for package.bbclass strip problemKoen Kooi1
2010-02-28firefox_3.6.bb : add new version, convert to new stagingGraeme Gregory13
2010-02-28OK, didn't look hard enough, my fault.Tom Rini4
Revert "firefox: Add alsa-lib to DEPENDS (alread in firefox_hg)." This reverts commit 0b24f9f9ab2cca3da6822af09461db3e29b1df32.
2010-02-28firefox: Add alsa-lib to DEPENDS (alread in firefox_hg).Tom Rini4
2010-01-20firefox: added sqlite3 as dependency for firefox >= 3.5Mario Domenech Goulart4
Signed-off-by: Mario Domenech Goulart <mario.goulart@gmail.com>
2010-01-17firefox: configuration depends on alsa-lib. Closes: #5378Rolf Leggewie1
2010-01-17firefox: looks like the Mozilla project moved from serving source over http ↵Rolf Leggewie8
to ftp. Fix SRC_URI and checksums.ini
2010-01-02firefox-3.5.5: --disable-crashreporterLeon Woestenberg1
Crash reporter requires curl. However, instead of adding a DEPENDS I chose disabling the crashreporter. Mozilla is probably not interested in OE-induced crash reports. However, in the future we might want to enable it. DEPENDS += "curl" must than be added. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-12-21firefox: add 3.5.5Koen Kooi1
2009-11-08firefix: add 3.5.5Koen Kooi14
2009-11-02firefox 3.5.4: fixup .pc filesKoen Kooi1
2009-11-02firefox: add 3.5.4Koen Kooi16
2009-10-13firefox-addon-full-fullscreen: add 3.3Otavio Salvador2
2009-10-01firefox 3.5.2: sync with AlwaysInnovating overlayKoen Kooi6
2009-09-18rhino 1.7r1: New recipe (from Jalimo SVN).Robert Schuster4
rhino-native 1.7r1: Dito.
2009-09-01fennec: update to latest tipKoen Kooi2
* fix up buildsystem contamination bug in firefox.inc while I'm at it as well
2009-08-18firefox_3.5.2.bb : add newest version of firefoxGraeme Gregory14
2009-06-21fennec: use native bpp to speed up rendering on 16bit framebuffersKoen Kooi2
* helps with memusage as well
2009-06-05firefox 3.0.1: make it go faster in 16bpp modesKoen Kooi2
2009-05-14fennec: add libnotify to depends, reorder fieldsKoen Kooi1
2009-05-11fennec: bump SRCREVKoen Kooi1
* runtime tested on beagleboard/angstrom
2009-05-01fennec_hg.bb : add sqlite3 dependency that is needed by fennecGraeme Gregory1
2009-04-07autoconf213-native: Added old autoconf for fennec recipe.Stanislav Brabec1
2009-04-03firefox-l10n-pt-br: addOtavio Salvador2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-03firefox.inc: properly support locale usage based in system localeOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-03firefox.inc: disable application updatingOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-03-30firefox 3.0.8: lower default prefKoen Kooi1
2009-03-30firefox_3.0.8.bb : add new version, seems to compile with modern gccGraeme Gregory13
so made it the default.
2009-03-20fennec: update from alpha to beta release, work around latest mozilla bugs ↵Koen Kooi2
(filed upstream)
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko98
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>