Alexander Dahl
  1. Alexander Dahl

buildroot

Public
  1. Alexander Dahl
  2. buildroot

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Gustavo ZacariasGustavo Zacarias
f61e0a1fc8dlinux-headers: mark EOL versions deprecated Follow the upstream EOL cycle and mark 3.16 as deprecated for 2015.02. ...
Gustavo ZacariasGustavo Zacarias
683eedd3a86Add BR2_DEPRECATED_SINCE_2015_02 In preparation for the deprecation of certain features in 2015.02, add the BR2_DEPR...
Gustavo ZacariasGustavo Zacarias
bc92e491f1belfutils: download portability patch Download the portability patch into the buildroot tree. This isn't nice but th...
Vicente Olivert RieraVicente Olivert Riera
789fc2dc329xserver_xorg-server: libunwind support is broken on MIPS64 n32 Amend the former commit and disable xorg-server with ...
Peter KorsgaardPeter Korsgaard
1b2375e3e0flame: also disable debug handling on xtensa Similar to the other architectures we have disabled it for. At the same ...
Peter KorsgaardPeter Korsgaard
c8fbd1f82a9flac: drop CVE patches These are alredy included in 1.3.1, and should have been dropped when I merged next. Reporte...
Peter KorsgaardPeter Korsgaard
fe1b2ef1d32Merge branch 'next' Conflicts: Makefile package/flac/0001-fix-altivec-logic.patch package/grantlee/Config.in Sig...
Peter KorsgaardPeter Korsgaard
9a5434fbfc9Update for 2014.11 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
d3fa9141827gdb: unbreak host-gdb with python support if python3 is enabled Fixes http://autobuild.buildroot.net/results/ef4/ef4...
Yann E. MORINYann E. MORIN
6ed317672c2package/parted: fix static link libuuid needs to be linked with -lintl when gettext is needed (with locales). For a...
Yann E. MORINYann E. MORIN
a535a0eada2package/util-linux: libuuid needs -lintl When gettext is needed (with locales), libuuid needs to be linked against -...
Yann E. MORINYann E. MORIN
ac1ac9e628apackage/shairport-sync: fix static builds Because shairport-sync uses AC_CHECK_LIB to find some of the needed librar...
Yann E. MORINYann E. MORIN
514d7cab61cinfra: do not append an empty LD_LIBRARY_PATH When we set LD_LIBRARY_PATH when building our host tools, we append an...
Angelo CompagnucciAngelo Compagnucci
75fa68f5648package/mono: fixing wrong monolite library path Due to a bug in makefile logic, monolite libraries path will not be...
Yann E. MORINYann E. MORIN
181a17f1b21package/libwebsockets: fix static build Fixes: http://autobuild.buildroot.net/results/afc/afc56e03a9d410563f43e5d26c...
Bernd KuhlsBernd Kuhls
0eb957758b9package/gd: fix build when libiconv is enabled First of two patches to fix http://autobuild.buildroot.net/results/23...
Danomi ManchegoDanomi Manchego
754a3cf860cluajit: point /usr/bin/lua to luajit if lua not selected The luajit package is a provider of a lua interpreter, but ...
Bernd KuhlsBernd Kuhls
93d0c5e0aa4package/x11r7/xserver_xorg-server: libunwind support is broken on mips64 Fixes http://autobuild.buildroot.net/result...
Angelo CompagnucciAngelo Compagnucci
9f6633f17b2package/mono: force host-mono to use internal mono bootstrap compiler This patch forces the use of internal compiler...
Bernd KuhlsBernd Kuhls
9b47f40bb29package/x11r7/xserver_xorg-server: bump version to 1.16.2 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signe...
Vicente Olivert RieraVicente Olivert Riera
51a95551159Add a defconfig for MIPS Creator CI20 MIPS Creator CI20 is a Linux and Android development system from MIPS/Imaginat...
Bernd KuhlsBernd Kuhls
da654a7b65bpackage/x11r7/xapp_bdftopcf: Fix linking error Fixes http://autobuild.buildroot.net/results/242/24297c948c0eee684e86...
Gustavo ZacariasGustavo Zacarias
8e1295017ccdhcpcd: bump to version 6.6.4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaa...
Gustavo ZacariasGustavo Zacarias
b7e79b839a4mpd: bump to version 0.19.5 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard...
Gustavo ZacariasGustavo Zacarias
d1c6a7a6cdaflac: unbreak powerpc e500 support Add patch to avoid the enable/disable-debug options from unsetting -g from CFLAGS...
Gustavo ZacariasGustavo Zacarias
939e03fa9fawireless-regdb: bump to version 2014.11.18 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: ...
Peter KorsgaardPeter Korsgaard
f30e54eb92bUpdate for 2014.11-rc3 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
1cd15cb15a1dhcp: update dhclient-script The previous no-op dhclient-script is useless and in fact can lead users to believe thi...
Gustavo ZacariasGustavo Zacarias
489848b1fa2tcpdump: add 3 security patches Fixes: CVE-2014-8767 - denial of service in verbose mode using malformed OLSR payloa...
Gustavo ZacariasGustavo Zacarias
6045904752bbind: not available for static builds Fixes: http://autobuild.buildroot.net/results/e27/e27111f484f72c77d2179fa1a29e...
Peter KorsgaardPeter Korsgaard
43f86236969mpg123: needs host-pkgconf SDL detection is done using pkg-config. Fixes http://autobuild.buildroot.net/results/437...
Baruch SiachBaruch Siach
ba3821bcf75btrfs-progs: fix static build libuuid needs -lintl when BR2_NEEDS_GETTEXT_IF_LOCALE is set. Fixes: http://autobuild...
Vicente Olivert RieraVicente Olivert Riera
f3f96b17916qt: Webkit Module needs a toolchain with NPTL Qt Webkit Module uses pthread_getattr_np() which is implemented in too...
Vicente Olivert RieraVicente Olivert Riera
89207cc06d2qt: Script Module needs a toolchain with NPTL Qt Script Module uses pthread_getattr_np() which is implemented in too...
Gustavo ZacariasGustavo Zacarias
ab949f9130apciutils: install to /usr/bin rather than /usr/sbin Somehow busybox thinks debian standards are the rule and install...
Yann E. MORINYann E. MORIN
387bdde5df6package/nfs-utils: use pkg-config to find libtirpc Fixes: http://autobuild.buildroot.net/results/17d/17d1d94e6f1...
Yann E. MORINYann E. MORIN
211a321934fpackage/nfs-utils: rename patches Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Kors...
Yann E. MORINYann E. MORIN
85802bb9808package/libtirpc: add -pthread to the private libraries Fixes: http://autobuild.buildroot.net/results/17d/17d1d9...
Yann E. MORINYann E. MORIN
5acbbad05cfpackage/libtirpc: rename patches Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsg...
Gustavo ZacariasGustavo Zacarias
bbd3d847a3a(e)glibc: add security patches for CVE-2014-7817 Fixes: CVE-2014-7817 - command execution in wordexp() with WRDE_NOC...
Francois PerradFrancois Perrad
f824d3e2bebbotan: fix static build see http://autobuild.buildroot.net/results/2d1/2d1563e253b669b45c9df449c5b3a750c04a43dc/ th...
Yann E. MORINYann E. MORIN
3e0440407aatoolchain/external: fix building the wrapper on MIPS Some crazy folks use MIPS machines as build machines. ;-) On M...
Thomas PetazzoniThomas Petazzoni
83aded6ce8dlibz160: fix comment header Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jérôme PouillerJérôme Pouiller
820bd032af3libz160: new package An API for user space programs to perform 2D accelerated graphics operations on AMD GPU [Thoma...
Jérôme PouillerJérôme Pouiller
c98a4de7b43libfslvpuwrap: Use self-extractible helper [Thomas: remove unneeded comment.] Signed-off-by: Jérôme Pouiller <jezz@...
Jérôme PouillerJérôme Pouiller
90a40b6bdf8libfslparser: Use self-extractible helper [Thomas: remove unneeded comment.] Signed-off-by: Jérôme Pouiller <jezz@s...
Jérôme PouillerJérôme Pouiller
349dfdd4faelibfslcodec: Use self-extractible helper [Thomas: remove unneeded comment.] Signed-off-by: Jérôme Pouiller <jezz@sy...
Jérôme PouillerJérôme Pouiller
0f0e795d75dimx-vpu: Use self-extractible helper [Thomas: remove unneeded comment about seeing freescale-imx.mk.] Signed-off-by...
Jérôme PouillerJérôme Pouiller
1d0bbe9a691firmware-imx: Use self-extractible helper [Thomas: remove useless comment about looking in freescale-imx.mk.] Signe...
Jérôme PouillerJérôme Pouiller
f2a8f79c025freescale-imx: Add helper to extract self-extractible binaries [Thomas: - reword the comment of the new macro, and ...
Vicente Olivert RieraVicente Olivert Riera
46ede997d4dgit: bump version to 2.2.0 - Bump version to 2.2.0 - Update the hash value Signed-off-by: Vicente Olivert Riera <Vi...
Vicente Olivert RieraVicente Olivert Riera
8c65e51e303lvm2: bump version to 2.02.113 - Bump version to 2.02.113 - Update the hash value Signed-off-by: Vicente Olivert Ri...
Gustavo ZacariasGustavo Zacarias
9739d823db6flac: bump to version 1.3.1 All patches upstream and add hash file. [Thomas: remove AUTORECONF = YES, since we no l...
Gustavo ZacariasGustavo Zacarias
9245aef2b54configs/p1010rdb: bump to kernel 3.17.4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Tho...
Baruch SiachBaruch Siach
30362526a08nftables: fix static build libnftnl needs -ljansson when built with json support. Fixes: http://autobuild.buildroot...
Baruch SiachBaruch Siach
05aa5b49739libnspr: fix static build Disable shared library in a static build. Fixes: http://autobuild.buildroot.net/results/6...
Bernd KuhlsBernd Kuhls
c9e2be0cd80package/tvheadend: Add support for liburiparser Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: ...
Bernd KuhlsBernd Kuhls
b2d327d0dd3package/liburiparser: New package [Thomas: - put liburiparser at the right place in package/Config.in, i.e sorte...
Simon MarchiSimon Marchi
4aa0271d179lttng-babeltrace: Remove dependency on lttng-tools babeltrace is used to read the traces generated by lttng, but it ...
Gustavo ZacariasGustavo Zacarias
4e987b1cd48rng-tools: bump to version 5 Add semi-automatic libgcrypt dependency for i386/x86_64 to use RDRAND. This is exclusiv...
Benoît ThébaudeauBenoît Thébaudeau
1144059ede5samba: Add support for libnss_win*.so* installation The libnss_wins and libnss_winbind libraries are required in ord...
Peter KorsgaardPeter Korsgaard
6c9f95305fcpackage: add python-networkmanager Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Acked-by: Ryan Barnett <ryan...
Pedro AguilarPedro Aguilar
6322f25e1feguile: Add new package Guile is an interpreter and compiler for the Scheme programming language, a clean and elegant...
Thomas PetazzoniThomas Petazzoni
8df26deab14libunistring: add wchar dependency Even though libunistring itself builds fine, its library contains undefined refer...
Pedro AguilarPedro Aguilar
319e7ffbe8flibunistring: host-libunistring is needed by guile Signed-off-by: Pedro Aguilar <paguilar@paguilar.org> Signed-off-b...
Pedro AguilarPedro Aguilar
b0476427f6cbdwgc: Add new package bdwgc is a garbage collector for C and C++. The Boehm-Demers-Weiser conservative garbage coll...
Pedro AguilarPedro Aguilar
7522023a845libatomic_ops: Add host-libatomic_ops The host-libatomic_ops is needed by host-bdwgc that is needed in turn by guile...
Peter KorsgaardPeter Korsgaard
7a6d8bf5d8enetwork-manager: S45network-manager: don't use pidof -o option The pidof -o option is only available in the Busybox ...
Gustavo ZacariasGustavo Zacarias
067570a39f6valgrind: bump to version 3.10.1 Add hash file and switch to a non-dead homepage. Enable for supported architectures...
Gustavo ZacariasGustavo Zacarias
cfb3af459c6liboping: bump to version 1.8.0 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsg...
Nathaniel RoachNathaniel Roach
94319c61d84package/network-manager: NM needs isc-dhcpc or dhcpcd NM only currently supports isc-dhcpc and dhcpcd as clients bec...
Max FilippovMax Filippov
b20bb0c7b74binutils: fix xtensa trampolines search code for conditional branches This fixes the following build errors seen whe...
Peter KorsgaardPeter Korsgaard
6455547a43blame: also disable debug handling on arm(eb) Not all arm (E.G. non-VFP) toolchains define the control word macros, s...
Gustavo ZacariasGustavo Zacarias
42d40e2ea0alibksba: security bump to version 1.3.2 Fixes a buffer overflow in ksba_oid_to_str. Signed-off-by: Gustavo Zacarias...
Gustavo ZacariasGustavo Zacarias
87fd1bd5ce2system/permissions: /etc/random-seed must be mode 600 Otherwise it's a big security risk. Signed-off-by: Gustavo Za...
Yann E. MORINYann E. MORIN
a3926f3a64fpackage/clamav: fix static build clamav unconditionally includes dlfcn.h which is missing on a uClibc that is config...
Gustavo ZacariasGustavo Zacarias
b89ce67523blibpng: security bump to version 1.6.15 Fixes an out-of-bounds memory access in png_user_version_check(). Signed-of...
Peter KorsgaardPeter Korsgaard
d8ce24077b6package: add python-httplib2 [Thomas: fix the license, it is MIT, not BSD-3c.] Signed-off-by: Peter Korsgaard <pete...
Peter KorsgaardPeter Korsgaard
e4a1a4f4ea1rtai: fix typo in config script fixup Reported-by: Spielmann Werner <Werner.Spielmann@SWAROVSKI.COM> Signed-off-by: ...
Peter KorsgaardPeter Korsgaard
ccec35e342agd: use pkg-config to figure out png linker flags So gdlib-config --libs returns the full dependency chain (-lpng16 ...
Peter KorsgaardPeter Korsgaard
46c644310c8gd: needs host-pkgconf configure uses PKG_CHECK_MODULES, so it needs to depend on host-pkgconf. Signed-off-by: Pete...
Peter KorsgaardPeter Korsgaard
74b399e7cd4sqlcipher: fix static linking with openssl Pass the needed libraries in LIBS instead of LDFLAGS so they end up last ...
Gustavo ZacariasGustavo Zacarias
71d3b5c1080flac: add security patches Fixes: CVE-2014-9028 - Heap buffer write overflow CVE-2014-8962 - Heap buffer read overfl...
Gustavo ZacariasGustavo Zacarias
fd71748f0dbgrep: bump to version 2.21 Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off...
Baruch SiachBaruch Siach
73d7bc535e5gptfdisk: fix static build libuuid may need -lintl. Augment the existing Makefile patch to support adding link depen...
Peter KorsgaardPeter Korsgaard
ec3730cbf86libshairplay: needs avahi with libdnssd compat option at runtime libshairplay uses dlopen to open libdnssd at runtim...
Peter KorsgaardPeter Korsgaard
7c00cd1c31exorg-server: needs mmu os/utils.c::System() unconditionally uses fork(), so it only builds on configurations with mm...
Baruch SiachBaruch Siach
e9201d558f0czmq: fix static build libstdc++ may also need -lm. Fixes: http://autobuild.buildroot.net/results/aab/aab80285c5464...
Baruch SiachBaruch Siach
3112f4bb18cuemacs: bump to latest LT master Latest LT (Linus Torvalds) master fixes symbol collision with ncurses. Drop patche...
Baruch SiachBaruch Siach
5f423a8ad93xl2tp: fix static build Use pcap-config to list dependencies of libpcap. Fixes: http://autobuild.buildroot.net/resu...
Thomas PetazzoniThomas Petazzoni
cb54da1b03fradvd: add a patch to fix build failure on architectures without sysctl() Modern architectures such as ARC do not pr...
Thomas PetazzoniThomas Petazzoni
870b94c944dradvd: switch to new patch naming convention, use Git formatted patches This commit renames the radvd patches to fol...
Thomas PetazzoniThomas Petazzoni
fce6527af36ushare: do not allow building in static lib situations The ushare configure script is a custom shell script, and it ...
Thomas PetazzoniThomas Petazzoni
4f7249b2817mpdecimal: fix build on pure static library configurations This commit adds a patch to mpdecimal that makes it under...
Fabio PorceddaFabio Porcedda
8f538ec07c6sstrip: fix source svn repository url Because the svn repository url was changed the command "make sstrip-source" gi...
Guillaume GARDETGuillaume GARDET
70f8b1d5d81package/squid: enable ICAP client support in squid Signed-off-by: Guillaume GARDET <guillaume.gardet@oliseo.fr> Sign...
Guillaume GARDETGuillaume GARDET
d29eb641d3epackage/squid: define the log directory, pidfile and swapdir Signed-off-by: Guillaume GARDET <guillaume.gardet@olise...
Yegor YefremovYegor Yefremov
f898daf3a17python-certifi: add new package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: "Yann E. MOR...
Baruch SiachBaruch Siach
0f1d4189b54heirloom-mailx: disable static build heirloom-mailx implements its own version of getopt() that collides with the C ...
Peter SeidererPeter Seiderer
a79bcdba812dillo: needs iconv Fixes: http://autobuild.buildroot.net/results/4a7/4a765a66bea1ecf4ec5e4da00b847bc931071132/ Sig...
Yann E. MORINYann E. MORIN
452c8da326apkg-autotools: only apply libtool patch at the right moment Currently, we apply the libtool patch at post-patch time...
Yann E. MORINYann E. MORIN
b3b2222fa71pkg-autotools: fold the libtool patching code directly into the hook We now have only one caller of the libtool patc...
Yann E. MORINYann E. MORIN
2fceab73f11pkg-autotools: remove redundant shell conditional The libtool patching function checks whether patching libtool is w...
Johan OudinetJohan Oudinet
d2ae9010368pkg-autotools: move the libtool patching call out of the autoreconf hook Call it as a standalone hook, like is done ...
Johan OudinetJohan Oudinet
f2d0052f3b6pkg-autotools: commonalise the libtool patching code Currently, the heuristic to patch libtool scripts is duplicated...
Yann E. MORINYann E. MORIN
59c647e37ddpkg-autotools: re-order cleaning up the host dependencies Move the host dependencies cleanup out from in-between all...
Johan OudinetJohan Oudinet
3a82b1ec3dbpkg-autotools: move common macros Currently, the common macros used for the various hooks are defined for each and e...
Zoltan GyarmatiZoltan Gyarmati
a65e2a9a21agrantlee: version bump and allow building with qt5 Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Sig...
Peter SeidererPeter Seiderer
c3c6fa297a4gst1-validate: needs python If host installed python version is < 2.7.0 gst1-validate compile will fail with check...
Maxime HadjinlianMaxime Hadjinlian
9d918e11dccmanual: Add newline before block code This won't change the output, it's only a style issue. Signed-off-by: Maxime ...
Maxime HadjinlianMaxime Hadjinlian
0514265b73amanual: Add missing vim header Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: "Yann E. MOR...
Maxime HadjinlianMaxime Hadjinlian
7ffa8e4c60bmanual: Remove trailing space Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: "Yann E. MORI...
Maxime HadjinlianMaxime Hadjinlian
58cb4918753manual: Rework makedevs syntax State that it should be a space separated list and fix the example. Also reduce the n...
Bernd KuhlsBernd Kuhls
b4c7db619e1package/openssl: drop libdl from more pc files This is a follow-up patch for http://git.buildroot.net/buildroot/comm...
Jerzy GrzegorekJerzy Grzegorek
7661580ff2ctvheadend: indentation cleanup Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Jerzy Grzegorek <...
Guido MartínezGuido Martínez
0772e28dbb7package: matchbox-keyboard: use install instead of cp in order to not depend on the previous permissions of the file...
Francois PerradFrancois Perrad
6199f0f8239support/scripts/scancpan: generate hash file retrieve MD5 and SHA256 from metacpan.org, and store them in the hash f...
Baruch SiachBaruch Siach
4fc94a76cc6omniorb: bump to version 4.2.0 Also add a hash file. The release announcement (http://www.omniorb-support.com/piper...
Peter KorsgaardPeter Korsgaard
d1935562e83dbus-python: add python3 support [Thomas: update the dependencies of the comment to take into account that we can no...
Peter KorsgaardPeter Korsgaard
fbb8cbfdf4epython3: add patch to fix --includes / --ldflags output of python3-config The build/real prefix handling using sed b...
Peter KorsgaardPeter Korsgaard
a8998ae9c54dbus-python: cleanup package The patch is not needed anymore as the proper includes can be specified using PYTHON_IN...
Simon MarchiSimon Marchi
47667497ec2python-netifaces: enable on Python 3 Version 0.10.4 is compatible with python 3. [Thomas: change the patch to simpl...
Guido MartínezGuido Martínez
4273d4d9ff5fs/iso9660: use install instead of cp This way we don't depend on the permissions of files under boot/ or fs/, which...
Guido MartínezGuido Martínez
5dac9fddbf4boot/grub: use install instead of cp This way we don't depend on the permissions of files under boot/grub/, which ar...
Guido MartínezGuido Martínez
04576d9e553nitrogen6x: use install instead of cp in order to not depend on the previous permissions of each file Signed-off-by...
Romain NaourRomain Naour
00152b6a1femcelog: new package [Thomas: - use "make install", which allows to remove the custom installation logic in mce...
Yann E. MORINYann E. MORIN
1fee946037fpackage/erlang: disable for static builds erlang wants to build shared libs, always. So, disable erlang when we're ...
Bernd KuhlsBernd Kuhls
ea469fe620dpackage/mesa3d: bump version to 10.3.4 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Pe...
Nicolas SerafiniNicolas Serafini
98c6ad3a8a3exiv2: new package Add support for Exiv2 library and utility to manage image metadata Exiv2 can be built in GPLv2+ ...
Peter KorsgaardPeter Korsgaard
e6dcfa5693elibllcp: needs host-pkgconf configure.ac uses PKG_CHECK_MODULES, so we need host-pkgconf. Signed-off-by: Peter Kors...
Peter KorsgaardPeter Korsgaard
96056dfb1adlibllcp: ensure graphviz isn't used to generate documentation We don't need the documentation, so it is a waste of t...
Bernd KuhlsBernd Kuhls
d52118ddd6fpackage/weston: Fix wrong condition to display the comment Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Sign...
Bernd KuhlsBernd Kuhls
74b87a81fd8package/wayland: Fix wrong condition to display the comment Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Sig...
Thomas PetazzoniThomas Petazzoni
cce0add500btoolchain: do not allow locale generation when locale support is not available When the C library being used is uCli...
Thomas PetazzoniThomas Petazzoni
bd0ffe2206ftoolchain: do not allow BR2_GENERATE_LOCALE with musl Generating locales is possible in two situations: - With the...
Thomas PetazzoniThomas Petazzoni
1b49c92c33fuclibc: do not use GENERATE_LOCALE Since commit 33de7401701e5242196a86b0695ee4ae9a4c4082 ("Makefile: convert "target...
Thomas PetazzoniThomas Petazzoni
404f4933c93Makefile: use more sensible names for locale related variables The GENERATE_LOCALE variable is used for the qstrippe...
Gustavo ZacariasGustavo Zacarias
76d7b05b5bflinux: bump default version to 3.17.4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter...
Gustavo ZacariasGustavo Zacarias
4c15d617b59linux-headers: bump 3.{17, 14, 12, 10}.x series Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off...
Bernd KuhlsBernd Kuhls
337d40e7ad9package/dovecot: Fix symbol conflict in static build with MySQL enabled Fixes http://autobuild.buildroot.net/results...
Peter KorsgaardPeter Korsgaard
641e00ef236Update for 2014.11-rc2 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
7dfba6f545cCHANGES: Update with recent changes Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
919e0d69f74rt-tests: needs MMU Fixes: http://autobuild.buildroot.net/results/123/12341a8b9c5696bbb392d8b891e013b5023f4105/ http...
Baruch SiachBaruch Siach
2b88b05443aczmq: fix static build czmq configure script uses gcc to test zmq linking so libstdc++ is not added automatically. D...
Bernd KuhlsBernd Kuhls
956823ded7dpackage/mesa3d-demos: Fix build error Fixes http://autobuild.buildroot.net/results/8f2/8f292f1151089d20f33c599320941...
Gustavo ZacariasGustavo Zacarias
f785130d68bsysvinit/inittab: adjust shutdown The previous shutdown sequence was basically a no-op, it did't call rcK to stop an...
Peter KorsgaardPeter Korsgaard
7e1728bb05aclamav: fix bzip2 detection Configure gets confused if the host has bzip2 development headers, so force the results....
Gustavo ZacariasGustavo Zacarias
1dbb7e8a822system/inittab: adjust shutdown Drop null id since that means "don't show anything" for busybox init, hence the shut...
Gustavo ZacariasGustavo Zacarias
59119da778cclamav: security bump to version 0.98.5 Fixes: CVE-2013-6497 - the jwplayer.js file causes ClamAV to seg fault when ...
Baruch SiachBaruch Siach
6480559a505omniorb: fix build for uclinux Add a patch to make configure correctly identify uclinux. Also, disable build of sha...
Baruch SiachBaruch Siach
7b58f417c85canfestival: disable static build canfestival doesn't really support static build. The configure script accepts the ...
Maxime HadjinlianMaxime Hadjinlian
1595d6b5316package/*/*.mk: Fix indent Change LIBFOO_PERMISSIONS everywhere to be a space-separated list. As nothing was specifi...
Gustavo ZacariasGustavo Zacarias
3cd5b136c51dhcpcd: bump to version 6.6.2 Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-...
Gustavo ZacariasGustavo Zacarias
4859f979b23network-manager: adjust dhclient and dhcpcd directories dhclient and dhcpcd were moved from /usr/sbin to /sbin for b...
Gustavo ZacariasGustavo Zacarias
3c79d8adf4cdhcpcd: use standard installation Drop the custom/manual install cmds and do a normal make install. This gets dhcpcd...
Vicente Olivert RieraVicente Olivert Riera
15e06dc473celfutils: bump version to 0.160 - Bump version to 0.160 - Add a hash file - Adapt patches to the new version - Add a...
Vicente Olivert RieraVicente Olivert Riera
0664897fb6felfutils: rename patches to follow the new name structure Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec...
Jörg KrauseJörg Krause
20fbed2f714package/shairport-sync: fix init script shairport-sync uses libdaemon for running as daemon and creating the pidfile...
Vicente Olivert RieraVicente Olivert Riera
ba992db9764sqlite: bump version to 3.8.7.2 - Bump version to 3.8.7.2 - Update hash value Signed-off-by: Vicente Olivert Riera ...
Vicente Olivert RieraVicente Olivert Riera
1d547a65d24lvm2: bump version to 2.02.112 - Bump version to 2.02.112 - Update hash value Signed-off-by: Vicente Olivert Riera ...
Vicente Olivert RieraVicente Olivert Riera
ff9b9adb06bgit: bump version to 2.1.3 - Bump version to 2.1.3 - Add a hash file Signed-off-by: Vicente Olivert Riera <Vincent....
Gustavo ZacariasGustavo Zacarias
dd0e3ecb08dbtrfs-progs: bump to version 3.17.2 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas ...
Peter KorsgaardPeter Korsgaard
7450386ae9bx264: disable opencl support We don't have anything providing opencl support in Buildroot, so this is just dead code...
Peter KorsgaardPeter Korsgaard
5a22ca1b63alibsoup: bump version python3 patch is now upstream. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
d81d202e972mysql: host variant needs ncurses as well Similar to the target variant. Fixes: http://autobuild.buildroot.net/resu...
Peter KorsgaardPeter Korsgaard
32c2385f268e2fsprogs: fix static linking issues with libintl Util-linux (and hence libuuid) links against libintl if BR2_NEEDS_...
Peter KorsgaardPeter Korsgaard
cd331c1e1d1package/python-*: drop redundant python || python3 dependencies As discussed on the list: http://lists.busybox.net/...
Peter SeidererPeter Seiderer
3784634fb9devemu: add hash Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@...
Peter SeidererPeter Seiderer
4b8bab32538evemu: bump version to 2.1.0 See [1] for details. Change download url and source package format to enable usage of ...
Peter SeidererPeter Seiderer
3b14aa2e7d8libevdev: add hash Signed-off-by: Peter Seiderer <ps.report@gmx.net> Reviewed-by: Vicente Olivert Riera <Vincent.Rie...
Peter SeidererPeter Seiderer
59fae9353b4libevdev: bump version to 1.3.1 See [1] and [2] for details. [1] http://lists.freedesktop.org/archives/input-tools/...
Gustavo ZacariasGustavo Zacarias
d30cc67c51empd: bump to version 0.19.4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzon...
Baruch SiachBaruch Siach
7ee766369cavlc: allow dynamically linking live555 Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzo...
Baruch SiachBaruch Siach
6d6728ac2c4live555: add support for building dynamic libraries Both config.linux and config.linux-with-shared-libraries already...
Gustavo ZacariasGustavo Zacarias
6ea07d5286cndisc6: use LIBS for libintl Use LIBS instead of LDFLAGS for "-lintl", otherwise LDFLAGS gets evaluated to the left ...
Guido MartínezGuido Martínez
36c84781293package: linux-fusion: use install instead of cp in order to not depend on the previous permissions of the file Sig...
Gustavo ZacariasGustavo Zacarias
38372fbbef3dhcp: install dhclient to /sbin Debian ifupdown uses an explicit call to /sbin/dhclient. Busybox ifupdown uses the s...
Francois PerradFrancois Perrad
530f12d29d8perl-cross: bump to version 0.9.4 this release fixes the build when BR2_PREFER_STATIC_LIB see http://autobuild.build...
Bernd KuhlsBernd Kuhls
924d832cb46package/openssl: rename patches to the new convention Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-of...
Philippe ProulxPhilippe Proulx
cc3f5258d21rapidjson: simplify install commands Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com> Acked-by: Arnout Vande...
Gustavo ZacariasGustavo Zacarias
eb50abe7cf2debianutils: new package [Thomas: add optional dependency on Busybox, because debianutils installs its own version o...
Baruch SiachBaruch Siach
44d15563c70live555: use upstream install target for staging installation Move include directories out of $(STAGING_DIR)/usr/inc...
Gustavo ZacariasGustavo Zacarias
ec52d2b7999whois: bump to version 5.2.2 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzo...
Gustavo ZacariasGustavo Zacarias
a2dbd039d8esg3_utils: bump to version 1.40 Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signe...
Bernd KuhlsBernd Kuhls
b0abee37c85package/tvheadend: add support for host-python3 Added upstream: https://github.com/tvheadend/tvheadend/commit/5a07ff...
Bernd KuhlsBernd Kuhls
eca98a10b85package/tvheadend: Bump version Needed to add support for host-python3 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-on...
Jörg KrauseJörg Krause
92aa6f0cc46nodejs: Revert "nodejs: disable ssl2 and ssl3 when openssl is not built" This reverts commit e712638b4adc6e18b3ce99a...
Jörg KrauseJörg Krause
3bc199871e5package/nodejs: fix build error without OpenSSL support Add a patch to fix broken build of nodejs without OpenSSL su...