Alexander Dahl
  1. Alexander Dahl

buildroot

Public
  1. Alexander Dahl
  2. buildroot

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Thomas PetazzoniThomas Petazzoni
2babbddac9eboost: fix missing select on BR2_PACKAGE_LIBICONV The boost package adds a dependency on the libiconv package when b...
Thomas PetazzoniThomas Petazzoni
23e40b61199neard: add missing BR2_TOOLCHAIN_HAS_SYNC_4 dependency Fixes: http://autobuild.buildroot.org/results/b8bf7be2efd8...
Thomas PetazzoniThomas Petazzoni
3dac773f118freerdp: add missing BR2_TOOLCHAIN_HAS_SYNC_4 dependency Fixes: http://autobuild.buildroot.org/results/0501e63cbe...
Thomas PetazzoniThomas Petazzoni
bad657ddfccopenal: fix atomic handling openal can uses __atomic_*() intrinsics when available, or fall-back on __sync_*() built...
Thomas PetazzoniThomas Petazzoni
8df95843ed1glog: fix atomic built-in problem glog can optionally use atomic __sync built-ins. However, its configure script onl...
Thomas PetazzoniThomas Petazzoni
4a3f597a0eaarch: remove BR2_ARCH_HAS_ATOMICS option Now that BR2_ARCH_HAS_ATOMICS is no longer used anywhere, we can remove it ...
Thomas PetazzoniThomas Petazzoni
b53a2ac54b8msgpack: rework BR2_ARCH_HAS_ATOMICS dependency The msgpack source code indeed checks for the 4 bytes __sync built-i...
Thomas PetazzoniThomas Petazzoni
8a98a7d94cathrift: remove BR2_ARCH_HAS_ATOMICS dependency thrift builds perfectly fine on SPARC, which doesn't implement any of...
Thomas PetazzoniThomas Petazzoni
55dc90db2easquid: rework atomic handling squid can use the __sync built-ins when available, but uses an AC_TRY_RUN autoconf tes...
Thomas PetazzoniThomas Petazzoni
e64573c47facairo, harfbuzz: rework atomic dependencies This commit handles the reverse dependency tree of cairo in terms of ato...
Thomas PetazzoniThomas Petazzoni
ab73b9284e4gauche: disable on SPARC(64), remove atomics dependency gauche does not build on sparc64, it fails with: No rule ...
Thomas PetazzoniThomas Petazzoni
9a6a13469c4libtorrent: use the proper BR2_TOOLCHAIN_HAS_SYNC_x symbols libtorrent uses 1 bytes and 4 bytes __sync built-ins, so...
Thomas PetazzoniThomas Petazzoni
7f4597d94e6jack2: use the proper BR2_TOOLCHAIN_HAS_SYNC_x symbol Move away from BR2_ARCH_HAS_ATOMICS and use BR2_TOOLCHAIN_HAS_...
Thomas PetazzoniThomas Petazzoni
22e63d952edapache, apr: fix atomic handling Since the apache package was introduced, --enable-nonportable-atomics=yes was passe...
Thomas PetazzoniThomas Petazzoni
7290dc1e87bpulseaudio: remove BR2_ARCH_HAS_ATOMICS dependency pulseaudio is able to either use the atomic __sync builtins from ...
Thomas PetazzoniThomas Petazzoni
8ea392b84e3json-c: needs __sync_val_compare_and_swap_4 While json-c itself builds fine on platforms that don't provide the __sy...
Thomas PetazzoniThomas Petazzoni
508c3e0c50cdocs/manual: document usage of BR2_TOOLCHAIN_HAS_SYNC_x This commit updates the documentation to detail when and how...
Thomas PetazzoniThomas Petazzoni
6856e417da4toolchain: add BR2_TOOLCHAIN_HAS_{SYNC_x, ATOMIC} hidden booleans Currently, Buildroot provides one BR2_ARCH_HAS_ATO...
Thomas PetazzoniThomas Petazzoni
971fae98965icu: libatomic is only available starting from gcc 4.8 Fixes: http://autobuild.buildroot.org/results/51b060bbdecd...
Yann E. MORINYann E. MORIN
674e0996781defconfigs: all use the headers from the kernel For most defconfigs, it was trivial to deduce the kernel version, by...
Yann E. MORINYann E. MORIN
e3e0583f908linux: drop the option to use the same version as that of the headers It is no longer meaningful, now that we have t...
Yann E. MORINYann E. MORIN
036ac26a29fdefconfigs: use the new headers-version-same-as-kernel-version option Now that we can say that the linux headers ver...
Jan HeylenJan Heylen
e4749b826c0bind: fix intermittent build issues with high BR2_JLEVEL Build sometimes breaks with: libtool: link: `unix/os.lo' i...
Carlos SantosCarlos Santos
92fd33a1589libbsd: upgrade to v0.8.2 and expand architecture support When libbsd still supported uClibc as a C library, we adde...
Bernd KuhlsBernd Kuhls
b420e0b5598package/php: security bump version to 5.6.18 Changelog: http://www.php.net/ChangeLog-5.php#5.6.18 Signed-off-by: Ber...
Erico NunesErico Nunes
5c8a9eec270xdotool: needs MMU support Fixes: http://autobuild.buildroot.net/results/d750919a0d5cfb624937c72253651a431212e238 S...
Bernd KuhlsBernd Kuhls
4ba195a0cebpackage/mraa: bump version to 0.9.1 Removed patches applied upstream: https://github.com/intel-iot-devkit/mraa/commi...
Yegor YefremovYegor Yefremov
597270689d3python-psutil: bump to 3.4.2 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazz...
Bernd KuhlsBernd Kuhls
561c43d8323package/rsyslog: fix musl buil The build error was not yet being found by the autobuilders: omfile.c: In function ‘...
Bernd KuhlsBernd Kuhls
ade46eea1bfpackage/lirc-tools: not available on musl GLOB_BRACE is not supported by the musl libc: http://www.openwall.com/list...
Bernd KuhlsBernd Kuhls
1e82f8fd2fcpackage/sconeserver: location support needs host-pkgconf Patch suggested by Arnout: http://patchwork.ozlabs.org/patc...
Yegor YefremovYegor Yefremov
4f42ef5c5a2python-setuptools: enable Python 3.x support Add missing XML dependency. Signed-off-by: Yegor Yefremov <yegorslists...
Waldemar BrodkorbWaldemar Brodkorb
195601059c0uclibc: add a upstream patch to fix vlc runtime issues IDN related declaration without implementation is a bad idea....
Waldemar BrodkorbWaldemar Brodkorb
74e4e830b02uclibc: fix MIPS builds with disabled threads There was a regression found while building for MIPS with disabled thr...
Lada TrimasovaLada Trimasova
f25df488d74toolchain: bump ARC toolchain components to arc-2015.12 This change introduces newer ARC toolchain in Buildroot. Th...
Gustavo ZacariasGustavo Zacarias
59cbadbaf78grep: bump to version 2.23 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni...
Petr VorelPetr Vorel
e7ef2232e59network-manager: bump to version 1.0.10 Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petaz...
Petr VorelPetr Vorel
45bd1c76a93dbus-glib: bump version to 0.106 Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <t...
Thomas PetazzoniThomas Petazzoni
abdc56006bfprotobuf: introduce BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS The architecture dependencies of protobuf are going to change...
Yegor YefremovYegor Yefremov
95795cf6c80python-cffi: bump to 1.5.0 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzon...
Joao PintoJoao Pinto
e9b147ffa4fboard: add support for ARM Juno r0 and r1 Development Boards The Juno ARM Development Platform (ADP) is a software d...
Angelo CompagnucciAngelo Compagnucci
778026b94dbsupport/misc: Adding Vagrant file for provisioning This patch adds a Vagrant file to buildroot. With this file you c...
Yann E. MORINYann E. MORIN
e6d1a2073bftoolchain/external: newer Linaro toolchains do not provide source code Currently, we have a pattern-matching that au...
Thomas De SchampheleireThomas De Schampheleire
335f331ff29toolchain: copy_toolchain_lib_root: rename LIBSPATH to LIBPATHS LIBSPATH is populated based on a find with a pattern...
Peter SeidererPeter Seiderer
c2174c1ae47qt5: bump version to 5.5.1 Reduce hash lists to strongest only (sha256). Remove upstream committed patches (qt5base...
Max FilippovMax Filippov
7eafaa6f72bbinutils: fix .loc processing in xtensa gas Fixes: http://autobuild.buildroot.net/results/bff7436a800eeea92c0c92bd...
Gustavo ZacariasGustavo Zacarias
be8ae9330b8gnutls: bump to version 3.4.9 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazz...
Yegor YefremovYegor Yefremov
cd3e72b642epython-pyparted: new package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazz...
Yegor YefremovYegor Yefremov
9d05cb121a9python-smbus-cffi: new package [Thomas: - fix license, it's GPLv2, not GPLv2+.] Signed-off-by: Yegor Yefremov <yeg...
Yegor YefremovYegor Yefremov
ce726bae315python-cffi: add host variant Host variant is needed to cross-compile CFFI based C library wrappers. Signed-off-by:...
Yegor YefremovYegor Yefremov
60093650c84python-pycparser: new package pycparser requires C preprocessor in order to parse C related files, hence available o...
Yegor YefremovYegor Yefremov
f41091176bblibffi: fix headers location for host-libffi There is a special hook for target-libffi, that moves headers from /usr...
Thomas PetazzoniThomas Petazzoni
2b735389201libffi: fix staging headers cleanup The LIBFFI_MOVE_STAGING_HEADERS function is responsible for moving around libffi...
Mauro CondarelliMauro Condarelli
ffde67a0de3python-netaddr: new package Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorsli...
Mauro CondarelliMauro Condarelli
56526bbfae6python-mistune: new package Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorsli...
Mauro CondarelliMauro Condarelli
45c903065dfpython-click: new package Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslist...
Mauro CondarelliMauro Condarelli
d75a2dbaa73python-cbor: new package Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists...
Thomas PetazzoniThomas Petazzoni
81863eafc76kodi, mpd: fix samba4 related dependency mistakes This commit fixes the following kconfig warning: warning: (BR2...
Gustavo ZacariasGustavo Zacarias
85a28f39278iptables: fix libpcap static linking libpcap can depend on other libraries like libusb and doesn't support pkgconfig...
Bernd KuhlsBernd Kuhls
8424a6ad6adpackage/ola: fix musl build Fixes http://autobuild.buildroot.net/results/17f/17fe88868acdbba074561da14c4417e31d50682...
Thomas PetazzoniThomas Petazzoni
8e03349228fpackage/ola: add hash file Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
f581ddf30d6package/ola: bump version to 0.10.0 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petaz...
Gary BissonGary Bisson
da4fff547c4kernel-module-imx-gpu-viv: add new package This is the Vivante kernel driver split from the kernel source code in or...
Yann E. MORINYann E. MORIN
63abfb72103package/linux-headers: add option to use same sources as the kernel Some heavily (and most often improperly) modifie...
Lada TrimasovaLada Trimasova
c823c6ee6aeutil-linux: fix static builds with uClibc In case of uClibc librt depends on libpthread. In particular timer_create(...
Peter KorsgaardPeter Korsgaard
c15f70488b4gstreamer1: don't rely on a recent coreutils for relative symlink support Fixes: http://autobuild.buildroot.net/resu...
Mauro CondarelliMauro Condarelli
6709fad2246python-msgpack: bump to 0.4.7 Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegors...
Mauro CondarelliMauro Condarelli
2e2eff30309python-jinja2: bump to 2.8 Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslis...
Bernd KuhlsBernd Kuhls
5c8ad2644fbpackage/faifa: fix musl build Fixes http://autobuild.buildroot.net/results/dc6/dc6e4d7327d2031ef921cccd814605dec73a0...
Gustavo ZacariasGustavo Zacarias
3dd53276b09unrar: new package [Peter: also pass TARGET_LDFLAGS] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signe...
Bernd KuhlsBernd Kuhls
ba14e6c2aa8package/ffmpeg: bump version to 2.8.6 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Kors...
Peter KorsgaardPeter Korsgaard
1d42d0acca6binutils: ensure TARGET_CONFIGURE_ARGS is taken into consideration for subdirs Binutils runs the configure scripts o...
Bernd KuhlsBernd Kuhls
56032eedf4dpackage/python-spidev: fix musl build The build error was not yet being found by the autobuilders. Signed-off-by: B...
Bernd KuhlsBernd Kuhls
291c3c77cbcpackage/gstreamer/gst-plugins-base: Fix build on x86 if emmintrin.h is available but can't be used I stumbled across...
Yann E. MORINYann E. MORIN
6a8baa17a86core/legal-info: update the legal-info report header In some cases, the toolchain sources are now recovered and avai...
Gary BissonGary Bisson
9f181872da9configs/nitrogen6*: bump kernel version Update to latest boundary-imx_3.14.28_1.0.0_ga commit which brings the follo...
Gary BissonGary Bisson
972e6580582xdriver_xf86-video-imx-viv: bump to version 5.0.11 p7.1 The license is now provided in the package. This patch is b...
Gary BissonGary Bisson
1db97c0ce65imx-gpu-viv: bump version to 5.0.11 p7.1 Upgrade to 5.0.11 P7.1 for i.MX6 with GPU i.MX6QP qualified graphics drive...
Gary BissonGary Bisson
38efbf7255egst1-plugins-bad: add install to staging directory gst1-imx package links against libgstphotography for its imxv4l2s...
Gary BissonGary Bisson
c353a7f763alibfslvpuwrap: bump to version 1.0.61 Changelog: - Enable resolution change for H.263 and VP8 This patch is based o...
Gary BissonGary Bisson
e22f85b1802libfslparser: bump to version 4.0.7 Changelog: - Add h264 parser version. - Support wide and 'ms 0x0 0x11' adpcm tag...
Gary BissonGary Bisson
0a368ddef45libfslcodec: bump to version 4.0.7 Changelog since 4.0.3: - Add mx7 SoC support. - Add test binary to release packag...
Gary BissonGary Bisson
84be4d4e31bfreescale-imx: remove FREESCALE_IMX_VERSION As all the packages now have a version which doesn't depend on the BSP v...
Gary BissonGary Bisson
2a58ad513a1imx-lib: bump to version 5.1 Change version to be independent of BSP version. This limits confusion on future BSP u...
Gary BissonGary Bisson
2bd5740421eimx-kobs: bump to version 5.1 Use a different versioning schema based on package versioning instead of BSP version. ...
Gary BissonGary Bisson
923155df197firmware-imx: bump to version 5.2 Use a different versioning schema based on package versioning instead of BSP versi...
Gustavo ZacariasGustavo Zacarias
1dbc3c30a26configs/raspberrypi: add dtb for compute module [Peter: describe what 'CM' stands for, update comment] Signed-off-by...
Gustavo ZacariasGustavo Zacarias
38172747f8arpi-firmware: version bump To match the previous kernel version bump. Signed-off-by: Gustavo Zacarias <gustavo@zaca...
Gustavo ZacariasGustavo Zacarias
d0e2e6fdaf7configs/raspberrypi{,2}: bump to kernel version 4.1.15 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Sig...
Gustavo ZacariasGustavo Zacarias
c42cb74b02bstrongswan: unavailable for static builds Uses dlopen in plugin_loader (not optional), fixes: http://autobuild.build...
Gustavo ZacariasGustavo Zacarias
093681947f6vala: bump to version 0.30.1 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzo...
Thomas ClaveiroleThomas Claveirole
196eb53ac88package/autoconf-archive: bump to version 2015.09.25 Signed-off-by: Thomas Claveirole <thomas.claveirole@green-commu...
Gustavo ZacariasGustavo Zacarias
55052ea83falinux-headers: bump 4.{1, 3, 4}.x series Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Th...
Luca CeresoliLuca Ceresoli
9af3d3f0861Update copyright year Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.p...
Gustavo ZacariasGustavo Zacarias
63d2545475clinux: bump default to version 4.4.1 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas...
Romain NaourRomain Naour
2956afbdbc2toolchain-external: bump Linaro ARMEB to 2015.11-2 Signed-off-by: Romain Naour <romain.naour@gmail.com> [Thomas: onl...
Romain NaourRomain Naour
7199d7a9dfatoolchain-external: bump Linaro ARM to 2015.11-2 Runtime tested with Qemu 2.3.1 using a configuration based on qemu_...
Waldemar BrodkorbWaldemar Brodkorb
7bfb215681euclibc: update uClibc-ng to 1.0.12 New release contains a security fix for the resolver library parts. It contains e...
Thomas PetazzoniThomas Petazzoni
824e303eab3uclibc: remove version selection Since we now only support uClibc-ng, remove the version selection from the uclibc p...
Thomas PetazzoniThomas Petazzoni
07596f23a2cuclibc: remove support for the snapshot version The snapshot version points to the original uClibc project, which is...
Thomas PetazzoniThomas Petazzoni
0a40d0191aeuclibc: remove 0.9.33 version The upstream project is dead, the 0.9.33 version requires tons of patches, and uclibc-...
Thomas PetazzoniThomas Petazzoni
1a222542752samba4: remove dependency on specific C libraries samba4 relies on the $ORIGIN feature of the dynamic linker, which ...
Thomas PetazzoniThomas Petazzoni
0fed01a500fvlc: remove dependency on C library vlc uses <spawn.h> which was not available in old uClibc versions. However, sinc...
Thomas PetazzoniThomas Petazzoni
d9c26b1ffc0mongrel2: allow using uClibc but only on certain architectures mongrel2 uses the {get,make,swap}context functions: ...
Thomas PetazzoniThomas Petazzoni
60a062b74f0lttng-babeltrace: make available for all C libraries Due to posix_fallocate() being unavailable in uClibc 0.9.33, lt...
Thomas PetazzoniThomas Petazzoni
1da65232ecdlibunwind: fix C library dependency The libunwind package currently dependency on glibc *or* uclibc snapshot. Howeve...
Romain NaourRomain Naour
711c0387158toolchain-external: bump Linaro AArch64 to 2015.11-2 Runtime tested with Qemu 2.3.1 using qemu_aarch64_virt_defconfi...
Arnout VandecappelleArnout Vandecappelle
ef2efaff156website: add reference to submitting-patches to Contribute tab In the hope of improving the quality of patches send ...
Arnout VandecappelleArnout Vandecappelle
b084eb38be0README: add reference to submitting-patches In the hope of improving the quality of patches sent by newcomers, add a...
Romain NaourRomain Naour
18b3481f4d6configs: qemu_arm_nuri: enable vfp In order to be abble to select BR2_ARM_FPU_VFPV3D16, BR2_ARM_ENABLE_VFP must be s...
Romain NaourRomain Naour
ec66f6d9e2bconfigs: qemu_arm_vexpress: enable vfp In order to be abble to select BR2_ARM_FPU_VFPV3D16, BR2_ARM_ENABLE_VFP must ...
Peter KorsgaardPeter Korsgaard
c3779afc112package/Makefile.in: fix typo Commit dc95d50fe3ee (correct gettext handling for musl) introduced a last minute typo,...
Peter KorsgaardPeter Korsgaard
28fc73efafeRevert "madplay: fix musl gettext support detection" This reverts commit a0a244d26d8e7e7e5465c3e6e9fcd1c31e2c178d. ...
Peter KorsgaardPeter Korsgaard
dc95d50fe3epackage/Makefile.in: correct gettext handling for musl Based on a patch by Bernd Kuhls. The AM_GNU_GETTEXT autotool...
Jörg KrauseJörg Krause
82fd195a54dpackage/shairport-sync: bump to version 2.8.0 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by...
Bernd KuhlsBernd Kuhls
6b65ce4caedpackage/unionfs: fix musl build Fixes http://autobuild.buildroot.net/results/020/020951a32ace3b4bca12a888eaaeb8b6c56...
Thomas De SchampheleireThomas De Schampheleire
fcddb9dafedmanual: minor fixes in the graph-size documentation Fix some typos and references to a size-stats 'target' (the scri...
Bernd KuhlsBernd Kuhls
12a77888200package/squashfs: fix musl build The build errors were not yet found by the autobuilders: action.c: In function ‘na...
Thomas De SchampheleireThomas De Schampheleire
cef3cd40b7atoolchain-external: create symlink ARCH_LIB_DIR->lib Currently, following symbolic links are created in both target ...
Thomas De SchampheleireThomas De Schampheleire
fe23cb5d005toolchain-external: improve sysroot rsync if ARCH_LIB_DIR != lib/lib32/lib64 The copy_toolchain_sysroot helper in to...
Thomas De SchampheleireThomas De Schampheleire
beddd71c572toolchain-external: don't exclude too much lib in sysroot rsync The copy_toolchain_sysroot helper in toolchain/helpe...
Bernd KuhlsBernd Kuhls
e143c2f4d6dpackage/libseccomp: fix musl build Fixes http://autobuild.buildroot.net/results/0cd/0cd47d7e6a49c268b57981ae8bb9abe4...
Bernd KuhlsBernd Kuhls
1a57adb237apackage/libseccomp: bump version to 2.2.3 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas...
Peter KorsgaardPeter Korsgaard
53703ee67a6support/scripts: drop ancient build-ext3-img script It hasn't been updated since it was added in 2008, and nowadays ...
Bernd KuhlsBernd Kuhls
37b45dbcc71package/gstreamer/gst-plugins-ugly: Fix cdio-related build errors Fixes http://autobuild.buildroot.net/results/530/5...
Yann E. MORINYann E. MORIN
1ad97d1ff13docs/manual: makedev syntax accepts usernames and group names Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.f...
Yann E. MORINYann E. MORIN
95dda394d9fpackage/makedevs: use the rooted /etc/passwd and /etc/group Currently, makedevs will query the host's /etc/passwd an...
Yann E. MORINYann E. MORIN
3f28a38e1abfs/common: generate users before setting permissions We will need the users and groups to get defined before we can ...
Gustavo ZacariasGustavo Zacarias
1160ba631cfrt-tests: unavailable for static builds Fixes: http://autobuild.buildroot.net/results/a6f/a6f6502e55fd68803f3ff8b4b7...
Gustavo ZacariasGustavo Zacarias
d9bc73d4945busybox: add truncate fix patch Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsg...
Bernd KuhlsBernd Kuhls
1b0933f2019package/libraw1394: fix musl build Fixes http://autobuild.buildroot.net/results/33c/33cac2bda4890b6050c71734b2c36a77...
Bernd KuhlsBernd Kuhls
c8995d25f0apackage/libraw1394: bump version to 2.1.1 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas...
Bernd KuhlsBernd Kuhls
1fcf1a6d0c3package/flot: update hash Upstream apparently updated their tarball http://thread.gmane.org/gmane.comp.lib.uclibc.bu...
Bernd KuhlsBernd Kuhls
4334f7da108package/lightning: bump version to 2.1.0 Removed autoreconf and both patches after upstream commits: http://git.sava...
Bernd KuhlsBernd Kuhls
392362ed487package/mtdev2tuio: fix musl build Fixes http://autobuild.buildroot.net/results/aee/aee411047265bf205f8990a3d0d2310d...
Bernd KuhlsBernd Kuhls
7ddf2a6b2cbpackage/oprofile: bump version to 1.1.0 Removed patch applied upstream: http://sourceforge.net/p/oprofile/oprofile/c...
Bernd KuhlsBernd Kuhls
2fcababa14epackage/qhull: bump version to 7.2.0, add hash Updated _SITE after closure of gitorious.org. Signed-off-by: Bernd K...
Bernd KuhlsBernd Kuhls
0d4cf8f83d2package/qpdf: bump version to 6.0.0 Removed patch applied upstream: https://github.com/qpdf/qpdf/commit/857bb208d338...
Julien BOIBESSOTJulien BOIBESSOT
6a057247237board: add support for Freescale i.MX6UL Evaluation Kit Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.c...
Bernd KuhlsBernd Kuhls
0814553660epackage/pulseview: bump version to 0.3.0 Switch to upstream tarball, remove autoreconf, add hash. Upstream expects ...
Bernd KuhlsBernd Kuhls
7e4684a5f93package/sigrok-cli: bump version to 0.6.0 Switch to upstream tarball, remove autoreconf, add hash. Signed-off-by: B...
Bernd KuhlsBernd Kuhls
18ca5124a90package/libsigrokdecode: bump version to 0.4.0 Switch to upstream tarball, remove autoreconf, add hash, fix typo. S...
Bernd KuhlsBernd Kuhls
776aeef6d82package/libsigrok: fix musl build Fixes http://autobuild.buildroot.net/results/afc/afcea2068d5b0ba707aa9033940155060...
Bernd KuhlsBernd Kuhls
b428801934apackage/libsigrok: bump version to 0.4.0 Switch to upstream tarball, remove autoreconf, add hash. Signed-off-by: Be...
Bernd KuhlsBernd Kuhls
ff4d8da4984package/libserialport: bump version to 0.1.1 Switch to upstream tarball, remove autoreconf. Signed-off-by: Bernd Ku...
Bernd KuhlsBernd Kuhls
723d86c265dpackage/sconeserver: bump version to fix musl build Fixes this musl build error: TermBuffer.cpp: In member function ...
Bernd KuhlsBernd Kuhls
3e2c51e527cpackage/tor: bump version to 0.2.7.6, fix musl build According to https://gitweb.torproject.org/tor.git/plain/Releas...
Bernd KuhlsBernd Kuhls
9e1854d374epackage/gpsd: bump version to 3.16 Removed patch applied upstream: http://git.savannah.gnu.org/cgit/gpsd.git/commit/...
Bernd KuhlsBernd Kuhls
247cc9ef70cpackage/open-plc-utils: bump version Remove patch for scripts/Makefile because the file was removed upstream: https:...
Bernd KuhlsBernd Kuhls
cefcb852cfapackage/openswan: bump version to 2.6.46 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter K...
Bernd KuhlsBernd Kuhls
5e0bcda354epackage/oprofile: fix typo in comment Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Kors...
Bernd KuhlsBernd Kuhls
421defd1767package/smack: fix musl build The build error was not yet found by the autobuilders: common.c: In function ‘clear’:...
Bernd KuhlsBernd Kuhls
5bb7ad75830package/smack: bump version to 1.1.0 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Peta...
Gary BissonGary Bisson
7df1e23cc6econfigs/nitrogen6*: update to use genimage Also updating the documentation with the dd instruction to flash the boot...
Phil EichingerPhil Eichinger
efd1e36f22dgstreamer1: use a relative symlink to gstconfig.h No functional change today, but is needed for relocatable SDK. Si...
Bernd KuhlsBernd Kuhls
82c16061c34package/sredird: fix musl build Fixes http://autobuild.buildroot.net/results/4bc/4bc77733d235ba12f70432be4ead921666f...
Bernd KuhlsBernd Kuhls
33433e1b2bcpackage/sredird: bump version to 2.2.2, add hash While Debian still uses version 2.2.1 the bump to 2.2.2 was committ...
Bernd KuhlsBernd Kuhls
7aecb34cbf4package/snowball-init: use github helper Otherwise download is broken: >>> snowball-init b064be21de25729039e5e54037...
Bernd KuhlsBernd Kuhls
544949e4987package/subversion: security version bump to 1.9.3 Release announcement: http://mail-archives.apache.org/mod_mbox/su...
Bernd KuhlsBernd Kuhls
9bd265c9172package/pixman: bump version to 0.34.0 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Kor...
Gustavo ZacariasGustavo Zacarias
02681171f37redis: bump to version 3.0.7 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Bernd Kuhls <bernd...
Gustavo ZacariasGustavo Zacarias
bb446a7b77bRevert "package/openvpn: bump version to 2.3.10" openvpn 2.3.10 doesn't work with polarssl 1.2.x, hence this bump br...
Bernd KuhlsBernd Kuhls
40353e3e13epackage/libraw: add optional support for lcms2 [Peter: also needs host-pkgconf] Signed-off-by: Bernd Kuhls <bernd.ku...
Bernd KuhlsBernd Kuhls
96f06290a59package/libraw: add optional support for jpeg Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Pe...
Bernd KuhlsBernd Kuhls
e712000dbebpackage/libraw: add optional support for jasper Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: ...
Bernd KuhlsBernd Kuhls
7f81111da0bpackage/libraw: Remove /usr/local from configure.ac Build fails with BR2_COMPILER_PARANOID_UNSAFE_PATH=y Signed-off...
Bernd KuhlsBernd Kuhls
7d1feadb19fpackage/libraw: bump version to 0.17.1 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Kor...
Bernd KuhlsBernd Kuhls
9b081bb742cpackage/libndp: bump version to 1.5 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsga...
Bernd KuhlsBernd Kuhls
a6517122dbdpackage/lcms2: bump version to 2.7 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaa...
Bernd KuhlsBernd Kuhls
60ac224200bpackage/liboauth: fix broken download URL Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter ...
Bernd KuhlsBernd Kuhls
4e0fcf25eb5package/liblinear: bump version to 2.1 This bump also fixes the broken download of the previous version. Signed-off...
Martin BarkMartin Bark
214f356351bpackage/tzdata: bump version to 2016a Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Peter Korsgaar...
Martin BarkMartin Bark
46dcbcfd395package/zic: bump version to 2016a Removed 0001-fix-dependencies.patch as this has now been fixed upstream Signed-o...
Bernd KuhlsBernd Kuhls
9ebb7f60038package/python-alsaaudio: bump version to 0.8.2 Upstream moved to github, the old project site now redirects to the ...
Bernd KuhlsBernd Kuhls
778484983d6package/proftpd: bump version to 1.3.5a Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Ko...
Bernd KuhlsBernd Kuhls
8239f45435bpackage/procps-ng: bump version to 3.3.11 to fix musl build Rebased 0002-use-pkgconfig-for-ncursesw-cflags.patch Th...
Bernd KuhlsBernd Kuhls
8c177ebe47epackage/pax-utils: bump version to 1.1.4 to fix musl build The build error has not yet been found by the autobuilder...
Bernd KuhlsBernd Kuhls
42699e397e4package/opkg: bump version to v0.3.1 to fix musl build Upstream included a fix for musl in the current release: http...
Bernd KuhlsBernd Kuhls
06f3e7904f1package/openvpn: bump version to 2.3.10 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Ko...
Bernd KuhlsBernd Kuhls
9301e192019package/net-tools: bump version to fix musl build git head includes this commit http://sourceforge.net/p/net-tools/c...
Francois PerradFrancois Perrad
e6bc4b6e127olimex_a20_olinuxino_lime: bump kernel to 4.4 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-b...
Bernd KuhlsBernd Kuhls
92500f911a3package/input-tools: fix broken download URL Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Pet...
Gustavo ZacariasGustavo Zacarias
3f1581661c7nettle: bump to version 3.2 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard...
Bernd KuhlsBernd Kuhls
5ea881e7115package/leafpad: bump version to 0.8.18.1 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter ...
Bernd KuhlsBernd Kuhls
e2daaf9179bpackage/fio: fix license file Sorry, I missed the changed filename. Fixes http://autobuild.buildroot.net/results/a3...
Henrique MarksHenrique Marks
0f56304521dmerge_config.sh: create temporary files in /tmp Creating temporary files in /tmp (or the path pointed by $TMPDIR) al...
Bernd KuhlsBernd Kuhls
0be67b6f717package/lshw: fix musl build Fixes http://autobuild.buildroot.net/results/aa3/aa3abc215b7a4e95b60be9a635758d8448e495...
Bernd KuhlsBernd Kuhls
b7fc15d6dc6package/lshw: bump version to B.02.17 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Pet...