Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-07 | add missing include for musl compile | Waldemar Brodkorb | |
2014-01-04 | update firefox and dependencies | Waldemar Brodkorb | |
2013-11-14 | remove zip and libIDL dependency, firefox does not need libIDL anymore. need ↵ | Waldemar Brodkorb | |
to fix orbit2 | |||
2013-11-13 | add yasm-host, remove yasm checks | Waldemar Brodkorb | |
2013-11-07 | fix firefox on lemote yeelong, with Os/O2 getting illegal instruction for ↵ | Waldemar Brodkorb | |
the html5 video on the start site. fix some problems when compiling mozilla with debug on | |||
2013-10-25 | fix console login on pi | Waldemar Brodkorb | |
2013-10-25 | fix the annoying bug, where c++ apps fail to link for mips n32 or x86_64 systems | Waldemar Brodkorb | |
2013-10-17 | fix uClibc build | Waldemar Brodkorb | |
2013-10-11 | add latest version of firefox, update dependencies and fix nss package to ↵ | Waldemar Brodkorb | |
include all necessary libraries for https support, tested only in qemu-i686 glibc for now | |||
2013-04-22 | varios fixes | Waldemar Brodkorb | |
2013-04-12 | allow firefox to compile | Waldemar Brodkorb | |
2013-02-18 | mips64 fixes | Waldemar Brodkorb | |
2013-02-08 | use system sqlite not a private copy | Waldemar Brodkorb | |
2013-02-08 | update pango and all dependencies | Waldemar Brodkorb | |
2013-02-04 | fix cross-compile of firefox | Waldemar Brodkorb | |
2013-02-01 | allow firefox for tarox-pc | Waldemar Brodkorb | |
2012-10-05 | firefox should use nss/nspr fromthe system | Waldemar Brodkorb | |
2012-10-05 | make firefox work again on lemote yeelong | Waldemar Brodkorb | |
2012-03-20 | allconfig fixes for lemote yeelong | Waldemar Brodkorb | |
2012-03-13 | disable debug | Waldemar Brodkorb | |
2012-03-12 | some minor changes and fixes | Waldemar Brodkorb | |
2011-10-12 | firefox honours cflags, testing on lemote again | Waldemar Brodkorb | |
2011-08-08 | firefox needs libxcursor | Waldemar Brodkorb | |
2011-08-05 | add support for target system depends for packages | Waldemar Brodkorb | |
2011-08-05 | let it compile for uClibc builds | Waldemar Brodkorb | |
2011-07-30 | some updates. only startup on lemote works, then system crashes | Waldemar Brodkorb | |
2011-07-28 | update to latest stable version | Waldemar Brodkorb | |
2011-06-13 | fix some bulk build issues | Waldemar Brodkorb | |
2011-05-05 | simplify, disable dbus and libnotify | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-04-24 | update to firefox4 | Waldemar Brodkorb | |
2011-04-20 | update to latest stable 3.6.x | Waldemar Brodkorb | |
2011-04-13 | add dependency | wbx | |
2011-04-10 | revert firefox and libpng updates, does not work | Waldemar Brodkorb | |
2011-04-07 | add Darwin cross-compile patches | Waldemar Brodkorb | |
2011-04-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: package/firefox/Makefile package/jpeg/patches/patch-ltmain_sh | |||
2011-04-07 | update some packages after libpng15 update, misc stuff | Waldemar Brodkorb | |
2011-04-07 | explicitely enable dbus, fix a tmp path | Waldemar Brodkorb | |
2011-04-04 | add hicolor dependency | Waldemar Brodkorb | |
2011-03-31 | I am to tupid for git, today. | Waldemar Brodkorb | |
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a. | |||
2011-03-31 | Revert "fix conflict, autoseect libgcj" | Waldemar Brodkorb | |
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04. | |||
2011-03-31 | fix conflict, autoseect libgcj | Waldemar Brodkorb | |
2011-03-08 | update to latest upstream version | Waldemar Brodkorb | |
2011-03-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-03-04 | update to latest stable version | Waldemar Brodkorb | |
2011-03-03 | more native compile fixes on my ibm x40 | Waldemar Brodkorb | |
2011-02-26 | c++ compiler fixes | Waldemar 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-05 | fix some allmodconfig issues for mips target | Waldemar Brodkorb | |
2011-01-26 | some usb fixes, wrong controller choosen. (and some more minor changes) | Waldemar Brodkorb | |
2011-01-22 | activate 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 |