summaryrefslogtreecommitdiff
path: root/packages/mozilla
AgeCommit message (Collapse)AuthorFiles
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>
2008-12-24fennec: update to 1.0alpha2Koen Kooi1
2008-12-24firefox.inc: forcefeed mozilla our LDFLAGS to get gnu hash workingKoen Kooi1
2008-12-10firefox: add 3.1b2Koen Kooi4
2008-11-21firefox 3.0.4: use /usr/lib/mozilla/plugins to load pluginsOtavio Salvador2
2008-11-18firefox 3.0.4: def pref -1 due to missing patchKoen Kooi1
2008-11-17firefox 3.0.4: disable striping and updaterOtavio Salvador1
2008-11-17firefox: add 3.0.4Otavio Salvador14
2008-11-15firefox.inc: ARM_INSTRUCTION_SET = "arm"Koen Kooi1
* http://tinderbox.openembedded.net/builds/56419/ * http://tinderbox.openembedded.net/builds/56410/
2008-11-02firefox, fennec, minimo: marks internal libs with PRIVATE_LIBSKoen Kooi5
2008-10-30fennec: use system libraries while buildingOtavio Salvador1
2008-10-29firefox: use system bz2 library to avoid missing symbolsOtavio Salvador1
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther6
Conflicts: packages/busybox/busybox_1.11.3.bb packages/dsplink/codec-engine_2.10.bb packages/gdb/gdb_6.3.bb packages/gdb/gdb_6.4.bb packages/gdb/gdb_6.6.bb packages/gdb/gdb_6.8.bb packages/glibc/glibc_2.2.5.bb packages/glibc/glibc_2.3.2+cvs20040726.bb packages/glibc/glibc_2.3.2.bb packages/glibc/glibc_2.3.3+cvs20041128.bb packages/glibc/glibc_2.3.3+cvs20050221.bb packages/glibc/glibc_2.3.3+cvs20050420.bb packages/glibc/glibc_2.3.3.bb packages/glibc/glibc_2.3.5+cvs20050627.bb packages/glibc/glibc_2.3.6.bb packages/glibc/glibc_2.4.bb packages/glibc/glibc_2.5.bb packages/glibc/glibc_2.6.1.bb packages/glibc/glibc_2.7.bb packages/kexecboot/linux-kexecboot_2.6.26.bb packages/libsdl/libsdl-x11_1.2.11.bb packages/linux/linux-rp_2.6.26.bb packages/mozilla/fennec_hg.bb packages/python/python_2.5.2.bb packages/tasks/task-xfce-base.bb packages/xorg-driver/xf86-video-omapfb_git.bb packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
2008-10-21fennec: update to 1.0a1Koen Kooi1
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther6
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther6
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15firefox.inc: fix syntaxMichael 'Mickey' Lauer1
2008-10-15firefox.inc: add DESCRIPTIONKoen Kooi1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe23
2008-10-15firefox 3.1: move from alpha2 to beta1Koen Kooi7
2008-10-15fennec: add super-secret option to speed up rendering in the near futureKoen Kooi1
2008-10-09fennec: bump SRCREVKoen Kooi1
2008-10-02firefox 3.x: update mozconfig in an attempt to fix themed iconsKoen Kooi4
2008-09-30fennec: update SRCREVsKoen Kooi1
2008-09-21mozilla: add x86 jsautocfg.h files. close oebug# 4569 Junqian Gordon Xu8
2008-09-22fennec: bump SRCREV to get rid of the repaint-entire-screen-every-100ms hackKoen Kooi1
2008-09-21firefox.inc: disable parallel makeKoen Kooi1
2008-09-20firefox: add 3.1 alpha 2Koen Kooi8
* works on armv7a
2008-09-17fennec: update SRCREVs, it's at 1.0pre nowKoen Kooi1
2008-09-10fennec: update hg rev to get new js JIT and tweak mozconfig for arm Koen Kooi2
2008-09-07fennec: add icon, apply js crosscompile patch (seriously, mozilla dudes, fix ↵Koen Kooi5
that already) and silence staging errors
2008-09-06fennec: also put jsautocfg.h in objdirKoen Kooi1
2008-09-06fennec: add alsa-lib to dependsKoen Kooi1
2008-09-06fennec: package it up in an ugly way till mozilla dudes get a clue and ↵Koen Kooi2
create a 'make install' target
2008-09-06fennec: fix compile, do_install fails since fennec doesn't support 'direct ↵Koen Kooi1
installs'
2008-09-06fennec: update SRCREVs and fix a crosscompile issueKoen Kooi2
2008-09-02fennec: add skeletor to build fennec, the mobile browser from mozillaKoen Kooi5
mozilla.bbclass: fixup do_configure
2008-08-27mozilla: fix powerpc builds Koen Kooi1
2008-08-23firefox: use O2 instead of O1Koen Kooi1
2008-08-21firefox 3: fix mozconfig as pointed out by Vladimir Vukicevic, tweak ↵Koen Kooi3
packaging to avoid dragging in all -dev packages
2008-08-06firefox3: bump PRKoen Kooi1
2008-08-05firefox: move -devel dir to -dev packageKoen Kooi2
2008-08-05firefox: fix packagings and replace debian patch by something without a ↵Koen Kooi4
weasel fetish
2008-08-05firefox: fix ARM jsautocfg.hKoen Kooi2
2008-07-30firefox 3.0.1: remove js hackKoen Kooi1
2008-07-30firefox: move to 3.0.1 Koen Kooi14
2008-07-29firefox 3: add patches from mamonaKoen Kooi3
2008-07-29firefox 3: fix idl stuffKoen Kooi2
2008-06-23firefox3: apply debian patch to support building against gcc 4.3.xKoen Kooi1
2008-06-23firefox 3: replace internal js version with one that isn't horribly brokenKoen Kooi1