summaryrefslogtreecommitdiff
path: root/package/firefox
AgeCommit message (Collapse)Author
2012-03-12some minor changes and fixesWaldemar Brodkorb
2011-10-12firefox honours cflags, testing on lemote againWaldemar Brodkorb
2011-08-08firefox needs libxcursorWaldemar Brodkorb
2011-08-05add support for target system depends for packagesWaldemar Brodkorb
2011-08-05let it compile for uClibc buildsWaldemar Brodkorb
2011-07-30some updates. only startup on lemote works, then system crashesWaldemar Brodkorb
2011-07-28update to latest stable versionWaldemar Brodkorb
2011-06-16fix some issues with uclibcWaldemar Brodkorb
2011-06-13fix some bulk build issuesWaldemar Brodkorb
2011-05-05simplify, disable dbus and libnotifyWaldemar Brodkorb
2011-04-26make arm/mips architectures more configurable in a simpler wayWaldemar Brodkorb
2011-04-24update to firefox4Waldemar Brodkorb
2011-04-23fix check for libpngWaldemar Brodkorb
2011-04-20update to latest stable 3.6.xWaldemar Brodkorb
2011-04-13add dependencywbx
2011-04-10revert firefox and libpng updates, does not workWaldemar Brodkorb
2011-04-07add Darwin cross-compile patchesWaldemar Brodkorb
2011-04-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/firefox/Makefile package/jpeg/patches/patch-ltmain_sh
2011-04-07update some packages after libpng15 update, misc stuffWaldemar Brodkorb
2011-04-07explicitely enable dbus, fix a tmp pathWaldemar Brodkorb
2011-04-04add hicolor dependencyWaldemar Brodkorb
2011-03-31add lxde components, update libpng and firefoxWaldemar Brodkorb
2011-03-31I am to tupid for git, today.Waldemar Brodkorb
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a.
2011-03-31Revert "fix conflict, autoseect libgcj"Waldemar Brodkorb
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04.
2011-03-31fix conflict, autoseect libgcjWaldemar Brodkorb
2011-03-08update to latest upstream versionWaldemar Brodkorb
2011-03-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-03-04update to latest stable versionWaldemar Brodkorb
2011-03-03more native compile fixes on my ibm x40Waldemar Brodkorb
2011-02-26c++ compiler fixesWaldemar Brodkorb
when C++ compiler is disabled by user, do not allow to compile packages , which require a C++ compiler. Older libtool unnecessary checks for c++ tools, so regenerate autotool stuff.
2011-02-05fix some allmodconfig issues for mips targetWaldemar Brodkorb
2011-01-26some usb fixes, wrong controller choosen. (and some more minor changes)Waldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-04fix dependenciesWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-13fix cross-compile on Darwin, update to latest upstreamWaldemar Brodkorb
2010-11-26implement the concept of target choice by embedded system or architectureWaldemar Brodkorb
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction.
2010-11-25fix firefox build, update sqlite dependencyWaldemar Brodkorb
2010-11-25rename package name to avoid ipkg warning and fix dependencyWaldemar Brodkorb
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-11-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-13unify alix supportWaldemar Brodkorb
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets.
2010-11-12updates and build fixes for a lot of packagesWaldemar Brodkorb
compiled for ibmx40 with eglibc.
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-09-21update some package to latest upstreamWaldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-07-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-30fix build on FreeBSD hostWaldemar Brodkorb
2010-07-30python is required for firefox, disable build of firefox on BSD for nowWaldemar Brodkorb
2010-07-30update and fix compile for uClibc systemsWaldemar Brodkorb