summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | nut: add libltdl dependencyRomain Naour2013-11-241-0/+8
| | | | | | | | | | | | | | libltdl is needed for nut-scanner Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | swig: unbreak host-swig build when host has octave installedPeter Korsgaard2013-11-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | But not the octave development package: checking for octave... octave checking for mkoctfile... configure: error: mkoctfile is not installed We don't need octace support, so fix it by explictly disabling it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | beecrypt: unconditionally disable openpmThomas De Schampheleire2013-11-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | beecrypt does not properly handle its dependency on openpm, so that applications using libbeecrypt are not aware that they also need openmp (libgomp). This causes error messages during linking, such as (rpm): ..-gcc [..] -lbeecrypt -lbz2 -lz -lpopt -lpthread libbecrypt.so: undefined reference to `GOMP_sections_end_nowait' libbecrypt.so: undefined reference to `GOMP_parallel_end' libbecrypt.so: undefined reference to `GOMP_sections_next' libbecrypt.so: undefined reference to `GOMP_parallel_sections_start' Because the openpm dependency of beecrypt is only used by rsa.c, to parallelize the calculation of RSA cyphers, we can simply disable openmp in beecrypt instead of trying to fix the way -lgomp is passed. Fixes http://autobuild.buildroot.net/results/bcf/bcff4b81bfbb1191f97317b0945c74d948c9774b/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | beecrypt: include sequence numbers in patch namesThomas De Schampheleire2013-11-232-0/+0
| | | | | | | | | | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> [ThomasDS: minor change in commit message] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | libvncserver: openssl support needs pthreadsPeter Korsgaard2013-11-221-2/+3
| | | | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/c30/c3082693fe0da0c54d4bbf950dd6d74e1395c1d9/ Also pass --without-ssl if that isn't the case, as the configure script otherwise ends up detecting openssl if built before libvncserver. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | openssl: only build threads configuration if toolchain has pthread supportPeter Korsgaard2013-11-221-1/+1
| | | | | | | | | | | | | | | | | | Gets rid of a large number of warnings (and suboptimal code?): ..sysroot/usr/include/features.h:209:5: warning: #warning requested reentrant code, but thread support was disabled [-Wcpp] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | omniorb: needs thread supportThomas Petazzoni2013-11-221-2/+3
| | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/dfc/dfc083bff04eba68456edd359424293842b6f42d/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | tinymembench: package not supported on MIPS64Vicente Olivert Riera2013-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/bab/bab68bcf8714f215ac0b0c2546fa06608377fbb0/ This package is only supported on MIPS32 platforms. The mips-32.S file included in the source code of this package only makes sense to be compiled for MIPS32, and also contains hardcoded MIPS32 instructions which are illegal on MIPS64. Trying to compile this package on a MIPS64 platform will end with a linkage failure due to undefined references. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | libcap-ng: disable on avr32 which lacks TLSSamuel Martin2013-11-222-0/+3
| | | | | | | | | | | | | | | | | | | | | | libcap-ng needs TLS support, which is not available on avr32. Also, disable reverse dependencies. Fixes: http://autobuild.buildroot.net/results/73c/73c7c211a51c312bbe4eb6a540f3ad9c92c79ebe/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | libroxml: fix avr32 build failureSimon Dawson2013-11-222-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The -Wno-unused-result option is not understood by the version of gcc used by the avr32 toolchain. Remove the option from the compilation flags. Fixes build failures such as the following. http://autobuild.buildroot.net/results/e22/e22d94fca3eabb4e54d82af04319f17ad8e10c20/ The single existing patch for libroxml has been renamed to include a numerical component for application order sorting. The existing patch has also been updated to apply without fuzz. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | libglib2: needs MMU supportThomas De Schampheleire2013-11-2242-16/+78
| | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/2e0/2e032c6e44e10f2912935715741c3680a19b9b51/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | ola: disable -WerrorThomas Petazzoni2013-11-221-1/+2
| | | | | | | | | | | | | | | | | | By default, the ola build uses -Werror, so let's pass --disable-fatal-warnings to remove this and avoid build failures caused by warnings. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | ola: add upstream patch to fix build on AArch64Thomas Petazzoni2013-11-221-0/+27
| | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/596/5967dfd4bd7c2b68e2911a98b9b84c8fe7adf0aa/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | mdadm: needs mmuGustavo Zacarias2013-11-221-0/+1
| | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/52c/52cc56df2aa278d92141918de74833d7e4fd3d47/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | configs/qemu: bump relevant config versionsGustavo Zacarias2013-11-2214-26/+26
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | linux: bump to version 3.12.1Gustavo Zacarias2013-11-221-2/+2
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | linux-headers: bump 3. {4, 10, 11, 12}.x stable versionsGustavo Zacarias2013-11-221-4/+4
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | schifra: fix install examplesRomain Naour2013-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/1ec/1ec3664f28492bf3da53dcbe8ceeb165bce8df6d/build-end.log Signed-off-by: Romain Naour <romain.naour@openwide.fr> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | schifra: fix post install hookArnaud Rébillout2013-11-211-1/+1
| | | | | | | | | | Signed-off-by: Arnaud Rébillout <rebillout@syscom.ch> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | squid: fix compilation due to missing include of time.hThomas De Schampheleire2013-11-211-0/+28
| | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/b33/b33e1f41e50b6e7ac3e30806b9a617d451bc27b4/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | libsigsegv: fix aarch64 buildPeter Korsgaard2013-11-211-0/+31
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/9821f4d44e65db1ec503acc89685ccfa7664fc32/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | ruby: needs thread supportThomas Petazzoni2013-11-201-2/+3
| | | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/7c6/7c6cc07e360aa998957a48e834b8cc086282d716/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | qt5base: add Fedora patch to fix powerpc buildFatih Aşıcı2013-11-201-0/+29
| | | | | | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/e57/e57dea01c3c1a4e3269580972890192c37d41697/ Patch submitted upstream: https://codereview.qt-project.org/#change,71763 Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | Mark MIPS I, II, III and IV as deprecatedVicente Olivert Riera2013-11-201-4/+5
| | | | | | | | | | | | | | | | Deprecate old MIPS ISAs since they are rarely used anymore and they cause multiple build problems for new packages Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | lxc: needs timerfd, disable on avr32Peter Korsgaard2013-11-201-0/+2
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/79a/79ad9d7f5a9fb48e7d3210f0aee14638fde8f3e7/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | lxc: needs largefile supportPeter Korsgaard2013-11-201-2/+3
| | | | | | | | | | | | | | lxc_checkpoint.c: In function ‘main’: lxc_checkpoint.c:128: error: ‘O_LARGEFILE’ undeclared (first use in this function) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | pv: needs gettext if locale is enabledArnout Vandecappelle2013-11-202-0/+2
| | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/c4f/c4f5ed916d85740ec00f5f34ded5de0195e5cd45/ Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | udisks: only build documentation if requestedPeter Korsgaard2013-11-191-1/+2
| | | | | | | | | | | | Fixes http://autobuild.buildroot.org/results/b23/b234e63f92e6e5162dd5340624e32caa31b82a1a/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | vim: add dependency to gettext if locale support is requestedThomas De Schampheleire2013-11-192-1/+2
| | | | | | | | | | | | | | | | | | Until now, if locale support was requested, vim would be built with NLS or not depending on the build order. This patch now makes the dependency explicit. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | vim: fix gettext checkThomas De Schampheleire2013-11-191-0/+120
| | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/21b5a910e6a27fa1cb12d0002ffed7e6ed9d6c83/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | glibc/eglibc: remove reference to experimental from help textArnout Vandecappelle2013-11-191-6/+0
| | | | | | | | | | | | | | | | | | Since 924b8739da we no longer declare glibc and eglibc support as experimental, so it shouldn't be mentioned in the help text anymore. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | Update for 2013.11-rc2Peter Korsgaard2013-11-184-4/+39
| | | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | ttcp: fix url, rename patchArnaud Aujon2013-11-183-7/+9
| | | | | | | | | | | | | | | | | | | | | | - fix download url : isn't available on previous ftp, use an other one instead - add version according to source code version - rename and clean patch according to patch policy [Peter: adjust upstream URL in Config.in] Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | libcurl: add security patch for CVE-2013-4545Gustavo Zacarias2013-11-181-0/+32
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | dhcp: adjust initscripts and misc detailsGustavo Zacarias2013-11-183-30/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revamp initscripts see bug #3601 * Trim whitespace * Check for installed binary (dhcp-relay) * Check for installed config (dhcp-server) * Check for proper variable setup from the script (both) * Add "FAIL" message when startup fails (blind OK isn't accurate) * Add start/stop messages to dhcp-relay Switch bool to "dhcp (ISC)" to keep in line with package sorting. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | uclibc: rename patches for version 0.9.31Simon Dawson2013-11-1812-0/+0
| | | | | | | | | | | | | | | | | | | | Rename patches for uClibc version 0.9.31, for consistency with the general patch naming scheme in Buildroot. Also remove a .avr32 extension from a patch; this is not necessary, since uclibc 0.9.31 is unavailable on architectures other than avr32. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | barebox: bump to version 2013.10.1Fabio Porcedda2013-11-181-2/+2
| | | | | | | | | | | | | | This is a bug fix release. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | e2fsprogs: disable e4defrag on avr32Simon Dawson2013-11-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The fallocate syscall is not available on avr32. This is needed by the e4defrag utility, so we disable this on avr32. Fixes build failures such as the following. http://autobuild.buildroot.net/results/dcb/dcb4e5c6981a9299a2eb18e325d4de621846afdb/ Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | gst1-plugins-bad: workaround directfb example build issuePeter Korsgaard2013-11-171-0/+33
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/ea8/ea84eb03ea4a5974cd25b2d1e15ab76bfd3e81dd/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | wvstreams: remove tcl dependency supportAndrew Ruder2013-11-171-8/+2
| | | | | | | | | | | | | | | | | | | | | | As far as I can tell enabling tcl support has no affect on the actual library. Furthermore, wvstreams has been checking for/linking against tcl 8.3 which has never been supported in buildroot as far as I can tell (8.4 added in 2005). That being said there is clearly no reason to keep this around. Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | pv: support ccache buildsAndrew Ruder2013-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using ccache TARGET_CC is something like ccache gcc This causes problems in the pv build which attempts to override LD because the command ends up being make [...] LD=/tools/ccache /tools/gcc LDFLAGS="[...] As a result, during the build phase it attempts to build /tools/gcc which succeeds by doing nothing: make[1]: Nothing to be done for `/tools/gcc'. and during the install phase you get the real build which errors out on the LD error this snippet was attempting to fix: ld -r -o src/library.o src/library/getopt.o \ src/library/gettext.o ld: src/library/gettext.o: Relocations in generic ELF \ (EM: 40) src/library/gettext.o: error adding symbols: File in \ wrong format Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | wayland: disable on avr32Simon Dawson2013-11-173-0/+5
| | | | | | | | | | | | | | | | | | | | The epoll_create1, timerfd_create and timerfd_settime syscalls are not available on avr32. Fixes build failures such as the following. http://autobuild.buildroot.net/results/43b/43b3df5978782034279604abde8fe5d46c441344/ Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | Fix typo in urlArnaud Aujon2013-11-171-1/+1
| | | | | | | | | | | | | | Fix a typo in squashfs site url Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | uclibc: patch 0.9.31 for avr32, to add __kernel_long_t and __kernel_ulong_t ↵Simon Dawson2013-11-171-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data types As reported by Thomas Petazzoni, the uclibc 0.9.31 build fails for avr32: In file included from /opt/br-avr32-full-2013.11-rc1/usr/avr32-buildroot-linux-uclibc/sysroot/usr/include/linux/kernel.h:4, from /opt/br-avr32-full-2013.11-rc1/usr/avr32-buildroot-linux-uclibc/sysroot/usr/include/linux/netlink.h:4, from /opt/br-avr32-full-2013.11-rc1/usr/avr32-buildroot-linux-uclibc/sysroot/usr/include/linux/rtnetlink.h:5, from libc/inet/netlinkaccess.h:27, from libc/inet/if_index.c:36: /opt/br-avr32-full-2013.11-rc1/usr/avr32-buildroot-linux-uclibc/sysroot/usr/include/linux/sysinfo.h:8: error: expected specifier-qualifier-list before '__kernel_long_t' make[1]: *** [libc/inet/if_index.os] Error 1 make[1]: Leaving directory `/opt/toolchain-build/build/uclibc-0.9.31.1' The problem is reported at: https://lkml.org/lkml/2013/5/18/1 The offending kernel commit is: http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=ccdfcc398594 The fix is to patch uclibc 0.9.31 to add the missing kernel data types. The patch will only be generated for avr32, since uclibc 0.9.31 is not available in Buildroot for any other architecture. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | sheevaplug_defconfig: bump kernel version, lock u-boot versionPeter Korsgaard2013-11-171-2/+4
| | | | | | | | | | | | Stick to 3.11.x for now, as sheevaplug has moved to DT only in 3.12+. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | nano: fix build breakage with libmagicGustavo Zacarias2013-11-141-0/+6
| | | | | | | | | | | | | | | | | | | | As reported by Cassiano Martin in bug #6692 if host == target the nano package can pick up the host libmagic and break. So add a check to see if the file package is enabled and use it, otherwise just disable libmagic support. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | qemu/arm-nuri: bump to latest 3.10.x kernel versionGustavo Zacarias2013-11-141-2/+2
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | qemu/arm-versatile: roll back to 3.11.x kernel seriesGustavo Zacarias2013-11-142-4/+4
| | | | | | | | | | | | | | | | | | | | As pointed by Thomas P. kernel 3.12 oopses when loading/using the emulated network. Seems 3.12 broke versatile for qemu like in the past, only in a more subtle way this time that escaped my automated qemu builds/tests. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | linux-headers: bump 3. {4, 10, 11}.x stable versionsGustavo Zacarias2013-11-141-3/+3
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | docs/download.html: Fix tarball typosPeter Korsgaard2013-11-131-2/+2
| | | | | | | | | | Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud