summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package/eudev: bump version to 3.2Bernd Kuhls2016-06-112-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xdriver_xf86-input-libinput: bump version to 0.19.0Bernd Kuhls2016-06-112-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xdriver_xf86-input-evdev: bump version to 2.10.3Bernd Kuhls2016-06-112-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xkeyboard-config: bump version to 2.18Bernd Kuhls2016-06-112-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xlib_libXfixes: bump version to 5.0.2Bernd Kuhls2016-06-113-67/+2
| | | | | | | | | | Removed patch applied upstream: https://cgit.freedesktop.org/xorg/lib/libXfixes/commit/?id=1702cdfe45c9bdd7dacfc8f27a49f89fcd1d02c3 Also removed autoreconf, not necessary anymore. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/libxcb: bump version to 1.12Bernd Kuhls2016-06-112-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xcb-util-cursor: bump version to 0.1.3Bernd Kuhls2016-06-112-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xcb-proto: bump version to 1.12Bernd Kuhls2016-06-112-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xproto_xproto: bump version to 7.0.29Bernd Kuhls2016-06-112-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* domoticz: new packageFabrice Fontaine2016-06-116-0/+154
| | | | | | | | | | Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device. Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt5base: fix build with ALSA >= 1.1.xJiri Novotny2016-06-112-0/+2
| | | | | | | | | This commit adds an upstream qtbase commit that fixes the detection of ALSA versions >= 1.1.x, as we have in Buildroot. Signed-off-by: Jiri Novotny <jiri.novotny@logicelements.cz> [Thomas: change to use the upstream commit directly, using <pkg>_PATCH.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux: align endianess based on the Buildroot configurationOfer Heifetz2016-06-111-0/+15
| | | | | | | | | The endianess of the Linux kernel should be based on BR2_ENDIAN, so that it is automatically built for the right endianness. Signed-off-by: Ofer Heifetz <oferh@marvell.com> [Thomas: tweak commit message, add comment in .mk file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* scanpypi: new utilityDenis THULIN2016-06-112-0/+699
| | | | | | | | | | | | A utility for creating python package from the python package index. It fetches packages info from http://pypi.python.org and generates corresponding packages files. Signed-off-by: Denis THULIN <denis.thulin@openwide.fr> Tested-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: minor tweaks.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wayland: fix build on BlackfinThomas Petazzoni2016-06-111-0/+57
| | | | | | | | | | | | This commit adds a patch to Wayland that allows the Blackfin architecture to build this package properly. The problem is due to the usual __USER_LABEL_PREFIX__ issue on Blackfin. Fixes: http://autobuild.buildroot.org/results/e418b97766c943bf41fc80815c3e625e6a68b12d/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/network-manager: support WEXT drivers which report mode AUTOIlya A. Volynets-Evenbakh2016-06-111-0/+26
| | | | | | | | | | | | | Some wireless drivers report IW_MODE_AUTO instead of IW_MODE_MANAGED. NetworkManager 1.0.12 introduced a change, which makes it skip such interfaces. This patch is a backport of a workaround for this problem from the NetworkManager upstream. Signed-off-by: Ilya A. Volynets-Evenbakh <ilya@total-knowledge.com> [Thomas: add reference to the upstream commit.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* erlang: use erlang's native atomic opsFrank Hunleth2016-06-112-6/+9
| | | | | | | | | | | | | | | | | Now that we're using Erlang 18, the preferred atomic ops implementation for Erlang is its own built-in implementation, so use it instead of libatomic_ops. BR2_PACKAGE_ERLANG_ARCH_SUPPORTS is added now that BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS can no longer be used for checking whether the package can be built. This fixes autobuilder failures on aarch64 and sparc_v8: http://autobuild.buildroot.net/results/0cd/0cd22eb74fa29e5a85bf897762e16ab3daf33962/ http://autobuild.buildroot.net/results/688278236e6d5bcd63b7d4413303eb115a38f3a7/ http://autobuild.buildroot.net/results/7875a7425bfe1f43d46c9a1db9f96b54f7a99b19/ Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gnuradio: add qtgui supportGwenhael Goavec-Merou2016-06-112-1/+18
| | | | | | | gr-qtgui provides a set of module to display time/frequency/waterfall. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gnuradio: add gr-ctrlport supportGwenhael Goavec-Merou2016-06-112-0/+11
| | | | | | | gr-ctrlport is a gnuradio module to create distributed control applications. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gnuradio: add gr-audio supportGwenhael Goavec-Merou2016-06-112-0/+18
| | | | | | | | gr-audio is a gnuradio module to use audio card as sink or source. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* log4cpp: new packageDamien Lanson2016-06-114-0/+49
| | | | | | | | | | | | | | | | | Signed-off-by: Damien Lanson <damien@kal-host.com> [Thomas: - Rewrap Config.in help text. - Add missing new line at the end of the Config.in help text. - Use 80 # signs for the .mk file header. - Use <pkg>_SUBDIR = log4cpp instead of moving things around during the extract step. - Fix typo in the license (it's LGPL, not GLPL), and make it LGPLv2.1+, since it's what the HTML documentation says. - In addition to removing the log4cpp-config script from the target, tweak the variant installed in staging so that it behaves properly for cross-compilation. Unfortunately, the <pkg>_CONFIG_SCRIPTS generic mechanism doesn't work for this config script.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gsettings-desktop-schemas: needs host-intltoolGustavo Zacarias2016-06-111-1/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/ec2/ec2c1035d6823adde6de4f7bfaf5e3a59223ae4a/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* librsvg: bump to version 2.40.16Gustavo Zacarias2016-06-112-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* build: cleanup remaining references to BR2_STRIP_sstripJulien Floret2016-06-102-12/+0
| | | | | | | | sstrip option has been removed in commit 106f5b8c5093 ("build: remove deprecated sstrip option"). Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-good: cleanup of configure optionsMarcin Nowakowski2016-06-101-2/+1
| | | | | | | | taglib support has been added in 8299f30a, but the '--disable-taglib' option has not been removed from conf opts at the top of the .mk file Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/freeswitch: enable video supportBernd Kuhls2016-06-103-2/+42
| | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: fix missing comma in license information.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/igmpproxy: uses fork, needs mmuBernd Kuhls2016-06-101-0/+2
| | | | | | | | Fixes http://autobuild.buildroot.net/results/4ee/4ee081212614d86a3b2b74274f38825f7a5b3f6f/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: mx51evk: Bump kernel version to 4.6.2Fabio Estevam2016-06-101-1/+1
| | | | | | | | | Kernel 4.6.2 contains commit 63d0430f991314 ("drm/imx: Match imx-ipuv3-crtc components using device node in platform data") that fixes IPUv3 probing, so bump to this kernel version. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: mx53loco: Bump kernel version to 4.6.2Fabio Estevam2016-06-101-1/+1
| | | | | | | | | Kernel 4.6.2 contains commit 63d0430f991314 ("drm/imx: Match imx-ipuv3-crtc components using device node in platform data") that fixes IPUv3 probing, so bump to this kernel version. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/poppler: enable autodetection of openjpegAngelo Compagnucci2016-06-101-1/+1
| | | | | | | | This patch enables autodetection for installed openjpeg library. Previously we were forcing to version 1. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/openjpeg: bump to version 2.1Angelo Compagnucci2016-06-102-28/+8
| | | | | | | | | | This patch: * bumps openjpeg to version 2.1 * changes download location to github * converts the package to use cmake Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* iperf3: security bump to version 3.1.3Gustavo Zacarias2016-06-102-4/+5
| | | | | | | | | | | | | Fixes: ESNET-SECADV-2016-0001 - A malicious process can connect to an iperf3 server and, by sending a malformed message on the control channel, corrupt the server process's heap area. This can lead to a crash (and a denial of service), or theoretically a remote code execution as the user running the iperf3 server. A malicious iperf3 server could potentially mount a similar attack on an iperf3 client. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tvheadend: select libvpx/x264 for transcoding supportBernd Kuhls2016-06-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | ffmpeg needs libvpx and x264 to support transcoding. Fixes this error message from tvheadend log: 2016-05-14 22:52:21.962 [ ERROR]:transcode: 0006: Unable to find libx264 encoder 2016-05-14 22:52:21.962 [ INFO]:transcode: 0006: 1:H264 ==> Passthrough 2016-05-14 22:52:21.963 [ INFO]:transcode: 0006: 2:MPEG2AUDIO ==> AAC (aac) or 2016-05-14 22:58:01.529 [ ERROR]:transcode: 0009: Unable to find libvpx encoder 2016-05-14 22:58:01.529 [ INFO]:transcode: 0009: 1:H264 ==> Passthrough 2016-05-14 22:58:01.529 [ INFO]:transcode: 0009: 2:MPEG2AUDIO ==> VORBIS (libvorbis) With this patch transcoding is logged like this: 2016-05-16 20:14:56.515 [ INFO]:transcode: 0004: 1:TELETEXT ==> Filtered 2016-05-16 20:14:56.516 [ INFO]:transcode: 0004: 2:MPEG2VIDEO 720x576 ==> H264 640x512 (libx264) 2016-05-16 20:14:56.516 [ INFO]:transcode: 0004: 3:MPEG2AUDIO ==> AAC (aac) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/vlc: configure.ac does not support --en/--disable-freerdpBernd Kuhls2016-06-101-3/+0
| | | | | | | | | | | | | | | | | | | | Vlc configure does not allow disabling the optional dependency to freerdp: http://git.videolan.org/?p=vlc/vlc-2.2.git;a=blob;f=configure.ac;h=e021546e284d7daefdb4d94f430eb0bc57722210;hb=HEAD#l1890 Vlc configure prints a warning that the option --disable-libfreerdp is not used: configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-libfreerdp This can be seen for example in autobuilder logs: http://autobuild.buildroot.net/results/1a7/1a7893c13f6144e0ecd9f37f2f047c596ccedd35/build-end.log Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gettext: bump to version 0.19.8Gustavo Zacarias2016-06-102-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wget: security bump to version 1.18Gustavo Zacarias2016-06-102-2/+2
| | | | | | | | | Fixes: CVE-2016-4971 - By default, on server redirects to a FTP resource, use the original URL to get the local file name. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* igmpproxy: bump version to a731683d1a65956fa05024b0597b105fe6a3a122Matt Weber2016-06-093-20/+3
| | | | | | | | | | | | | Adds uclinux support. Fixes the following musl use standard unsigned integer types autobuilder failures. http://autobuild.buildroot.net/results/c6a/c6a6eec34cffb2c7876595b36fb8a01f475583f9/ http://autobuild.buildroot.net/results/943/9432748bf7b1e24db9fcb0a8cce6942fcdf6be5b/ http://autobuild.buildroot.net/results/083/083c61f43c2f1f0dec69d44583b447a0520933b7/ Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-validate: bump to version 1.8.2Gustavo Zacarias2016-06-092-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-libav: bump to version 1.8.2Gustavo Zacarias2016-06-092-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-ugly: bump to version 1.8.2Gustavo Zacarias2016-06-092-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-bad: bump to version 1.8.2Gustavo Zacarias2016-06-092-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-good: bump to version 1.8.2Gustavo Zacarias2016-06-092-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-base: bump to version 1.8.2Gustavo Zacarias2016-06-092-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gstreamer1: bump to version 1.8.2Gustavo Zacarias2016-06-092-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openmpi: new packageVicente Olivert Riera2016-06-094-0/+40
| | | | | | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> [Thomas: - disable the tracing mechanism using --disable-vt, since it was causing the build failure. Avoids the need for a patch. - remove the option to pass arbitrary config options. - specify the license as being BSD-3c instead of just BSD.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gsettings-desktop-schemas: new packageGustavo Zacarias2016-06-094-0/+35
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/arm_juno: use 4.6 mainline kernelJoao Pinto2016-06-091-5/+3
| | | | | | Signed-off-by: Joao Pinto <jpinto@synopsys.com> [Thomas: use BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_6.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/arm_juno: add support for Juno r2Joao Pinto2016-06-092-2/+17
| | | | | Signed-off-by: Joao Pinto <jpinto@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mpd: fetch upstream patch to fix GCC 6 issueJörg Krause2016-06-092-0/+4
| | | | | | | | | | | | | | | | | | | | | | Fetch a patch from upstream to fix a build issue with GCC 6: ''' In file included from /home/joerg/Development/git/buildroot/output/host/usr/arm-buildroot-linux-gnueabi/include/c++/6.1.0/bits/stl_algo.h:59:0, from /home/joerg/Development/git/buildroot/output/host/usr/arm-buildroot-linux-gnueabi/include/c++/6.1.0/algorithm:62, from ./src/queue/IdTable.hxx:25, from ./src/queue/Queue.hxx:24, from src/queue/Playlist.hxx:23, from src/Partition.hxx:23, from src/Instance.cxx:22: /home/joerg/Development/git/buildroot/output/host/usr/arm-buildroot-linux-gnueabi/include/c++/6.1.0/cstdlib:75:25: fatal error: stdlib.h: No such file or directory #include_next <stdlib.h> ''' Bug report: https://bugs.musicpd.org/view.php?id=4524 Fetch from: aa5d05eaa4d482aa8f8df954335d0aba151eeff9 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wiringpi: fix musl compilePeter Seiderer2016-06-091-0/+60
| | | | | | | | | | | | | | Fixes [1]: wiringPiSPI.c:89:35: error: '_IOC_SIZEBITS' undeclared (first use in this function) Patch from yocto meta-raspberrypi [2] adding include of asm/ioctl.h. [1] http://autobuild.buildroot.net/results/e9d/e9d680af7eea6d6c68c8e48248b5cc5b29389baa [2] https://github.com/agherzan/meta-raspberrypi/blob/master/recipes-devtools/wiringPi/wiringpi/0001-include-asm-ioctl.h-directly-for-_IOC_SIZEBITS.patch Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* e2fsprogs: fix build failure with old glibc versionsGustavo Zacarias2016-06-092-2/+56
| | | | | | | | | In old (< 2.17) glibc versions clock_gettime() resides in librt, however there's no check for this, so add a patch to fix it. Fixes: http://autobuild.buildroot.net/results/25c/25c042d2862affebf552ed24bc2a58e0c484226f/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud