summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gst1-validate: fix compile with cairo supportPeter Seiderer2015-10-272-1/+8
| | | | | | | | | | | | | | | | | In case cairo support is (auto-)detected cairo PNG support is required. Fixes ([1]): ../gst-libs/gst/video/.libs/libgstvalidatevideo-1.0.so: undefined reference to `cairo_surface_write_to_png' ../gst-libs/gst/video/.libs/libgstvalidatevideo-1.0.so: undefined reference to `cairo_image_surface_create_from_png' collect2: error: ld returned 1 exit status [1] http://autobuild.buildroot.net/results/c5e/c5eb6cb12dba559226c67f5d258cc151aa8a8d3a [Peter: reworded comment, dropped extra line] Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl: fetch lastest upstream patches from perl-crossFrancois Perrad2015-10-274-18/+50
| | | | | | | | | my previous patch about static build (0001-fix-EUMM.patch) was not the good fix. see discussion: http://github.com/arsv/perl-cross/issues/18 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wpa_supplicant: fix static build with EAP enabledBaruch Siach2015-10-271-0/+4
| | | | | | | | | | | Disable EAP-TNC for static build because its implementation uses dlopen(). Fixes: http://autobuild.buildroot.net/results/e21/e21705ae690ab899b6f00e4a15833abef5e54e0e/ [Peter: add comment explaining why] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ipmiutil: fix stack protector testBaruch Siach2015-10-271-0/+45
| | | | | | | | | | | | | | | Add a patch that corrects detection of toolchain stack protector support when libssp is missing. Fixes: http://autobuild.buildroot.net/results/497/497d2739c27ce0dcf91bdf2f87c02fc169ba9071/ http://autobuild.buildroot.net/results/f71/f71a4bbca2505fcacb396bcc643c7152d87b5283/ http://autobuild.buildroot.net/results/85d/85da63d49086f8cc62e2c67632dfdc39d7702169/ and more. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ipmiutil: bump to version 2.9.7Baruch Siach2015-10-279-215/+47
| | | | | | | | | | Remove upstream or unneeded patches. Renumber and refresh the doc disable patch. Add a different version of the lanplus disable fix (sent upstream) that integrates with upstream change in this area. Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: get rid of ARC's uClibc forkAlexey Brodkin2015-10-274-815/+0
| | | | | | | | | | | | | | | | | | | | | | | | For quite some time all ARC changes have been pushed upstream. So both uClibc master branch and uClibc-ng have full ARC support including the most recent changes. I.e. finally we have reached the point when there's no need in Synopsys fork of uClibc on GitHub and it will soon be obsoleted and removed at some pint of time. Now since vanilla uClibc hasn't seen any releases for many years we cannot really use it for ARC. Fortunately there exists uClibc-ng and Waldemar cuts releases regularly - that works perfectly fine for us. That patch removes all mentions of ARC's uClibc which in turn makes uClibc-ng default libc for ARC. Cc: Waldemar Brodkorb <wbx@openadk.org> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-By: Waldemar Brodkorb <wbx@uclibc-ng.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dbus: bump to version 1.10.2Gustavo Zacarias2015-10-272-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump default version to 4.2.5Gustavo Zacarias2015-10-271-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{10, 14}.x and 4.{1, 2}.x seriesGustavo Zacarias2015-10-271-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qemu/x86: enable generic hda codecGustavo Zacarias2015-10-271-0/+1
| | | | | | | Enable the generic hda (sound) codec, necessary for qemu audio to work. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qemu/x86_64: enable generic hda codecGustavo Zacarias2015-10-271-0/+1
| | | | | | | Enable the generic hda (sound) codec, necessary for qemu audio to work. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libglib2: disable tests and update configure optionsGustavo Zacarias2015-10-272-7/+48
| | | | | | | | | | | | | | | | | | Sometimes if host-python is around it doesn't work too well with the distro python (Gentoo, FC20 at least) leading to build failures. This failure is very hard to trigger, it's normally easier to do so by enabling top-level parallel builds. Fixes: http://autobuild.buildroot.net/results/0f8/0f881e322b7f9d244b8dd2440ba0afd3a8418027/ While at it update the configure options to avoid any host libraries/tools from leaking in, new naming conventions and options. And remove dead code dealing with the nothreaded variant. Signed-off-by: Gustavo Zacarias <gustavozacarias@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorg-server: bump to version 1.17.3Gustavo Zacarias2015-10-262-5/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Revert "package/swupdate: add patch to fix build issue with some toolchains"Bjørn Forsman2015-10-262-2/+0
| | | | | | | | | | | | | | | | This patch caused an unfortunate regression that prevents any handlers from being registered (runtime issue). This means swupdate cannot perform any update. Upstream has reverted it. See discussion: https://groups.google.com/d/msg/swupdate/oVIhJmYPT8A/eq3uZvYVDQAJ This reverts commit a8cc6eeec5a665db5689083312beef14a9afbafa. Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* scancpan: README as default license fileFrancois Perrad2015-10-269-0/+11
| | | | | | | add this heuristic when no specific license file is found Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-netaddr-ip: remove !BR2_STATIC_LIBS constraintFrancois Perrad2015-10-262-3/+2
| | | | | | | with the option -noxs, the Pure Perl version is always built. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* portmap: add a hash fileVicente Olivert Riera2015-10-261-0/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* liblockfile: bump to version 1.0.9-6James Knight2015-10-262-7/+7
| | | | | Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* x265: use default CMake ON/OFF valuesThijs Vermeir2015-10-261-4/+4
| | | | | | | replace true/false with ON/OFF for consistency Signed-off-by: Thijs Vermeir <thijsvermeir@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* kmod: Fix tool links when BR2_ROOTFS_MERGED_USRChris Lesiak2015-10-261-1/+8
| | | | | | | [Peter: use KMOD_BIN_PATH instead of doubling logic, add comment explaining why this is needed] Signed-off-by: Chris Lesiak <chris.lesiak@licor.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* x265: fix typo in cli handlingPeter Korsgaard2015-10-261-1/+1
| | | | | | | A typo sneaked in during my cleanups of x265, fix it. Reported-by: Thijs Vermeir <thijsvermeir@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uboot-tools: fix hash for 2015.10 versionYegor Yefremov2015-10-261-1/+1
| | | | | | | Fixes: http://autobuild.buildroot.net/results/c452507b1619fdc3fbde014f6b0bda5965a4b93d/ Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boost.mk: allow building both static and sharedJonathan Ben Avraham2015-10-261-3/+9
| | | | | | | | | | | | | | | | Use BR2_SHARED_STATIC_LIBS for building both static and shared boost libs. The static libs are copied to the staging directory. Only the shared libs are copied to the rootfs image. [Thomas: - remove empty else clause, and instead add a comment that explains why we're doing something only for the BR2_STATIC_LIBS=y and BR2_SHARED_LIBS=y. - remove trailing backslash at the end of the BOOST_CONF_OPTS definition.] Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* syslog-ng: Fix build errorChris Packham2015-10-262-1/+3
| | | | | | | | | | | | Add an upstream patch to fix the following build error. error: redefinition of typedef 'TransportMapperUnix' Fixes: http://autobuild.buildroot.net/results/c9b/c9b31d2de72a4e48a213b5c1d011814566732dfb Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* syslog-ng: Update URL for upstream patchesChris Packham2015-10-261-5/+5
| | | | | | | | | Rather than pointing at a developer's github repository point at the official Balabit one. The commit SHAs are the same so no other change is needed. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* syslog-ng: Link against librtChris Packham2015-10-261-0/+2
| | | | | | | | | | | | | | | Some of the rabbit-mq tools need to link against librt, specify LIBS=-lrt when configuring. Fixes: http://autobuild.buildroot.net/results/a3d/a3dfdebd76d47df11a8e26a215bb88fbce8dc6f7 http://autobuild.buildroot.net/results/7d2/7d26e8efe67bf958162a309acb20800e669543e4 http://autobuild.buildroot.net/results/7b5/7b5370d12a2ff8937cba3a201d4edce3dcd12a6e http://autobuild.buildroot.net/results/bab/babbb089ce1a7750495323248f21402960fb6c80 Helped-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openpgm: bump to version release-5-2-122Vicente Olivert Riera2015-10-253-11/+21
| | | | | | | | | | | | | | | | | At the same time perform a GitHub migration, since Google Code will disappear soon. - Bump to version release-5-2-122 - Switch to GitHub - Remove trailing slash from OPENPGM_SUBDIR - Remove unnecessary python dependencies - Add a hook to create the missing m4 directory, needed to autoreconf - Add a hash file - Rewrap the help text to 72 characters length - Change the project URL Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* toolchain/wrapper: fix potential bug in foreach loopYann E. MORIN2015-10-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Makefile, the comma ',' is used to separate the arguments passed to functions, so we should not be allowed to use straight commas in strings we want to expand. For the toolchain wrapper, we need to transform a list: -mfoo -mbar -mbuz into something acceptable for a C array assignment: "-mfoo", "-mbar", "-mbuz", So, we use a $(foreach ...) loop for that. However, we do have a straight comma in there. It does not cause any issue in practice, since $(foreach) is a make builtin function that accepts three and only three parameters. However, this is not sane. Change the straight comma to the usual $(comma) expansion, like we would do for a call to any other function. At the same time, make the code a bit easier to read, by first creating the transformed list, and then creating the define. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-bad: add x265 pluginThijs Vermeir2015-10-252-1/+8
| | | | | Signed-off-by: Thijs Vermeir <thijsvermeir@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* x265: new packageThijs Vermeir2015-10-254-0/+57
| | | | | | | | | | | x265 is a H.265 / HEVC video encoder application library, designed to encode video or images into an H.265 / HEVC encoded bitstream. http://x265.org [Peter: use positive logic for CLI option] Signed-off-by: Thijs Vermeir <thijsvermeir@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libnl: bump to version 3.2.27Gustavo Zacarias2015-10-252-3/+3
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* board: ARC AXS10x bump Linux kernel to 4.2.4Alexey Brodkin2015-10-253-204/+4
| | | | | | | | | | | Linux kernel 4.2.4 now has former out of the tree patch, see http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-4.2.y&id=c4e3a29030fce89272f080e7e92c162b24103736 Essentially removing the patch itself. Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi: add hashBernd Kuhls2015-10-251-0/+2
| | | | | | | | I forgot to add the hash file in the 15.2 bump: http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/130039 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boost.mk spelling error 'SEPERATED' -> 'SEPARATED'Jonathan Ben Avraham2015-10-251-2/+2
| | | | | Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-xml-libxml: bump to version 2.0122Francois Perrad2015-10-252-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-uri: bump to version 1.69Francois Perrad2015-10-252-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-net-ssleay: bump to version 1.72Francois Perrad2015-10-252-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-net-http: bump to version 6.09Francois Perrad2015-10-252-4/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-net-dns: bump to version 1.02Francois Perrad2015-10-253-8/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-netaddr-ip: bump to version 4.078Francois Perrad2015-10-253-4/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-mojolicious: bump to version 6.25Francois Perrad2015-10-252-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-module-build: bump to version 0.4214Francois Perrad2015-10-252-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-io-socket-ssl: bump to version 2.020Francois Perrad2015-10-252-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-http-message: bump to version 6.11Francois Perrad2015-10-252-11/+6
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-crypt-openssl-random: bump to version 0.11Francois Perrad2015-10-253-5/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: update uClibc-ng to 1.0.8Waldemar Brodkorb2015-10-252-2/+2
| | | | | | | | | | | | | | | | Fixes following problems: - mips64 toolchain building when UCLIBC_HAS_CONTEXT_FUNCS is enabled - segfault when SSP and NPTL is used for static binaries - Updates for ARC and Xtensa - missing syscalls for fanotify_init() and fanotify_mark() are added - support for the syncfs() system call added - problems compiling freeswitch are fixed - problems running LTP regarding fallocate are fixed Tested with defconfigs for Qemu arm/ppc/sh/mips/x86/x86_64/xtensa. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uboot-tools: bump to 2015.10Peter Korsgaard2015-10-251-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uboot: bump version to 2015.10Peter Korsgaard2015-10-251-2/+2
| | | | | | Keep the 2015.07 patch so things still work for people using 2015.07. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* supervisor: fix licenseVicente Olivert Riera2015-10-251-1/+2
| | | | | | [Peter: Tweak description of repoze license] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* supervisor: bump to version 3.1.3Vicente Olivert Riera2015-10-252-1/+3
| | | | | | | And also add a hash file. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud