Alexander Dahl
  1. Alexander Dahl

buildroot

Public
  1. Alexander Dahl
  2. buildroot

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Peter KorsgaardPeter Korsgaard
877928afb65tftpd: disallow on nios with pre-6.x toolchains Fixes: http://autobuild.buildroot.org/results/349/349bc8668614b0f2c9...
Bernd KuhlsBernd Kuhls
b63c8d36f46package/openswan: not available on musl After fixing the usual sys/cdefs.h and _P stuff the build still fails becaus...
Paul CercueilPaul Cercueil
53996bee433libiio: Disable IIOD on Blackfin IIOD uses accept4, which is not yet available on Blackfin. Fixes: http://autobuil...
Fabrice FontaineFabrice Fontaine
07552de23b9tinydtls: fix issue on u_intXX_t being undefined when building with musl Fixes: http://autobuild.buildroot.net/res...
Gustavo ZacariasGustavo Zacarias
f7d7db2469dlinux-headers: bump 3.10.x series Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Kor...
Paul CercueilPaul Cercueil
53dd41dded4libserialport: Fix detection of OS when compiling for ucLinux When compiling with a toolchain targetted at ucLinux, ...
Yann E. MORINYann E. MORIN
9962fea8893package/neon: properly enable expat Currently, we forcibly tell neon's configure where to look for libexpat. This me...
Yann E. MORINYann E. MORIN
70dbe298f42package/libfreeimage: fix C++11 compliance with gcc-6 Like in cbe01f6, 38249d5, 97fe953, fix C++11 compliance regard...
Yann E. MORINYann E. MORIN
a845798aa8apackage/sconeserver: needs shared libs sconeserver wants to use dlopen(), unconditionally: it does not try to detect...
Yann E. MORINYann E. MORIN
822247827c8package/sconeserver: unconditionally needs host-pkgconf sconeserver uses pkg-config macros and uses autoreconf, so i...
Yann E. MORINYann E. MORIN
e782cd5b1bcRevert "Added local directory as source of kernel code" This reverts commit 73da2ff6f718f2889e3c5024d899f8d58f502863...
Thomas PetazzoniThomas Petazzoni
a2e178d6b45android-tools: disable on some architecture with old kernel headers The android-tools code is somewhat ugly, and def...
Thomas PetazzoniThomas Petazzoni
471b1b0ef6elibamcodec: fix build with musl This commit adds a patch to the libamcodec in order to fix the build with musl, whic...
Thomas PetazzoniThomas Petazzoni
83ca53ba30blibiio: do not install systemd service file, no longer available Since the bump to libiio 0.7, the systemd service f...
André HentschelAndré Hentschel
6fc7a761480wine: Bump to version 1.8.4 Bumping to stable version 1.8.4 Signed-off-by: André Hentschel <nerv@dawncrow.de> Signe...
Gustavo ZacariasGustavo Zacarias
d50477b52bfwebkitgtk: security bump to version 2.12.4 Fixes: CVE-2016-4590 - mishandles about: URLs, which allows remote attack...
Bernd KuhlsBernd Kuhls
aa9fde1c459package/libxmlrpc: Fix build with gcc6 Fixes http://autobuild.buildroot.net/results/c45/c45530f34bf2074bd204c4856151...
Waldemar BrodkorbWaldemar Brodkorb
e732bd1f221bfin: change default to bf532, internal toolchain !bf6xx The default Blackfin processor in Buildroot isn't supported...
Yann E. MORINYann E. MORIN
fba75c8f9e5docs/manual: prepare-kconfig can be used as a dependency of documents Signed-off-by: "Yann E. MORIN" <yann.morin.199...
Yann E. MORINYann E. MORIN
3c695928f59doc/asciidoc: add possibility to define document dependencies Currently, a document can not have dependencies, excep...
Yann E. MORINYann E. MORIN
4802db3dad0core: introduce a generated kconfig snippet Add the infrastructure for adding generated kconfig snippet in the menuc...
Yann E. MORINYann E. MORIN
b1e079b68b7core: move rule to create basic directories Some of those directories will be needed even during configuration, like...
Yann E. MORINYann E. MORIN
9429e7b6986core: introduce an intermediate rule before the configurators Currently, all configurators depend on generating the ...
Yann E. MORINYann E. MORIN
666edc7aa0ccore: commonalise the bundled and br2-external %_defconfig rules The code for both cases is exactly the same, and on...
Yann E. MORINYann E. MORIN
242e0087e54core: move pkg-utils.mk to support/ pkg-utils.mk contains various definitions that are used in the package infrastru...
Rahul BedarkarRahul Bedarkar
06ae84405d8jack2: fix build issue with glibc With glibc 2.16, we get following build error when building jack2: [193/247] cx...
Noé RubinsteinNoé Rubinstein
37ad91db540trousers: fix build with musl The trousers code uses getpwent_r, which is not available in musl. Detect the availabi...
Jörg KrauseJörg Krause
a2825382a22package/protobuf: uses fork(), not available on no-MMU platforms This was not noticed until now because: 1/ The ol...
Arnout VandecappelleArnout Vandecappelle
b129553068bpackage/lshw: add patches for musl build Fixing one issue exposed a second one. Signed-off-by: Arnout Vandecappelle...
Waldemar BrodkorbWaldemar Brodkorb
d3af7772d07vlc: fix compile error with uClibc-ng Linuxthreads The fallback code path didn't work correctly, so fix it. Fixes: ...
Arnout VandecappelleArnout Vandecappelle
40f5d4a176apackage/kmsxx: add patch to fix LTO support The LTO support in the kmsxx package uses the host gcc-ar and gcc-ranlib...
Arnout VandecappelleArnout Vandecappelle
97fe953bf61package/libraw: fix gcc-6 build Grab the patch from Debian. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <a...
Thomas PetazzoniThomas Petazzoni
e74d4fc4932norm: add patch to fix musl build Fixes: http://autobuild.buildroot.net/results/9c7130d5b5aad218c5c576761d495a3f4...
Thomas PetazzoniThomas Petazzoni
2ba72e02b08pixman: properly enable/disable ARM optimizations The pixman ARM optimized code assumes that ARM instructions are av...
Bernd KuhlsBernd Kuhls
2b141fcebd0package/unixodbc: bump version to 2.3.4 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas P...
Bernd KuhlsBernd Kuhls
a3cf05758d8package/ffmpeg: bump version to 3.1.3 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Pet...
Gustavo ZacariasGustavo Zacarias
67db45a9fb5gawk: bump to version 4.1.4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzon...
Bernd KuhlsBernd Kuhls
c9c611f9982package/vlc: add support for ffmpeg 3.0 Instead of bumping vlc to git master (no vlc 3.x release yet) we use a patch...
Bernd KuhlsBernd Kuhls
87c436d8c5fpackage/tvheadend: remove compat patch for ffmpeg < 3.x Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-...
Bernd KuhlsBernd Kuhls
d9ea46425bapackage/ffmpeg: add optional support for opencv ffmpeg only needs the imgproc module of opencv: https://github.com/F...
Bernd KuhlsBernd Kuhls
02f749b5b2fpackage/ffmpeg: re-enable for mips64r2 and mips64r6 ffmpeg 3 fixed support for mips64r2 and mips64r6, for details se...
Vicente Olivert RieraVicente Olivert Riera
30a87d33277package/ffmpeg: default to --cpu=generic for MIPS architecture This option is needed to prevent this message from co...
Vicente Olivert RieraVicente Olivert Riera
2893d2f22c7package/ffmpeg: bump to version 3.1.2 - Remove non-existing configure options: - --disable-mips32r2 - --disable-...
Yegor YefremovYegor Yefremov
ff9ca7096bfpython-crcmod: new package Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzon...
Thomas PetazzoniThomas Petazzoni
8972c398ff8blktrace: re-enable on uClibc With a small patch, blktrace can work on uClibc: we simply need to link with librt to ...
Peter KorsgaardPeter Korsgaard
9c67af2c524system/skeleton: use uid/gid 65534 for nobody/nogroup As recently discussed on lwn.net: https://lwn.net/Articles/695...
Bernd KuhlsBernd Kuhls
bacff38e08apackage/freeswitch: bump version to 1.6.10 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thoma...
Peter KorsgaardPeter Korsgaard
2567f6f2f34imagemagick: security bump to 7.0.2-9 Fixes a number of buffer overflows / use-after-free issues: http://git.imagema...
Peter KorsgaardPeter Korsgaard
720b9095a6aboard/raspberrypi/post-build.sh: only tweak /etc/inittab if available As pointed out in bug #9161, we don't always h...
Peter KorsgaardPeter Korsgaard
707465da72cboard/minnowboard/post-build.sh: only tweak /etc/inittab if available As pointed out in bug #9161, we don't always h...
Zakharov VladZakharov Vlad
62d9a0fc06cgcc: fix conditional move constraint on ARC The patch solves one of the ARC internal compiler issues. Fixes: http...
Peter KorsgaardPeter Korsgaard
0fc926dbd11iputils: fix typo in libintl comment The sentence should end with a dot (.) and not a comma (,). Signed-off-by: Pet...
Peter KorsgaardPeter Korsgaard
5f708c1cd55boa: boa.conf: run under the nogroup group The default boa.conf we install specifies that boa should run under the n...
Arnout VandecappelleArnout Vandecappelle
129fe1bf6e4package/iputils: link with -lintl libgcrypt pulls in gpg-error which links with libintl if available. Since iputils ...
Arnout VandecappelleArnout Vandecappelle
e2bd1ce7890package/libgpg-error: optionally depends on gettext configure.ac has AM_GNU_GETTEXT(), which will enable i18n if a g...
Thomas PetazzoniThomas Petazzoni
397962ce173domoticz: fix patch for uClibc compatibility The source files in the domoticz tarballs have DOS line endings, which ...
Christian StewartChristian Stewart
360c56f4eebpackage/runc: bump version to cc29e3 Bump runc to cc29e3dded8e27ba8f65738f40d251c885030a28 This version is required...
Christian StewartChristian Stewart
cd7db14272cpackage/docker-engine: bump to v1.12.0 Bump docker-engine to the latest stable v1.12.0 from v1.12.0-rc3. Signed-off...
Rahul BedarkarRahul Bedarkar
3f9c5fb096adomoticz: fix build with uClibc domoticz.cpp currently assumes that on GNU/Linux systems header <execinfo.h> is avai...
Yann E. MORINYann E. MORIN
791e35f222dpackage/uboot-tols: fix dependency of comment about FIT support When commit 031130a4 added the dependency on shared ...
Yann E. MORINYann E. MORIN
1ac2cdd7d19core: move reproducible option to advanced sub-menu The reproducible build is only in its infancy; it is far from be...
Waldemar BrodkorbWaldemar Brodkorb
405fb22c5cbelf2flt: fix threading apps on ARM noMMU systems See this thread, which explains the problem in detail: http://mailm...
Yegor YefremovYegor Yefremov
162e7471a69python-meld3: fix setup type meld3 relies on setuptools instead of distutils. Fixes: http://autobuild.buildroot.net...
Chris PackhamChris Packham
da22fccffb3micropython-lib: bump version to v1.8.2 Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas...
Chris PackhamChris Packham
9280bcff708micropython: bump version to v1.8.3 Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Pet...
Yann E. MORINYann E. MORIN
38249d56b3bpackage/sconeserver: fix build with gcc-6 We simply bump the version rather than backport the patch, as there has be...
Baruch SiachBaruch Siach
a9cc30847baopenipmi: bump to version 2.0.22 Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <th...
Yann E. MORINYann E. MORIN
f5716ac7608package/lldpd: disable use of libbsd libbsd installs at least one .pc file that contains a -isystem include path (-i...
Baruch SiachBaruch Siach
7f02e6b1e81nfacct: remove autoreconf Since commit ae0e8950540f (nfacct: bump to version 1.0.2, 2016-08-23) we no longer patch c...
Baruch SiachBaruch Siach
15c0de8b354libnetfilter_acct: remove autoreconf Since commit b8d446cd56dc (libnetfilter_acct: bump to version 1.0.3, 2016-08-23...
Gustavo ZacariasGustavo Zacarias
f04e0136d1amemcached: bump to version 1.4.31 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Kor...
Gustavo ZacariasGustavo Zacarias
40b6d22eabeopenvpn: bump to version 2.3.12 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsg...
Thomas PetazzoniThomas Petazzoni
652d674e066package/amd-catalyst: fix circular Config.in dependency The current amd-catalyst options related to the CCCLE tool c...
Yann E. MORINYann E. MORIN
427fcaa5237package/libgtk3: needs OpenGL-EGL/wayland Currently, libgtk3 depends on either a full OpenGL stack, or on a OpenGL-E...
Yann E. MORINYann E. MORIN
aab7cab8220package/mesa3d: also implements the EGL wayland extensions mesa3d implements the EGL extensions for wayland. State s...
Yann E. MORINYann E. MORIN
1e3dfef19d8package/libegl: add option for wayland extensions Wayland requires that an OpenGL/EGL implementation provides a few ...
Romain PerierRomain Perier
ceb02c00ff8package/amd-catalyst: Add support for OpenCL The AMD Catalyst Linux driver includes OpenCL libraries for GPGPU compu...
Romain PerierRomain Perier
2f196d9cdc7package/amd-catalyst: Add support AMD CCCLE The AMD Catalyst Linux driver includes a graphical controler center for ...
Romain PerierRomain Perier
f0c3cfc2dacpackage/amd-catalyst: Add command line tools The AMD Catalyst driver includes some command line tools for displaying...
Romain PerierRomain Perier
689ae6e404cpackage/amd-catalyst: Add AMD proprietary graphic stack support This commits adds support for the AMD Catalyst Linux...
Gustavo ZacariasGustavo Zacarias
1091f0978c6mosh: bump to version 1.2.6 Now supports nettle as crypto backend too. Signed-off-by: Gustavo Zacarias <gustavo@zac...
Gustavo ZacariasGustavo Zacarias
ce55f82eda0diffutils: bump to version 3.5 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petaz...
Gustavo ZacariasGustavo Zacarias
3a0a0b9af67libksba: bump to version 1.3.5 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petaz...
Gustavo ZacariasGustavo Zacarias
ae0e8950540nfacct: bump to version 1.0.2 Drop upstream patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed...
Gustavo ZacariasGustavo Zacarias
b8d446cd56dlibnetfilter_acct: bump to version 1.0.3 Drop upstream patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com...
Gustavo ZacariasGustavo Zacarias
7b5fc8ab0f6conntrack-tools: bump to version 1.4.4 Drop usptream patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.a...
Gustavo ZacariasGustavo Zacarias
03c3fcd5bcflibnetfilter_conntrack: bump to version 1.0.6 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-b...
Waldemar BrodkorbWaldemar Brodkorb
f6fd59ebf01binutils: fix bfin build See gcc bug for details: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77311 Fixes: http...
Gustavo ZacariasGustavo Zacarias
caf3a7bdf5blinux-headers: bump 3.18.x and 4.1.x series Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:...
Manuel VögeleManuel Vögele
41c08629b1epython-pyqt: Removed 'compileall' directive from INSTALL_TARGET_CMDS Since all python modules are now byte-compiled ...
Romain PerierRomain Perier
03f12377178docs/manual: Document the variable $(PKG)_DL_OPTS This adds a description of the optional variable $(PKG)_DL_OPTS. W...
Romain PerierRomain Perier
91b34e0abc9pkg-download: Allow packages to pass generic options to download methods Introduce a new package variable $(PKG)_DL_...
Romain PerierRomain Perier
ff559846fdcsupport/download: Add support to pass options directly to downloaders This adds support to pass options to the under...
Waldemar BrodkorbWaldemar Brodkorb
446177237c9m68k: disable BR2_BINFMT_FLAT_SEP_DATA for coldfire BR2_BINFMT_FLAT_SEP_DATA can be used to create XIP userland and ...
Waldemar BrodkorbWaldemar Brodkorb
f9aee4b5819m68k: flat one memory region works with small kernel patch Greg Ungerer fixed recently a bug in the Linux kernel, wh...
Erico NunesErico Nunes
51e35be7cb9configs/pc_x86_64_efi_defconfig: enable kernel EFI support The pc_x86_64_efi reference defconfig is targeted towards...
Waldemar BrodkorbWaldemar Brodkorb
721e1c1e9camusl: enable mips64 support Add support for mips64, which is available since musl 1.1.15. Only gcc 6.x has required...
Thomas PetazzoniThomas Petazzoni
0b7bf72aa49glibc: remove unnecessary !BR2_sparc dependencies The BR2_TOOLCHAIN_BUILDROOT_GLIBC option is already not selectable...
Thomas PetazzoniThomas Petazzoni
887a1dc3470openblas: fix build with old binutils versions Older toolchains that use binutils <= 2.23.2 are affected by binutils...
Waldemar BrodkorbWaldemar Brodkorb
750233df505ffmpeg: fix bfin build A gcc bug is triggered when Os/O2/O3 is used to compile the function. Just force O1 for the p...
guillaume william brsguillaume william brs
1adaf87c1c4board/beaglebone: add details on how to use the resulting sdcard.img Signed-off-by: Guillaume W. Bres <guillaume.bre...
Romain NaourRomain Naour
996384df591package/trousers: fix musl build The musl libc doesn't provide <bits/local_lim.h>, use <limits.h> instead. Fixes: h...
Romain NaourRomain Naour
fdb14fb9bb5package/trousers: needs host-pkgconf Otherwise the build fail with this error: configure.in:53: error: possibly unde...
Baruch SiachBaruch Siach
516b521554clirc-tools: enable for musl Upstream removed use of the GLOB_BRACE glob(3) GNU extension in release 0.9.4 (commits 4...
Erico NunesErico Nunes
4249837f422board/pc/readme.txt: fix output image name The instructions listed sdcard.img as output image name but board/pc/geni...
Baruch SiachBaruch Siach
11109fd36a8wireshark: fix typo Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzon...
Baruch SiachBaruch Siach
f130625dbf9quagga: fix static link with zlib quagga links with zlib indirectly via netsnmp -> openssl -> zlib. quagga and zlib ...
Romain NaourRomain Naour
25b248b7e6apackage/trace-cmd: fix build without ptrace Backport upstream patch. Fixes: http://autobuild.buildroot.net/results/...
Baruch SiachBaruch Siach
614710f4c3atstools: requires dynamic library support tstools Makefile tries to build shared libtstools.so library unconditional...
Baruch SiachBaruch Siach
02241bf0fc9wireshark: fix static build with libpcap+libusb The wireshark autoconf acinclude.m4 source calls AC_PATH_TOOL() to f...
Yann E. MORINYann E. MORIN
c215ce50213package/ncurses: fix build on noMMU uclinux targets The ncurses buildsystem does not recognise 'uclinux' as being a ...
Thomas PetazzoniThomas Petazzoni
9694305ae0bpinentry: fix build issue with gcc 5.x pinentry currently fails to build with gcc 5.x, because it uses some function...
Thomas PetazzoniThomas Petazzoni
62504125f88gcc: fix gcc version dependencies for the PowerPC64/musl exclusion In commit 5ab751ca44e9da6f406876ff582b3a813056b0d...
Gustavo ZacariasGustavo Zacarias
06cc7bcb228opus: bump to version 1.1.3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzon...
Gustavo ZacariasGustavo Zacarias
e834d3f65dampv: bump to version 0.19.0 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzon...
Gustavo ZacariasGustavo Zacarias
c061e39ca23glib-networking: specify ca-certificates pathspec Otherwise the configure script will probe the distro directories f...
Peter SeidererPeter Seiderer
435b6f5d4a2qt5base: remove libudev dependency from kms Use upstream patch [1] Fixes [2]: KMS auto-detection... () Project...
Gustavo ZacariasGustavo Zacarias
a3a0e7651b9linux: bump defaut to version 4.7.2 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas ...
Gustavo ZacariasGustavo Zacarias
a55efa213b3linux-headers: bump 3.14.x and 4.{4, 7}.x series Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-of...
Vicente Olivert RieraVicente Olivert Riera
6c69921ecedglibc: add version 2.24 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazz...
Frank HunlethFrank Hunleth
87d04dd2ab8fwup: bump version to v0.8.2 This version brings in several bug fixes: one of which partially addresses Buildroot au...
Thomas PetazzoniThomas Petazzoni
112ec4a8f78lirc-tools: fix build issue related to clock_gettime() In some older versions of glibc, clock_gettime() is in librt,...
Bernd KuhlsBernd Kuhls
ebb3e9ba914package/x11r7/xdriver_xf86-video-intel: use -O2 build optimisation level Reported by Gustavo: http://lists.busybox.n...
Romain NaourRomain Naour
bd89e0b1b61package/kismet: remove kernel header dumpfile_tuntap.h mixes userspace and kernel headers. Fixes: http://autobuild....
Romain NaourRomain Naour
6ad462aa0f6package/kismet: add hash file Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <...
Thomas PetazzoniThomas Petazzoni
1670837ef3dlinknx: add additional upstream URL While the SourceForge page still exists, it seems to be a bit outdated, and ther...
Thomas PetazzoniThomas Petazzoni
780a88bc972linknx: fix build with gcc 6.x Add a patch to fix the build of linknx with gcc 6.x. Fixes: http://autobuild.buil...
Waldemar BrodkorbWaldemar Brodkorb
0d8a05c38e5bfin: fix issues with internal toolchain, re-enable C++ support The three patches allow to compile applications usin...
Gustavo ZacariasGustavo Zacarias
9d4b6c1e97flibmnl: bump to version 1.0.4 And drop upstream patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Si...
Gustavo ZacariasGustavo Zacarias
5b3ea400a07pangomm: bump to version 2.40.1 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Peta...
Gustavo ZacariasGustavo Zacarias
c0805f3a4e1cantarell: bump to version 0.0.25 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Pe...
Gustavo ZacariasGustavo Zacarias
2140e2d498agst1-validate: bump to version 1.8.3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas...
Gustavo ZacariasGustavo Zacarias
693af1610c9gst1-plugins-ugly: bump to version 1.8.3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Th...
Gustavo ZacariasGustavo Zacarias
c815cf19e37gst1-plugins-bad: bump to version 1.8.3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Tho...
Gustavo ZacariasGustavo Zacarias
3b58f30bb37gst1-plugins-good: bump to version 1.8.3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Th...
Gustavo ZacariasGustavo Zacarias
c30545b4c9cgst1-plugins-base: bump to version 1.8.3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Th...
Gustavo ZacariasGustavo Zacarias
92d00f9ea1egstreamer1: bump to version 1.8.3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Pe...
Waldemar BrodkorbWaldemar Brodkorb
548657513d3libffi: fix m68k coldfire compile Fix suggested upstream: https://github.com/libffi/libffi/pull/273 Fixes: http:/...
Waldemar BrodkorbWaldemar Brodkorb
d01c3991fb4musl: fix a regression for mips Add upstream patch to fix a regression regarding tcsetattr. Signed-off-by: Waldemar...
Rahul BedarkarRahul Bedarkar
3b730402268jack2: fix build with gcc 6 With gcc version 6, we get the following error when building jack2: ../tests/iodelay....
Thomas PetazzoniThomas Petazzoni
254da768654babeld: fix build with the musl C library This commit adds a patch that removes a header inclusion causing redefinit...
Thomas PetazzoniThomas Petazzoni
4881394c3cdntfs-3g: add patch to fix musl build issue This commit adds a simple patch that fixes the build with the musl C libr...
Rahul BedarkarRahul Bedarkar
a351f375973util-linux: bump version to 2.28.1 Drop upstream patch 0001-build-sys-fix-uClibc-ng-scanf-check.patch. Release note...
Thomas PetazzoniThomas Petazzoni
b73fe4a68b4sane-backends: backport upstream commit to fix musl build This commit adds a new patch to sane-backends, backported ...
Romain NaourRomain Naour
9c6b9a2bb0ddocs: libtool patches are not handled by legal-info infrastructure. Signed-off-by: Romain Naour <romain.naour@gmail....
Vlad ZakharovVlad Zakharov
561622e4ef5qt: build using old C++ standard 'std::auto_ptr' is deprecated with gcc-6 but is used in qt4 code. So we have to bui...
Vlad ZakharovVlad Zakharov
fc61da15f46binutils: disable warning flags to prevent build failures binutils-arc-2016.09-eng008 build fails sometimes. This h...
Rahul BedarkarRahul Bedarkar
ec9825e38edlogrotate: bump version to 3.10.0 Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Rahul Be...
Rahul BedarkarRahul Bedarkar
f827fada63clogrotate: fix build with gcc 6 With gcc version 6, we get the following error when building logrotate: logrotate...
Thomas PetazzoniThomas Petazzoni
52307f7b429imx-uuc: uses fork(), needs MMU The imx-uuc source code uses fork(), so it can only be compiled and used on MMU-capa...
Romain NaourRomain Naour
426389688d8docs: update legal-notice.txt Since 1273636fc686cd788b6de87be75dd0726cf8676c applied patches are also saved. Signed...
Manuel VögeleManuel Vögele
a9ca6963095python-sip: allow package to be built using Qt5 Signed-off-by: Manuel Vögele <develop@manuel-voegele.de> Signed-off-...
Luca CeresoliLuca Ceresoli
61ed56090c5busybox: fix double free in top causing a SIGABRT storm after SIGPIPE On some platforms the command 'top -n1 | head'...
Manuel VögeleManuel Vögele
e73a1db4646python-requests-toolbelt: new package Signed-off-by: Manuel Vögele <develop@manuel-voegele.de> Reviewed-by: Yegor Ye...
Fabrice FontaineFabrice Fontaine
19765d838f5tinycbor: exclude Blackfin ADI toolchain As tinycbor uses fopencookie() which is not available with the Blackfin ADI...
Fabrice FontaineFabrice Fontaine
803d21e4ad5tinycbor: fix issue on unnamed union Fixes: http://autobuild.buildroot.net/results/f4d/f4d15afb44f471878dbdee7c67c...
Fabrice FontaineFabrice Fontaine
cbb12d336bdtinycbor: bump to version 0.3.2 tinycbor 0.3.2 includes the buildroot patch that fixes the installation with old Mak...
Waldemar BrodkorbWaldemar Brodkorb
5ab751ca44etoolchain-buildroot: allow to build ppc64(le) musl toolchains Latest musl release supports ppc64 architecture (both ...
Romain NaourRomain Naour
9ebcc74da68package/connman: disable for musl toolchains Connman doesn't build with musl toolchains due to several "classic" mus...
Fabrice FontaineFabrice Fontaine
4c70361ac14igd2-for-linux: bump to version 1.2 This update contains a single upstream commit, intended at fixing the static lin...
Yann E. MORINYann E. MORIN
99067c1598cpackage/ustr: don't run ldconfig The ustr Makefile.in (as introduced by the Debian patch we apply), is probably not ...
Waldemar BrodkorbWaldemar Brodkorb
3ab6c65b4e2linux-pam: uses fork(), needs MMU Fixes: http://autobuild.buildroot.net/results/8c9a5fe52f762b4ff4444cf41efdf0d3cf...
Thomas PetazzoniThomas Petazzoni
9cee55786aaopenmpi: disallow on sparc openmpi's configure script refuses to build on Sparc v8 architecture, so let's disable th...
Thomas PetazzoniThomas Petazzoni
48d23dcb365hplip: needs dynamic library hplip needs libdl functionality, so it should depend on !BR2_STATIC_LIBS. Fixes: ht...
Yann E. MORINYann E. MORIN
19bbe7f09d6package/qlibc: drop a musl-compatibility patch We now always have a sys/cdefs.h, so we can drop this patch. Signed-...
Yann E. MORINYann E. MORIN
39812f5dfd0package/linknx: drop a musl-compatibility patch We now always have a sys/cdefs.h, so we can drop this patch. Signed...
Yann E. MORINYann E. MORIN
eef86594b7fpackage/libsepol: drop a musl-compatibility patch We now always have a sys/cdefs.h, so we can drop this patch. Sign...
Yann E. MORINYann E. MORIN
4aa357d9c6bpackage/bcusdk: drop a musl-compatibility patch We now always have a sys/cdefs.h, so we can drop this patch. Renumb...
Yann E. MORINYann E. MORIN
6e8617f2224package/android-tools: drop musl-compatibility cdefs patching out We now always have a sys/cdefs.h, so we no longer ...
Yann E. MORINYann E. MORIN
93120632f03package/aircrack-ng: drop a musl-compatibility patch We now always have a sys/cdefs.h, so we can drop this patch. S...
Yann E. MORINYann E. MORIN
4cae57b4588package/rpcbind: fix musl build rpcbind uses the __P() macro defined in sys/cdefs.h but does not includes it explici...
Yann E. MORINYann E. MORIN
e31eb720408package/musl-compat-headers: provide compatibility headers not in musl musl provides neither sys/queue.h nor sys/cde...
Yann E. MORINYann E. MORIN
f55adea4348linux: cpupower needs gettext The cpupower linux tool needs gettext, always (even without locales). We need to disa...
Rodrigo RebelloRodrigo Rebello
f6017708fcfmanual: fix typo Signed-off-by: Rodrigo Rebello <rprebello@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazz...
Paul CercueilPaul Cercueil
817938bb169libiio: Add a patch to fix compilation with old glibc Cherry-picked from upstream. Fixes: http://autobuild.build...
Romain NaourRomain Naour
a754ca85a1bpackage/rt-tests: add syscall-number for sched_(gs)etattr() for SH4 The dependency on kernel headers >= 3.14 was add...
Zakharov VladZakharov Vlad
9914215d899uclibc: ARC: Support syscall ABI v4 When used with GCC 6 ABIv4 is used. Missing this patch leads to numerous runtime...
Marcin NowakowskiMarcin Nowakowski
2970711de75package/elfutils: set program-prefix to default ("eu-") Elfutils program names collide with binutils' binaries. By d...
Gustavo ZacariasGustavo Zacarias
0652eb4d47flibgtk3: bump to version 3.20.9 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Peta...
Gustavo ZacariasGustavo Zacarias
7df128ce04elibglib2: bump to version 2.48.2 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Pet...
Romain NaourRomain Naour
ba4af1a06d8core/pkg-autotools: don't use APPLY_PATCHES for libtool patches Since [1] <package>-reconfigure target is broken. $...
Waldemar BrodkorbWaldemar Brodkorb
c1276aacd2bsqueezelite: needs NPTL It uses PTHREAD_PRIO_INHERIT, which isn't available in Linuxthreads. Fixes: http://autobu...
Rahul BedarkarRahul Bedarkar
0d68771e549libconfuse: add optional dependency on gettext When available, libconfuse will use the libintl provided by the gette...
Gustavo ZacariasGustavo Zacarias
834ae8ce82fnettle: add security patch Fixes: CVE-2016-6489 - RSA code is vulnerable to cache sharing related attacks. Signed-o...
Yann E. MORINYann E. MORIN
4d17611eab9package/lldpd: explicit optional dependencies check and valgrind are optional depenencies of lldpd, so we must depen...
Samuel MartinSamuel Martin
e8c37556761pkg-cmake.mk: set CMAKE_SYSROOT variable in toolchainfile.cmake This change enforces the CMAKE_SYSROOT value set in ...
Rahul BedarkarRahul Bedarkar
b0f0367d3a3ulogd: fix build with musl Add upstream patches to fix build issue with musl. Fixes: http://autobuild.buildroot....
Baruch SiachBaruch Siach
4debfc914b6gnupg: security bump to version 1.4.21 Fixes CVE-2016-6313: An attacker who obtains 580 bytes from the standard RNG ...