summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gst1-plugins-bad: add kernel header version dependency on DVB pluginThomas Petazzoni2016-01-181-0/+5
| | | | | | | | | | | | The DVB plugin uses the FEC_2_5 and QAM_4_NR from the DVB API, which were added only in kernel 3.7. This commit adds the necessary kernel header version dependency, which fixes: http://autobuild.buildroot.net/results/fab7afc3490d77a6b29760394337298f2fd55d51/ Thanks to Peter Seiderer for the investigation! Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-paramiko: new packageYegor Yefremov2016-01-184-0/+29
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-ecdsa: new packageYegor Yefremov2016-01-184-0/+25
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-beautifulsoup4: new packageYegor Yefremov2016-01-184-0/+29
| | | | | | [Peter: extend help text] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* support/download: support older bazaar versionsYann E. MORIN2016-01-181-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In efe7f68 (support/download: generate reproducible Bazaar archives), bzr was instructed to store files with the timestamp set to the date they were last modified in the repository, instead of the current date, using the --per-file-timestamp option. However, this option has been added only in bzr-2.2 (August 2010) which is not available on older distros. We fix that by not using --per-file-timestamp when the bzr version is older than 2.2, in which case we just generate the archive with the current date set on files. This means the archive is thus non-reproducible, and if a hash is available for that archive, the hash will not match, and Buildroot will try to download from the mirror (if any) or fail (if no mirror). Fixes: http://autobuild.buildroot.org/results/51f/51f4ff5462c15a85937d411f457096224d00fdcd http://autobuild.buildroot.org/results/b88/b8828b5fbc16128408c2f44169ac23de7e34d770 http://autobuild.buildroot.org/results/fb4/fb4b0fb2131b40c18273dbe5e51b393cb6df18ec ... [Peter: simplify sed invocation] Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* moarvm: disable for sparc64Waldemar Brodkorb2016-01-181-0/+3
| | | | | | | | | | | | | Missing implementation of AO_fetch_compare_and_swap in libatomic_ops library for sparcv9. Fixes: http://autobuild.buildroot.net/results/268e328e2d9ea951c0728ab6031d32e2b460d015/ http://autobuild.buildroot.net/results/84847a9201244fce3e05e5e4e201f2e1848238de/ [Peter: add autobuilder references] Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libevent: Fix broken download URLBernd Kuhls2016-01-182-4/+3
| | | | | | | | | | | | | | | | | | | | | | | Upstream URL has changed on Sourceforge: >>> libevent 2.0.22-stable Downloading --2016-01-17 23:06:31-- http://downloads.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2016-01-17 23:06:31 ERROR 404: Not Found. Additionally the project moved to github: http://sourceforge.net/projects/levent/ "As of 2015-10-07, this project may now be found at https://github.com/libevent/libevent." This patch points Config.in to the new upstream URL and fixes the broken download URL by using github.com. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uboot: remove unused helper function insert_defineThomas De Schampheleire2016-01-181-12/+0
| | | | | | | | | Commit 16b8e813c810fde2fe3655c696edf1e76a7d27ba removed all remaining users of helper function insert_define. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/micropython-lib: bump to version 1.0Jörg Krause2016-01-182-2/+2
| | | | | Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/micropython: bump to version 1.5.2Jörg Krause2016-01-182-2/+2
| | | | | Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/uboot-tools: bump to version 2016.01Jörg Krause2016-01-172-2/+2
| | | | | Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boot/uboot: bump to version 2016.01Jörg Krause2016-01-172-3/+3
| | | | | Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* orangepipc: readme.txt: fix typoPeter Korsgaard2016-01-171-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/orangepipc: bump u-boot to 2016.01Peter Korsgaard2016-01-171-4/+4
| | | | | | And configure it for kconfig mode, as that is what it is using. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/orangepipc: add host-dosfstoolsPeter Korsgaard2016-01-171-0/+1
| | | | | | | | | | genimage from the post-image script needs mkdosfs to create fat partition: >>> Executing post-image script board/orangepi/orangepipc/post-image.sh sh: 1: mkdosfs: not found vfat(boot.vfat): failed to generate boot.vfat Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/sheevaplug: bump u-boot to 2016.01Peter Korsgaard2016-01-171-2/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/sheevaplug: bump kernel to 4.4Peter Korsgaard2016-01-171-3/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/boost: add patch to fix undeclared isnan issueJörg Krause2016-01-161-0/+32
| | | | | | | | | | | | | | | | | | | Add patch from upstream [1] to fix build error: ./boost/math/special_functions/fpclassify.hpp:137:75: error: '::isnan' has not been declared Fixes: http://autobuild.buildroot.net/results/6c7/6c72c189cd029fb6c81798f5443fab331358bb90/ http://autobuild.buildroot.net/results/b70/b709fc201c9df8f76163e2a620da32362abe5288/ http://autobuild.buildroot.net/results/99b/99bdbc5622dfd0ac369611ec07dd2a8a8fe41ce8/ http://autobuild.buildroot.net/results/d2b/d2b270787fc20e45c839d5670af55e47723aef2a/ and many more. Backported from: fbd1393858719c7bda7d251f742950c1bc691ea8 [1] https://github.com/boostorg/math/commit/fbd1393858719c7bda7d251f742950c1bc691ea8 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bluez5_utils: not available with uClibcThomas Petazzoni2016-01-161-2/+5
| | | | | | | | | | | | | | | | | | Since the bump from 5.27 to 5.37 of bluez5_utils, the bluez code has started using <wordexp.h> functionality. Unfortunately, our current uClibc configuration does not have the wordexp functionality enabled, so bluez5_utils cannot be built anymore. In order to address this, we make bluez5_utils unavailable on uClibc. This could be changed later by either removing the dependency of bluez5_utils on wordexp support, or by deciding to add wordexp support to our uClibc configuration. Fixes: http://autobuild.buildroot.org/results/831/83112559d84dc156141339a31e3e02f1a2af5155/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* alsa-utils: allow installing the new alsatplg toolThomas Petazzoni2016-01-162-0/+4
| | | | | | | Since we now depend on !BR2_STATIC_LIBS to be able to build the alsatplg tool, it makes sense to provide an option to install it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* alsa-utils: re-order sub-options to use alphabetic orderingThomas Petazzoni2016-01-161-15/+15
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* alsa-utils: put 'select' after 'bool'Thomas Petazzoni2016-01-161-11/+11
| | | | | | | | | In the definitions of the alsa-utils sub-options, the 'select' were before the 'bool', which is unusual and does not follow how we do things in general in Buildroot. This commit fixes that for all alsa-utils suboptions. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* alsa-utils: needs dynamic library supportThomas Petazzoni2016-01-161-2/+3
| | | | | | | | | | | | | Since recent bumps of alsa-lib and alsa-utils, alsa-lib installs <alsa/topology.h>, which alsa-utils uses to build an alsatplg program which requires <dlfcn.h>. Therefore, alsa-utils now needs dynamic library support. Fixes: http://autobuild.buildroot.net/results/7ba954e03822d758e25356935b0dfc2c91d3712a/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ejabberd: Bump to version 15.11Johan Oudinet2016-01-165-55/+55
| | | | | Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* luabitop: disabled for Lua 5.3Francois Perrad2016-01-161-3/+3
| | | | | | | | see failure in http://autobuild.buildroot.net/results/6306c929e9ee05cbb33e4eb6b590166c6554ec21/ Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* assimp: fix compile for big endian targetPeter Seiderer2016-01-161-0/+40
| | | | | | | | | | | | | | | Patch taken from upstream [1]. Fixes ([2]): code/Bitmap.cpp: In function 'std::size_t Assimp::Copy(uint8_t*, T&) [with T = short unsigned int, std::size_t = unsigned int, uint8_t = unsigned char]': code/Bitmap.cpp:95:50: instantiated from here code/Bitmap.cpp:87:9: error: lvalue required as unary '&' operand [1] https://github.com/assimp/assimp/commit/756cfd4f74b866e3183caede69daa8c105b73bab.patch [2] http://autobuild.buildroot.net/results/7aa/7aafdc2633bad96a2a17f4e8664e09aae78a3bbd Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* assimp: fix bfin compilePeter Seiderer2016-01-161-0/+35
| | | | | | | | | | | | | | | | | | Use proper 64-bit constant for CONVERT_FBX_TIME(time) conversion. Fixes ([1]): code/FBXConverter.cpp:2025: error: integer constant is too large for 'long' type code/FBXConverter.cpp:2026: error: integer constant is too large for 'long' type code/FBXConverter.cpp:2794: error: integer constant is too large for 'long' type code/FBXConverter.cpp:2868: error: integer constant is too large for 'long' type code/FBXConverter.cpp:2878: error: integer constant is too large for 'long' type code/FBXConverter.cpp:2888: error: integer constant is too large for 'long' type [1] http://autobuild.buildroot.net/results/885/8853b192d16ca7ef769c5352a2df0540a7a2a4fd Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perf: remove tests from targetThomas De Schampheleire2016-01-161-0/+1
| | | | | | | | | | | | The perf tool installed test files in output/target/usr/libexec/perf-core/tests/ which amounted to about 30+K. Since they are not needed for normal perf operation, remove them. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-fusion: fix several build issuesMarc Gonzalez2016-01-163-0/+166
| | | | | | | | The first patch merely fixes a warning. The other two are required to use the module on Linux 4.x Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng: check if linux-headers are v3.0 or higherJoris Lijssens2016-01-161-2/+4
| | | | | | | | | | | | | netsniff-ng uses the TP_STATUS_VLAN_VALID define, provided by the kernel headers. This definition has been added in the kernel by commit a3bcc23e890a6d49d6763d9eb073d711de2e0469 ("af-packet: Add flag to distinguish VID 0 from no-vlan"), which was merged in v3.0. Fixes: http://autobuild.buildroot.net/results/c87/c87a440e29ae387f600cb6ecce3caaa08557f4f0/ Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ffmpeg: bump version to 2.8.5Bernd Kuhls2016-01-162-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* olimex_a20_olinuxino_lime: bump u-boot to 2016.01Francois Perrad2016-01-161-1/+1
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* util-linux: enable Python bindings for libmountYegor Yefremov2016-01-151-2/+14
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Config.in: Add BR2_DEPRECATED_SINCE_2016_02Gustavo Zacarias2016-01-151-0/+4
| | | | | | | In prepration for new deprecated features/symbols. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* barebox: bump to version 2016.01.0Fabio Porcedda2016-01-152-4/+4
| | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-can: bump to 1.4.3Yegor Yefremov2016-01-142-4/+4
| | | | | | | | | | Fixes following legal-info issues: http://autobuild.buildroot.net/results/316/3162ae78c27e174740012851e4a57fcab58ad421// http://autobuild.buildroot.net/results/087/087b85d9c3e0184be2261912138c1957fe61fae2// Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/minnowboard_max: bump kernel to version 4.4Peter Korsgaard2016-01-143-6/+6
| | | | | | | And point the readme to wiki.minnowboard.org instead of the legacy elinux.org page. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* procps-ng: install binaries in /bin and /sbinVicente Olivert Riera2016-01-141-2/+14
| | | | | | | | | This way the busybox counterparts are overwritten and we will not end up with procps-ng binaries in /usr/bin and /usr/sbin, and busybox symlinks for the same tools in /bin and /sbin. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* harfbuzz: enable optional graphite2 supportGustavo Zacarias2016-01-141-4/+11
| | | | | | | | | Enable building harfbuzz with the optional graphite2 support. Also switch --without-X configure options to the correct/documented --with-X=no syntax. Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rabbitmq-c: needs a toolchain with posix_spawn supportJoris Lijssens2016-01-141-0/+4
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/a6c3e79c61c5a535970d03bf37b068349f766a7f/ Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/argp-standalone: Fix build with c99 compilersVicente Bergas2016-01-141-0/+80
| | | | | | | | | Add patch from: http://review.gluster.org/6034 Signed-off-by: Vicente Bergas <vicencb@gmail.com> Tested-by: Vicente Bergas <vicencb@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sqlite: bump to version 3.10.1Gustavo Zacarias2016-01-142-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssh: security bump to version 7.1p2Gustavo Zacarias2016-01-142-4/+3
| | | | | | | | | | | | | | | | | | Fixes: CVE-2016-0777 - Client Information leak from use of roaming connection feature. CVE-2016-0778 - A buffer overflow flaw was found in the way the OpenSSH client roaming feature was implemented. A malicious server could potentially use this flaw to execute arbitrary code on a successfully authenticated OpenSSH client if that client used certain non-default configuration options. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: James Knight <james.knight@rockwellcollins.com> Tested-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt4: fix static building if libglib-2.0 is enabledAlexey Brodkin2016-01-141-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | Here we're seeing another issue with static builds. Problem is Qt's configuration system post-processes output of pkg-config removing duplicate entries. That's fine for dynamic builds - all symbols will be resolved in runtime but for static builds we need to specify explicit and correct list of libs. See more explanations in the patch itself. This patch was sent in Qt's Gerrit for review and could be seen here: https://codereview.qt-project.org/#/c/145967/ Fixes a couple of qt4 build failures: http://autobuild.buildroot.net/results/174/174c6e47eb761f9897275b6fedff742ace2f3081 http://autobuild.buildroot.net/results/273/273676f1deee986a205b63e92cd6042c29ba1578 http://autobuild.buildroot.net/results/4f9/4f92d1316e786d8bb3c16b748f1ab731562540e3 and many others. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Lada Trimasova <ltrimas@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* connman: bump to version 1.31Gustavo Zacarias2016-01-142-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: fixing mixing content errorAngelo Compagnucci2016-01-131-1/+1
| | | | | | | | | Firefox recently activated mixing content mode protection (http elements in an https page). This patch changes the external slides service to https. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/vlc: disable for static-only buildsBernd Kuhls2016-01-131-2/+3
| | | | | | | | | | | | vlc configure errors out for a non-shared build: http://git.videolan.org/gitweb.cgi?p=vlc.git;a=blob;f=configure.ac;h=d44151b3fb507141ce7f9b98e95fa11edcdaac01;hb=HEAD#l450 Fixes http://autobuild.buildroot.net/results/f93/f93771b4f76b82197b930e6fde5eb7aebfe9c910/ http://autobuild.buildroot.net/results/4af/4af880a8a8a37efd57e12e18d43183ba49f5cbe0/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/vlc: Add optional dependency to libblurayBernd Kuhls2016-01-131-0/+7
| | | | | | | | libbluray is an optional dependency of vlc: http://git.videolan.org/gitweb.cgi?p=vlc.git;a=blob;f=configure.ac;h=d44151b3fb507141ce7f9b98e95fa11edcdaac01;hb=HEAD#l1739 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/vlc: Add optional dependency to zlibBernd Kuhls2016-01-131-0/+4
| | | | | | | | | | | zlib is an optional dependency of vlc: http://git.videolan.org/gitweb.cgi?p=vlc.git;a=blob;f=configure.ac;h=d44151b3fb507141ce7f9b98e95fa11edcdaac01;hb=HEAD#l811 Thanks to Yann for pointing this out: http://patchwork.ozlabs.org/patch/529248/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libdrm: bump version to 2.4.66Bernd Kuhls2016-01-132-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud