summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* media-ctl: fix build with old kernel headersThomas Petazzoni2013-10-061-0/+303
| | | | | | | | | | | | | | Add a patch to fix the recurrent media-ctl build problems with toolchains based on relatively old (< 2.6.39) kernel headers. Finally fixes: http://autobuild.buildroot.org/results/54a/54afc80d4b58a4064a49226bcd4a28f32e3cf814/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* media-ctl: bump versionThomas Petazzoni2013-10-061-1/+1
| | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/Config.in: order alphabeticallyThomas De Schampheleire2013-10-061-49/+53
| | | | | | | | | | | | | Even though new packages are normally added in the right alphabetical order, there still remain quite a number of incorrect orderings in package/Config.in. In this patch, alphabetical order is created in each menu. Note that this sometimes mean that packages that logically belong together, like cups, gutenprint, hplip, are now split apart. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: remove the default value of the $(PKG)_SOURCE variableJerzy Grzegorek2013-10-0693-93/+0
| | | | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com) Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* trivial: manual: fix typo formating --> formattingThomas De Schampheleire2013-10-061-1/+1
| | | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: "Samuel Martin" <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* git: bump to version 1.8.4.1Jerzy Grzegorek2013-10-061-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* toolchain-external: make ext-tool.mk includable in all casesThomas Petazzoni2013-10-061-1/+2
| | | | | | | | | | | | The ext-tool.mk logic uses the TOOLCHAIN_EXTERNAL_PREFIX variable unconditionally, even if the external toolchain is not used. Until now this wasn't a problem since ext-tool.mk was only included when the external toolchain backend was selected, but the next patches are going to include this file unconditionally. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs: update manual after Crosstool-NG backend removalThomas Petazzoni2013-10-065-84/+14
| | | | | | [Peter: remove a few more ctng references in customize-store.txt] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* toolchain-crosstool-ng: remove supportThomas Petazzoni2013-10-0612-2029/+3
| | | | | | | | | | In order to avoid the work of converting the toolchain-crosstool-ng logic to the package infrastructure, we remove it from Buildroot, since it has been deprecated since quite some time. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Fix glibc dependency to gcc-intermediateJérôme Pouiller2013-10-061-1/+1
| | | | | | | | | | In commit ebc81933, we reverted 2babed4a, but meanwhile eglibc/ was renamed glibc/ so rules eglibc-build must be renamed glibc-build to correctly work. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pakage/rpi-userland: add and install our bcm_host.pcYann E. MORIN2013-10-062-1/+17
| | | | | | | | | | | | | This allows pkg-config-aware packages to include headers from, and link against Broadcom VideoCore host API library. bcm_host.pc copied almost as-is from: http://cgit.collabora.com/git/user/pq/android-pc-files.git/tree/pkgconfig?h=raspberrypi with only a fix to the prefix (we're using /usr). [Peter: s/TARGET/STAGING/] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pv: fix build issue with some toolchainsThomas Petazzoni2013-10-061-1/+10
| | | | | | | | | | | | | | | | | While 'pv' uses autoconf, it does not use automake for its makefiles. It uses $(LD) $(LDFLAGS) to achieve partial linking, but using 'ld' directly doesn't work well with some toolchain configuration, as the ld default emulation may not necessarily be the correct one. By passing custom values for LD and LDFLAGS, we ensure that 'gcc' is used to do these partial linking steps. Fixes the following build failures (x86-64 and mips64) : http://autobuild.buildroot.org/results/9ac/9aca276a220ad1460e5b32bd042dd4c93649baf3/build-end.log http://autobuild.buildroot.org/results/910/91044c01dcc3c4150aa6e74f5964fff27b9dac79/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pv: bump to version 1.4.12Thomas Petazzoni2013-10-061-1/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lockfile-progs: bump to version 0.1.17Jerzy Grzegorek2013-10-061-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lockfile-progs: change the patch nameJerzy Grzegorek2013-10-061-0/+0
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* glib-networking: bump to version 2.36.2Jerzy Grzegorek2013-10-061-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/manual: add a 'Known issues' chapterThomas Petazzoni2013-10-062-0/+34
| | | | | | | | | | | Add a 'Known issues' chapter, which lists the exceptions I have currently in the autobuilder scripts to avoid known problems from occuring. I believe it is more useful to document them rather than keeping them hidden in my autobuilder script. [Peter: s/either/either use/] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ltp-testsuite: needs largefile supportPeter Korsgaard2013-10-061-2/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ltp-testsuite: bump version and other fixesThomas Petazzoni2013-10-063-33/+13
| | | | | | | | | | | | | | | | | This commit bumps ltp-testsuite to the latest version available. In addition to that, it also: * Removes the ltp-testsuite-disable-controllers.patch file, which becomes useless thanks to the workaround that consists in removing -D_FILE_OFFSET_BITS=64 from the CFLAGS. This is necessary because ltp-testsuite uses the non-largefile compatible <fts.h> interface. * Marks the package as not-available on AArch64, since it doesn't build properly. A bug has been submitted upstream to the Linaro people doing the AArch64 support. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dbus: fix static linking issue with pthreadRomain Naour2013-10-061-0/+4
| | | | | | | | | | | -lpthread is missing when dbus is build with static lib Fixes build failures: http://autobuild.buildroot.net/results/80a317e33afd1d5ba2f7dd9ecd89314b09b4b1fe/ http://autobuild.buildroot.net/results/2c3c040624652547bbeec363d7d6b03f2477ff00/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* socat: bump to version 2.0.0-b6Axel Lin2013-10-061-1/+1
| | | | | | | | | 2.0.0-b6 fix a security issue: Under certain circumstances an FD leak occurs and may be misused for denial of service attacks against socat running in server mode. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* stunnel: bump to version 4.56Axel Lin2013-10-061-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* stunnel: fix download urlAxel Lin2013-10-061-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump 3.11.x stable versionGustavo Zacarias2013-10-061-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{0, 4, 10, 11}.x stable versionsGustavo Zacarias2013-10-062-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* netatalk: disable dtraceRomain Naour2013-10-051-1/+2
| | | | | | | | fix build failure: http://autobuild.buildroot.net/results/dbade69e610a079c5e12356991e6b908f4f716e9/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* neon: bump to version 0.30.0Axel Lin2013-10-051-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ndisc6: needs mmuAxel Lin2013-10-051-0/+1
| | | | | | | | | | | | Fix below build error if !BR2_USE_MMU: tcpspray.o: In function `tcpspray': tcpspray.c:(.text+0x4a8): undefined reference to `fork' collect2: ld returned 1 exit status make[3]: *** [tcpspray] Error 1 Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* proxychains-ng: bump to version 4.6Axel Lin2013-10-051-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* proxychains-ng: needs dynamic library supportAxel Lin2013-10-051-2/+3
| | | | | | | | | | | | | | Fix below build error if BR2_PREFER_STATIC_LIB is set: src/libproxychains.c:34:19: fatal error: dlfcn.h: No such file or directory compilation terminated. make[1]: *** [src/libproxychains.o] Error 1 In additional, the README file also mentions that this program works only on dynamically linked programs. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* enchant: bump to version 1.6.0Axel Lin2013-10-051-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mysql_client: needs thread supportThomas Petazzoni2013-10-053-2/+7
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/9b1/9b19b312651d21ea2fd54f364b11b01e4aa25e4b/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sqlcipher: needs thread supportThomas Petazzoni2013-10-051-0/+4
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/ac4/ac482030479b8172bf45c4f850d9007ec7c95ea5/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-bad: ensure bluetooth support is picked up if enabledPeter Korsgaard2013-10-051-0/+7
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-bad: fix bluez plugin compilation on big endianPeter Korsgaard2013-10-051-0/+39
| | | | | | | | Fixes http://autobuild.buildroot.org/results/5cd/5cdc28f3040b17f19d94f3b2a2bf669e2e921077/ Patch from upstream git. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/rpi-userland: bump versionYann E. MORIN2013-10-051-1/+1
| | | | | | | | Misc enhancements and fixes for USB, camera, audio, codecs, dispman, and openMAX. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/rpi-firmware: bump versionYann E. MORIN2013-10-051-1/+1
| | | | | | | Fix for issues with USB, audio, and GLESv2. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/qemu_*: unbreak after version bumpPeter Korsgaard2013-10-048-0/+0
| | | | | | | | | | Commit 2c859079cd (configs/qemu: bump relevant config version) renamed a number of linux configuration files, but forgot to update the defconfigs. Tests shows that atleast arm versatile doesn't boot with 3.11, so rename the linux configuration files back rather than adjusting the defconfigs. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* atngw100_defconfig: use BR2_KERNEL_HEADERS_VERSION to specify kernel headersPeter Korsgaard2013-10-041-1/+2
| | | | | | | No functional change, but the HEADERS_3_9 option will go away by the time 3.9 is no longer supported, possibly leading to breakage. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* atstk100x_defconfig: use kernel 3.9.x like atngw100Peter Korsgaard2013-10-041-1/+5
| | | | | | And lock kernel headers to match. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uClibc: 0.9.33.2: Unbreak on avr32 after recent pread patchesPeter Korsgaard2013-10-041-0/+36
| | | | | | | | | | avr32 only provides __NR_pread and not __NR_pread64, so the fallback handling must be used. Patch sent upstream: http://lists.uclibc.org/pipermail/uclibc/2013-October/047967.html Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dropbear: bump versionPeter Korsgaard2013-10-041-1/+1
| | | | | | | | | | | | | Fixes two security issues: - The Dropbear server could be made to consume large amounts of memory because decompressed packet sizes weren't checked. Depending on the OS and hardware this might be a denial of service. - Valid users could be identified due to timing variations. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gstreamer: fix bison bump build failureGustavo Zacarias2013-10-041-0/+24
| | | | | | | | It's due to deprecations in bison 3.0+, fixes: http://autobuild.buildroot.net/results/df4/df473cb34c9914b2c3d3d8ae344cbf7c19255468/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/Makefile.in: don't force jobs when BR2_JLEVEL is emptyFabio Porcedda2013-10-041-1/+1
| | | | | | | | | | | | | | When the "BR2_JLEVEL" variable is empty use "make" without the "-j" option, because to be able to use top-level parallel make we must not force the number of jobs in sub-make. Example: make BR2_JLEVEL= -j8 Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Acked-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>
* configs/qemu: bump relevant config versionsGustavo Zacarias2013-10-0426-23/+23
| | | | | | | | | arm_nuri needs some DT fixups to switch to the 3.11.x series since it's now default for that kernel defconfig. [Peter: adjust comment in sparc defconfig to match] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* file: bump to version 5.15Axel Lin2013-10-041-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dmidecode: add license infoAxel Lin2013-10-041-0/+2
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dmidecode: bump to version 2.12Axel Lin2013-10-041-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: drop unneeded HOST_<pkg>_AUTORECONF = YESPeter Korsgaard2013-10-049-9/+0
| | | | | | | | Since 97c687000 (pkg-autotools.mk: default host AUTORECONF{,_OPT} to the target values) we automatically enable autoreconf for host builds if it is enabled for the target, so these can go. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-ugly: bump versionPeter Korsgaard2013-10-041-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud