summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace (e)glibc by glibcThomas Petazzoni2016-06-2873-81/+81
| | | | | | | | | | | | | | | | Following the removal of eglibc support, this commit replaces all occurences of "(e)glibc" by just "glibc". Most of the occurences are in package Config.in comments. In addition, when the form "an (e)glibc ..." was used, it is replaced by "a glibc ...". [Peter: add new efi* packages, s/uclibc/uClibc as suggested by Romain, systemd / liquid-dsp tweaks as suggested by Yann] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gettext: install ABOUT-NLS for the hostPeter Korsgaard2016-06-281-0/+10
| | | | | | | | | | | | | | | | | | | | gettextize copies a number of files from usr/share/gettext into the project when it is run. One of these is ABOUT-NLS, which is simply a text file explaining some details about gettext - So it isn't really critical but autoreconf fails if gettext functionality is used and ABOUT-NLS is missing. Normally this isn't an issue as the release tarball typically already contains an ABOUT-NLS file, but as this is a generated file it normally isn't checked into git so it fails for packages from git snapshots using <foo>_GETTEXTIZE = YES (E.G. libuio): configure.ac:42: error: required file './ABOUT-NLS' not found As is evident from GETTEXT_REMOVE_UNNEEDED, this file normally gets installed by gettext-runtime, but as we don't build/install that for the host instead install it by hand. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gettext: drop host-gettextize eye candy fixupsPeter Korsgaard2016-06-281-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The real functional change (to not wait for confirmation) was alredy handled below in HOST_GETTEXT_GETTEXTIZE_CONFIRMATION, and we otherwise don't patch upstream purely for cosmetical reasons so drop it. gettextize is also quite noisy as is, so the single 'Press return' line imho isn't a big issue: >>> fetchmail 6.3.26 Gettextizing Copying file config.rpath Not copying intl/ directory. Copying file po/Makefile.in.in Copying file po/Makevars.template Copying file po/Rules-quot Copying file po/boldquot.sed Copying file po/en@boldquot.header Copying file po/en@quot.header Copying file po/insert-header.sin Copying file po/quot.sed Copying file po/remove-potcdate.sin Creating po/ChangeLog Copying file m4/gettext.m4 Copying file m4/iconv.m4 Copying file m4/lib-ld.m4 Copying file m4/lib-link.m4 Copying file m4/lib-prefix.m4 Copying file m4/nls.m4 Copying file m4/po.m4 Copying file m4/progtest.m4 Creating m4/ChangeLog Updating configure.ac (backup is in configure.ac~) Creating ChangeLog Please update po/Makevars so that it defines all the variables mentioned in po/Makevars.template. You can then remove po/Makevars.template. Please run 'aclocal -I m4 -I m4-local' to regenerate the aclocal.m4 file. You need aclocal from GNU automake 1.9 (or newer) to do this. Then run 'autoconf' to regenerate the configure file. You might also want to copy the convenience header file gettext.h from the /home/peko/source/buildroot/output-test/host/usr/share/gettext directory into your package. It is a wrapper around <libintl.h> that implements the configure --disable-nls option. Press Return to acknowledge the previous three paragraphs. >>> fetchmail 6.3.26 Autoreconfiguring CC: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wpa_supplicant: add support for simple background scanMartin Bark2016-06-281-1/+2
| | | | | | | | | | | | CONFIG_BGSCAN_SIMPLE is missing from the defconfig included with wpa_supplicant. Many programs that depend on wpa_supplicant assume bgscan is enabled, for example connman will try to set bgscan by default. It is safe to always enable CONFIG_BGSCAN_SIMPLE since it is only used if wpa_supplicant is configured to do so. Signed-off-by: Martin Bark <martin@barkynet.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* website: rephrase several hundreds of packagesFrank Hunleth2016-06-281-1/+1
| | | | | | | | | | | The phrase "Supports several hundreds of packages" is unusual to hear in English (or at least American English). The more common alternatives are "Supports several hundred packages" or "Supports hundreds of packages". The latter sounds like a larger amount, so change the phrase to that. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-xlrd: new packageYegor Yefremov2016-06-284-0/+30
| | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* minnowboard-max: Enable serial and HDMI consolesEzequiel Garcia2016-06-284-2/+8
| | | | | | | | | | Following what's done in Raspberry Pi's defconfigs, let's unify the consoles in Minnowboard Max defconfigs, providing consoles on HDMI and serial port. [Peter: use tty1 like on rpi] Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mono: fix sigcontext incorrect includeAngelo Compagnucci2016-06-281-0/+44
| | | | | | | | | This patch solves incorrect inclusion of sigcontext.h on musl. The patch was submitted upstream. Fixes: http://autobuild.buildroot.net/results/bec/beced92f3ef81f201c0dc9178c7ff6fad0bc45e7/ Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nano: bump to version 2.6.1Gustavo Zacarias2016-06-282-2/+3
| | | | | | | And since we switched to non-gnu mirror better use the small xz tarball. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xorriso: indentation cleanupJerzy Grzegorek2016-06-281-6/+6
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5webkit: indentation cleanupJerzy Grzegorek2016-06-281-3/+3
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fmc: remove empty leading lineJerzy Grzegorek2016-06-281-1/+0
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wandboard: defconfig: simplify u-boot configurationPeter Korsgaard2016-06-281-5/+3
| | | | | | | | No functional change. The git hash used is actually just the 2015.07 release, so use the release tarball instead of git. Likewise, we have a dedicated option for u-boot.img, so use that instead of the custom format. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wandboard: Use HTTP for accessing Linux kernel and U-Boot git reposAlexey Brodkin2016-06-281-2/+2
| | | | | | | | | | | | | Quite often these days Git ports are blocked by firewalls [this is especially true in corporate environment] so switching to common HTTP(s) is a safe and pretty convenient move. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Stephan Hoffmann <sho@relinux.de> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Sergio Prado <sergio.prado@e-labworks.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* glibc: bump default to version 2.23Gustavo Zacarias2016-06-271-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* beecrypt: arm assembly optimizations needs ARM instructions supportPeter Korsgaard2016-06-271-0/+5
| | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/980/98034ebb086987fb8fc004672164f609f5a69543/ http://autobuild.buildroot.net/results/3bd/3bdba5cf7e901f8600e567b1b0eb0866d6dfc523/ So disable it for thumb(2)-only configurations (armv7m), similar to how we do it for m68k coldfire. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* m68k: gcc coldfire does not provide _sync atomicsWaldemar Brodkorb2016-06-271-0/+2
| | | | | | | | | | Trying to use __sync_fetch_and_add ends with a gcc ICE. This fixes following autobuild failure, by actually disabling the package for coldfire: http://autobuild.buildroot.net/results/d719db11210d42501332586b4485ab0cc1e125dd/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dbus-python: bump to version 1.2.4Gustavo Zacarias2016-06-272-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lvm2: bump version to 2.02.158Vicente Olivert Riera2016-06-272-2/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump default to version 4.6.3Vicente Olivert Riera2016-06-271-2/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* glog: put hash in .hash fileBaruch Siach2016-06-261-2/+2
| | | | | | | github archives should be stable now. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gflags: put hash in .hash fileBaruch Siach2016-06-261-2/+2
| | | | | | | | | | | | github archives should be stable now. Fixes: http://autobuild.buildroot.net/results/ac9/ac92ec88c9e26df579a5e44f58c34a3e4dd5b2b0/ http://autobuild.buildroot.net/results/79c/79cecd4fa98bdad5b5bdc57725d8cb8118b1cf2e/ http://autobuild.buildroot.net/results/bb2/bb2e04a643784beb78f38c016a1c621786b575fe/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* e2fsprogs: add fuse2fs libintl fix patchGustavo Zacarias2016-06-261-0/+30
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/ab5/ab5c5b0e234f3d9db78c968334a61a7aef206b7a/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gd: security bump to version 2.2.2Gustavo Zacarias2016-06-267-511/+4
| | | | | | | | | | | | | | | | Drop upstreamed patches. Drop autoreconf since it's no longer required. Patch 0002-no-zlib.patch is no longer required, and is in fact harmful. Update homepage URL. Fixes: CVE-2015-8874 - #215 Stack overflow with gdImageFillToBorder CVE-2016-3074 - gd2: handle corrupt images better CVE-2016-5767 - Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/lirc-tools: add optional support for portaudioBernd Kuhls2016-06-261-0/+4
| | | | | | | | lirc-tools has optional support for portaudio, see configure.ac, line 218+. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/lirc-tools: add optional support for alsa-libBernd Kuhls2016-06-261-0/+4
| | | | | | | | lirc-tools has optional support for alsa-lib, see configure.ac, line 230+. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/lirc-tools: add optional support for udevBernd Kuhls2016-06-261-0/+4
| | | | | | | lirc-tools has optional support for udev, see configure.ac, line 303+. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/lirc-tools: add optional support for libusb-compatBernd Kuhls2016-06-261-0/+4
| | | | | | | | lirc-tools has optional support for libusb-compat, see configure.ac, line 199+. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/lirc-tools: bump version to 0.9.4Bernd Kuhls2016-06-263-3/+59
| | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: update comment in the .mk file about autoreconf.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mpg123: bump to version 1.23.5Gustavo Zacarias2016-06-263-50/+2
| | | | | | | Drop upstreamed patch and related autoreconf. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* feh: bump to version 2.16.1Gustavo Zacarias2016-06-262-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt5enginio: fix version for qt5 5.6.1-1 updatePeter Seiderer2016-06-261-1/+1
| | | | | | | | Fix qt5enginio version, is 1.6.1 for qt5.6.1-1 (hash is already updated by previous qt5 bump version patch). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ethtool: bump to version 4.6Gustavo Zacarias2016-06-262-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mpv: bump to version 0.18.0Gustavo Zacarias2016-06-263-5/+6
| | | | | | | gpl3 option removed so drop it otherwise it results in build failure. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/opencv: bump to version 2.4.13Bernd Kuhls2016-06-265-640/+2
| | | | | | | | Removed 0001-ffmpeg30.patch after being applied upstream. Renumbered remaining patches. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* memcached: bump to version 1.4.27Gustavo Zacarias2016-06-262-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sysstat: bump to version 11.2.5Gustavo Zacarias2016-06-262-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/i2c-tools: update download locationAngelo Compagnucci2016-06-262-5/+2
| | | | | | | | | Since the shut down of www.lm-sensors.org we do not have a package download location anymore, so we update the i2c-tools package to use the git repository hosted at kernel.org. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/enlightenment: bump to 0.20.9Romain Naour2016-06-262-3/+3
| | | | | Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libevas-generic-loaders: bump to 1.17.0Romain Naour2016-06-262-3/+3
| | | | | Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/elementary: bump to 1.17.1Romain Naour2016-06-262-3/+3
| | | | | | | | There is no elementary 1.17.2 release since there was no patch to backport from upstream. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/efl: bump to 1.17.2Romain Naour2016-06-263-11/+10
| | | | | | | | | | Update the untested configuration warning option. Disable efl build for host/target gcc older than 4.7 (oldest tested version). http://lists.busybox.net/pipermail/buildroot/2016-June/163606.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/efl: switch to luajit supportRomain Naour2016-06-262-14/+13
| | | | | | | | | | | | | | | | | | | | | | | In efl 1.15.x, Lua "old" support is broken with Lua 5.2+ [1]. With the patch added in efl 1.16 to fixes this issue, libevas fail to link with the following error: CCLD bin/ecore_evas/ecore_evas_convert host-efl-1.16.1/src/lib/evas/.libs/libevas.so: undefined reference to `luaL_openlib' collect2: error: ld returned 1 exit status Makefile:19021: recipe for target 'bin/ecore_evas/ecore_evas_convert' failed Since 9ba8d1cce4ab00307827083bae234d87b37fb967, the luajit support can be enabled in efl package. In order to update the efl stack to 1.17, switch to luajit support and remove Lua "old" support since it's not fixed upstream yet. But the drawback is the efl stack depends implicitely on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS. [1] https://phab.enlightenment.org/T2728 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-sip: bump to version 4.18Akihiko Odaki2016-06-262-4/+4
| | | | | Signed-off-by: Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/php: security bump version to 7.0.8Bernd Kuhls2016-06-262-2/+2
| | | | | | | | | | | | | | | Changelog is available here: http://php.net/ChangeLog-7.php#7.0.8 Fixes CVE-2015-8874 http://bugs.php.net/66387 Fixes CVE-2016-5766 http://bugs.php.net/72339 Fixes CVE-2016-5767 http://bugs.php.net/72446 Fixes CVE-2016-5768 http://bugs.php.net/72402 Fixes CVE-2016-5769 http://bugs.php.net/72455 Fixes CVE-2016-5772 http://bugs.php.net/72340 Fixes CVE-2016-5773 http://bugs.php.net/72434 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/libxcb: force the use of python2Bernd Kuhls2016-06-261-0/+4
| | | | | | | | | | | libxcb in its current state is not python3-compatible: https://bugs.freedesktop.org/show_bug.cgi?id=96395 Fixes http://autobuild.buildroot.net/results/c74/c74fa243bf319472dca66982323df6c2a983642b/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bluez_utils: disable PIE for m68kWaldemar Brodkorb2016-06-251-0/+5
| | | | | | | | | PIE for m68k seems broken even for non-static case. Fixes following kind of autobuild failures: http://autobuild.buildroot.net/results/5bb524a58575d57de1006ffa70be17ca713e7730/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fs/tar: support passing long options to tarFrank Hunleth2016-06-251-1/+1
| | | | | | | | | Move TAR_OPTS so that long options (or any option with an initial '-') may be passed to tar. Since TAR_OPTS is at the front of the list, single letter options still work. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt5: bump version to 5.6.1-1Peter Seiderer2016-06-2530-208/+47
| | | | | | | | | | | | | | | | | Removed obsolete patches: - qt5base/0001-Disable-c-standard-compiler-flags-for-the-host-build.patch (upstream committed [1]) - qt5/qt5base/0007-build-with-explicitlib-after-all.patch (upstream committed [2]) - qt5tools/0001-Disable-qdoc-needs-qtdeclarative.patch (fixed upstream by [3]) - qt5webkit/0004-Fix-linking-with-libpthread.patch (upstream committed [4]) [1] http://code.qt.io/cgit/qt/qtbase.git/commit/?id=e69e69519661954716d59bfa5bbd0626515cfda9 [2] http://code.qt.io/cgit/qt/qtbase.git/commit/?id=523c7e3fd55c853dd424d57f28e225d57439cf89 [3] http://code.qt.io/cgit/qt/qttools.git/commit/?id=2b262fad86ef38a5fa692b4c73e6ec26a5d45a5f [4] http://code.qt.io/cgit/qt/qtwebkit.git/commit/?id=5f359baacdf92fabcece83f0a2b30f74c7c02a3c Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsoc: add Python bindings supportYegor Yefremov2016-06-251-0/+12
| | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: add --disable-python, use 'else ifeq'.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud