aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla
AgeCommit message (Collapse)Author
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-12fennec: rediff the native bpp patch and update .desktop fileThomas B. Ruecker
2010-05-04firefox: add 3.6.3Koen Kooi
2010-04-28firefox.inc: add curl to DEPENDS, needed for crash reporterKoen Kooi
2010-04-28fennec hg: update SRCREVs to 1.1b2Koen Kooi
The 16bpp patch doesn't apply anymore and is disabled. If you're using a recent pixman and X (e.g. Angstrom, SHR) then you get *almost* enough improvements to make up for the switch to 24bpp. There is a more complex fix available, but that involves patching cairo 1.9.x as well as mozilla-central. It is better to wait for cairo 1.10 to get released and the mozilla part to go intro moz-central hg.
2010-04-17nss 3.12.6: the jalimo recipe was trying to be way to clever with shared ↵Koen Kooi
libs, breaking dynamic linking at runtime, so simplify recipe
2010-04-16nss: more pkgconfig fixes...Koen Kooi
2010-04-16nss: update to 3.12.6Koen Kooi
2010-04-16nss: make .pc file match do_install layoutKoen Kooi
2010-04-16nss: add pkgconfig supportKoen Kooi
2010-04-16nss 3.12: import from jalimo, convert to new style staging, convert to new ↵Koen Kooi
style checksums, fix QA errors, fix packaging
2010-04-16nspr 4.7.1: import from jalimo overlay, convert to new style staging and ↵Koen Kooi
checksums
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move SRCDATEs to recipes (as done with SRCREVs)Martin Jansa
* 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 Kooi
2010-03-04firefox: fix .pc files for 3.5.2 and 3.6, fix up staging a bitKoen Kooi
2010-03-03firefox: Perform a number of cleanups and fix consistency issues.Tom Rini
- 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 Kooi
2010-02-28firefox_3.6.bb : add new version, convert to new stagingGraeme Gregory
2010-02-28OK, didn't look hard enough, my fault.Tom Rini
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 Rini
2010-01-20firefox: added sqlite3 as dependency for firefox >= 3.5Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario.goulart@gmail.com>
2010-01-17firefox: configuration depends on alsa-lib. Closes: #5378Rolf Leggewie
2010-01-17firefox: looks like the Mozilla project moved from serving source over http ↵Rolf Leggewie
to ftp. Fix SRC_URI and checksums.ini
2010-01-02firefox-3.5.5: --disable-crashreporterLeon Woestenberg
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 Kooi
2009-11-08firefix: add 3.5.5Koen Kooi
2009-11-02firefox 3.5.4: fixup .pc filesKoen Kooi
2009-11-02firefox: add 3.5.4Koen Kooi
2009-10-13firefox-addon-full-fullscreen: add 3.3Otavio Salvador
2009-10-01firefox 3.5.2: sync with AlwaysInnovating overlayKoen Kooi
2009-09-18rhino 1.7r1: New recipe (from Jalimo SVN).Robert Schuster
rhino-native 1.7r1: Dito.
2009-09-01fennec: update to latest tipKoen Kooi
* 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 Gregory
2009-06-21fennec: use native bpp to speed up rendering on 16bit framebuffersKoen Kooi
* helps with memusage as well
2009-06-05firefox 3.0.1: make it go faster in 16bpp modesKoen Kooi
2009-05-14fennec: add libnotify to depends, reorder fieldsKoen Kooi
2009-05-11fennec: bump SRCREVKoen Kooi
* runtime tested on beagleboard/angstrom
2009-05-01fennec_hg.bb : add sqlite3 dependency that is needed by fennecGraeme Gregory
2009-04-07autoconf213-native: Added old autoconf for fennec recipe.Stanislav Brabec
2009-04-03firefox-l10n-pt-br: addOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-03firefox.inc: properly support locale usage based in system localeOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-03firefox.inc: disable application updatingOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-03-30firefox 3.0.8: lower default prefKoen Kooi
2009-03-30firefox_3.0.8.bb : add new version, seems to compile with modern gccGraeme Gregory
so made it the default.
2009-03-20fennec: update from alpha to beta release, work around latest mozilla bugs ↵Koen Kooi
(filed upstream)
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
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>