Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-29 | add new PKG_GIT variable | Waldemar Brodkorb | |
We can now clone git tags and branches in a more performant way. No change for specific hashes, other then PKG_GIT is required now. Do not remove .git dirs, as the downloaded code might be used to add a patch and send upstream. Add git as requirement for downloading. Remove unmaintained u-boot-git package. | |||
2016-02-29 | fix url, reported by Volker | Waldemar Brodkorb | |
2016-02-28 | libevent: update to latest, fix static linking | Waldemar Brodkorb | |
2016-02-27 | kodi: update to Jarvis | Waldemar Brodkorb | |
2016-02-27 | libgpg-error: another header for ARM glibc | Waldemar Brodkorb | |
2016-02-27 | on Linux partprobe might be useful, but not before every filesystem creation | Waldemar Brodkorb | |
2016-02-27 | add NIOS2 to newlib supported architectures | Waldemar Brodkorb | |
2016-02-27 | add H8300 to newlib supported architectures | Waldemar Brodkorb | |
2016-02-27 | libelf provides a pkgconfig file, which should not be using double prefix, ↵ | Waldemar Brodkorb | |
fixes glib host compile | |||
2016-02-27 | fix ARM noMMU toolchain creation | Waldemar Brodkorb | |
2016-02-27 | add glibc patch to cross-compile on MacOS X | Waldemar Brodkorb | |
2016-02-27 | prereq: add gzip/zlib checks | Waldemar Brodkorb | |
2016-02-27 | add new lines for package dependent requirement messages | Waldemar Brodkorb | |
2016-02-27 | fix qemu-arm (vexpress) compile | Waldemar Brodkorb | |
2016-02-27 | linux: update to latest | Waldemar Brodkorb | |
2016-02-27 | add ARC to newlib supported architectures | Waldemar Brodkorb | |
2016-02-26 | prereq: allow verbose download messages from fetchcmd when make v is used | Waldemar Brodkorb | |
2016-02-26 | prereq: fatal error when no C/C++ compiler found | Waldemar Brodkorb | |
2016-02-26 | vlc: use libmatroska | Waldemar Brodkorb | |
2016-02-26 | libmatroska: new package | Waldemar Brodkorb | |
2016-02-26 | libebml: new package | Waldemar Brodkorb | |
2016-02-26 | libgpg-eror: add extra headers for mips | Waldemar Brodkorb | |
2016-02-26 | libbluray: update to latest | Waldemar Brodkorb | |
2016-02-26 | trinity: update to latest, add mips compile fix from buildroot | Waldemar Brodkorb | |
2016-02-25 | update device-tree-compiler package | Waldemar Brodkorb | |
2016-02-25 | gdb: update to latest version | Waldemar Brodkorb | |
2016-02-25 | add newlib aarch64 toolchain support | Waldemar Brodkorb | |
2016-02-25 | add basic newlib toolchain support for moxie | Waldemar Brodkorb | |
2016-02-24 | musl: update to latest version | Waldemar Brodkorb | |
2016-02-21 | valgrind: refresh supported architectures | Waldemar Brodkorb | |
2016-02-21 | kexec-tools: update to latest version | Waldemar Brodkorb | |
2016-02-21 | avahi: update to latest version | Waldemar Brodkorb | |
2016-02-21 | libdrm: update to latest version | Waldemar Brodkorb | |
2016-02-21 | libc-test: upate to latest git version | Waldemar Brodkorb | |
2016-02-21 | privoxy: update to latest version | Waldemar Brodkorb | |
2016-02-21 | xterm: update to latest | Waldemar Brodkorb | |
2016-02-21 | yajl: update to latest, change to cmake build style | Waldemar Brodkorb | |
2016-02-20 | strace: fix cross-compile on MacOS X | Waldemar Brodkorb | |
2016-02-20 | kernel: update to latest | Waldemar Brodkorb | |
2016-02-20 | tmux: update to latest version | Waldemar Brodkorb | |
2016-02-20 | uclibc-ng: fix packaging, when git version is choosen | Waldemar Brodkorb | |
2016-02-20 | u-boot: update to latest, allow to build for solidrun-imx6 devices | Waldemar Brodkorb | |
2016-02-19 | remove unused symbol | Waldemar Brodkorb | |
2016-02-19 | jack2: need c++ | Waldemar Brodkorb | |
2016-02-19 | glibc: update to latest release, disable broken sparc | Waldemar Brodkorb | |
2016-02-19 | update older 2.6.x and 3.2.x kernels | Waldemar Brodkorb | |
2016-02-19 | we need to quote correctly if clang -fbracket... is used, reported by Christoph | Waldemar Brodkorb | |
2016-02-18 | transmission: new package | Waldemar Brodkorb | |
2016-02-16 | openvpn: do not link with libnsl | Waldemar Brodkorb | |
2016-02-16 | rework ARM NEON support | Waldemar Brodkorb | |
Don't build C library with -ffast-math when NEON is globally enabled. Disable NEON support by default. Remove dangerous -funsafe-math-optimizations. Most suggestions from Rich Felker after analyzing libc-test failures in my setup. |