summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * libsigrok: bump git commit tagBartosz Golaszewski2015-02-201-1/+1
| | | | | | | | | | Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * autoconf-archive: new packageBartosz Golaszewski2015-02-201-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This package contains a collection of freely re-usable autoconf macros. [Thomas: - change site to $(BR2_GNU_MIRROR), so that an official GNU site is used. - Change license to "GPLv3+ with exception", and add COPYING.EXCEPTION to the list of license files.] Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libsigrok: don't select libserialport in Config.inBartosz Golaszewski2015-02-203-2/+7
| | | | | | | | | | | | | | | | | | | | Libsigrok can be built without libserialport. Don't select it in Config.in from both libsigrok and sigrok-cli and add a check to libsigrok.mk to determine whether libserialport should be enabled. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libserialport: drop untrue statement from Config.in helpBartosz Golaszewski2015-02-201-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to http://sigrok.org/wiki/Libserialport: Note: While libserialport is hosted on sigrok.org (and sigrok uses libserialport), this is a completely independent library that can be used by other projects as well. The libserialport library does not depend on any sigrok related libraries or projects. Drop the fragment about being a part of the sigrok suite and extend the help text. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libsigrok: remove --disable-udev from CONF_OPTSBartosz Golaszewski2015-02-201-1/+1
| | | | | | | | | | | | | | This option is invalid and thus ignored by libsigrok configure. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * util-linux: bump to version 2.26Gustavo Zacarias2015-02-205-217/+24
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * wf111: new packageAntoine Ténart2015-02-203-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for the BlueGiga WF111 WiFi driver and the binary utilities distributed alongside the driver. An account is required to download the sources from the BlueGiga website, which can be created freely. The driver is available for armv5, arm7a and i386. Since it is not possible to automatically retrieve the sources, because of the required user account needed on the BlueGiga website, an option is added to let the Buildroot user specify the directory where the driver tarball was downloaded. Finally, two options must be selected in the Linux kernel configuration: CONFIG_WIRELESS_EXT and CONFIG_WEXT_PRIV. These are blind options (i.e. not selectable directly) so they cannot be enabled by a change in linux/linux.mk. The user as two choices to enable these options: - By making them non blind, with a "WF111 support" configuration entry for example. - By enabling another WiFi driver that select them. The work behind this commit was funded by ECA Group <http://www.ecagroup.com>. ECA Group is the copyright owner of the contributed code. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * uclibc: cleanup handling of ARC uClibc versionThomas Petazzoni2015-02-202-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | This commit makes the ARC uClibc version handling explicit by adding a BR2_UCLIBC_VERSION_ARC_GIT option, rather than only relying on the selected architecture. This is needed in preparation to the introduction of uClibc-ng support, which also supports the ARC architecture: so we will now have two uClibc versions capable of handling ARC. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
| * netsnmp: Add option for using minimal internal SSL codeStefan Sørensen2015-02-192-0/+9
| | | | | | | | | | | | | | | | | | | | | | Add option for enabling a minimal internal copy of OpenSSL usable for USM security. It will not enable the usage of SNMP over (D)TLS. [Thomas: use 'else ifeq' to avoid having another nested ifeq ... endif block.] Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * netsnmp: Make server and client installation optionalStefan Sørensen2015-02-192-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | The netsnmp package consists of both a server and a number of client tools, this makes the installation of both parts optional. [Thomas: - Add explicit --enable-{agent,applications}, and use positive logic. - Remove "net-snmp" from the new Config.in option prompts, since they are already visible under the netsnmp package option.] Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libmicrohttpd: bump to 0.9.39Simon Marchi2015-02-192-3/+3
| | | | | | | | | | | | | | Bump to new version, and disable building examples. Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * perl-json-tiny: bump to version 0.53Francois Perrad2015-02-192-1/+4
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * perl-xml-libxml: bump to version 2.0118Francois Perrad2015-02-193-4/+4
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * perl-xml-sax: add hash fileFrancois Perrad2015-02-191-0/+3
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * perl-xml-sax-base: add hash fileFrancois Perrad2015-02-191-0/+3
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * perl-xml-namespacesupport: add hash fileFrancois Perrad2015-02-191-0/+3
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * perl-try-tiny: add hash fileFrancois Perrad2015-02-191-0/+3
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * perl-gdtextutil: add hash fileFrancois Perrad2015-02-191-0/+3
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * perl-gdgraph: add hash fileFrancois Perrad2015-02-191-0/+3
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * perl-gd: add hash fileFrancois Perrad2015-02-191-0/+3
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * perl-datetime-tiny: add hash fileFrancois Perrad2015-02-191-0/+3
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * perl-module-build: downgrade to version 0.4208Francois Perrad2015-02-192-1/+4
| | | | | | | | | | | | | | | | fix prerequisites: CPAN::Meta (2.140640) is installed, but we need version >= 2.142060 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * perl: bump to version 5.20.2Francois Perrad2015-02-192-5/+5
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/x11r7/xserver_xorg-server: Relax dependency on libdrmBernd Kuhls2015-02-192-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xserver_xorg-server needs libdrm only when DRI is enabled, see configure.ac, line 1280. But since version 1.16.99.901 configure searches for optional libdrm support in configure.ac, line 2041, http://cgit.freedesktop.org/xorg/xserver/commit/configure.ac?id=2feda3b6b58f46cef91ea41312aac9021a703777 as well due to libdrm support being enabled by default, but the macro PKG_CHECK_EXISTS used in line 2041 does not add libdrm-specific CFLAGS to Makefile causing the build to fail: In file included from dumb_bo.c:36:0: /home/br/br7/output/host/usr/i586-buildroot-linux-uclibc/sysroot/usr/include/xf86drm.h:40:17: fatal error: drm.h: No such file or directory #include <drm.h> This patch enables libdrm support only when dri support is enabled, which in turn depends on mesa3d. Since mesa3d selects libdrm already remove that line from Config.in as well. Tested using this defconfig BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_PACKAGE_XORG7=y BR2_PACKAGE_XSERVER_XORG_SERVER=y BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR=y Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/x11r7/xserver_xorg-server: security bump to version 1.17.1Bernd Kuhls2015-02-192-4/+4
| | | | | | | | | | | | | | | | | | | | Fixes: CVE-2015-0255 - Information leak in the XkbSetGeometry request of X servers http://www.x.org/wiki/Development/Security/Advisory-2015-02-10/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * weston: bump version to 1.7.0Vicente Olivert Riera2015-02-193-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump version to 1.7.0 - Add a hash file libinput is now a required dependency: configure: WARNING: unrecognized options: --disable-libinput-backend checking for LIBINPUT_BACKEND... no configure: error: Package requirements (libinput >= 0.8.0) were not met: Package libinput was not found in the pkg-config search path. Perhaps you should add the directory containing `libinput.pc' to the PKG_CONFIG_PATH environment variable No package 'libinput' found Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * wayland: bump version to 1.7.0Vicente Olivert Riera2015-02-192-1/+3
| | | | | | | | | | | | | | | | - Bump version to 1.7.0 - Add a hash file Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libinput: bump version to 0.10.0Vicente Olivert Riera2015-02-192-3/+3
| | | | | | | | | | | | | | | | - Bump version to 0.10.0 - Update the hash file Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * toolchain: Enable the internal toolchain for nios2Ezequiel García2015-02-192-2/+1
| | | | | | | | | | | | | | For now we can only support glibc. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * linux-headers: nios2: Prevent selecting unsupported versionsEzequiel García2015-02-191-3/+12
| | | | | | | | | | | | | | | | Versions older than Linux v3.19 do not support the Nios-II architecture so disable them. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * glibc: nios2: Prevent selecting unsupported versionsEzequiel García2015-02-191-0/+1
| | | | | | | | | | | | | | | | Versions previous to glibc v2.21 do not support the Nios-II architecture so disable them. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * gcc: nios2: Prevent selecting unsupported versionsEzequiel García2015-02-191-3/+3
| | | | | | | | | | | | | | | | Versions older than GCC v4.9 do not support the Nios-II architecture so disable them. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * binutils: nios2: Prevent selecting unsupported versionsEzequiel García2015-02-191-2/+5
| | | | | | | | | | | | | | | | Versions previous to binutils v2.25 do not support the Nios-II architecture, so disable them. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * gcc: 4.9.2: Add patch to remove a wrong headerEzequiel García2015-02-191-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | This commit adds a patch to gcc removing a unistd.h header include in libgcc/config/nios2/linux-atomic.c The file is built as part of GCC first stage (host-gcc-initial), and so the header is not accesible. Given the header is not needed it's fine to simply remove it. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * fs/tar: only store numeric uid/gidYann E. MORIN2015-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | If a target user is asigned a UID (e.g. 1000) that happens to also exist on the build machine, tar will happily store the username for that user. This can be seen by some as potential information disclosure. Instruct tar to just store the numeric uid/gid. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libtool: bump to version 2.4.6Gustavo Zacarias2015-02-192-2/+2
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * imagemagick: bump to version 6.9.0-6Fabio Porcedda2015-02-192-2/+2
| | | | | | | | | | Signed-off-by: Fabio Porcedda <Fabio.Porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * dmraid: remove superfluous INSTALL_TARGET_OPTSGustavo Zacarias2015-02-191-1/+0
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * xterm: bump to version 314Gustavo Zacarias2015-02-192-1/+3
| | | | | | | | | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * xterm: remove superfluous INSTALL_TARGET_OPTSGustavo Zacarias2015-02-191-1/+0
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * wireless-regdb: bump to version 2015.01.30Gustavo Zacarias2015-02-192-4/+4
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * crda: bump to version 3.18Gustavo Zacarias2015-02-194-43/+17
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * cryptodev-linux: bump to version 1.7Gustavo Zacarias2015-02-194-84/+40
| | | | | | | | | | | | | | | | Also add hash file and build fix patch (upstream) for kernels >=3.19. Drop old patches that were upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * squid: bump to version 3.5.2Gustavo Zacarias2015-02-192-4/+4
| | | | | | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * systemd: bump version to 219Vicente Olivert Riera2015-02-193-15/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump version to 219 - Update the hash file - Remove non-existent configure options - Adapt patch to make it apply on version 219 Packages depending on systemd (bluez5-utils, dbus, liblogging, pulseaudio) have been built successfully with this new version. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libunistring: bump to version 0.9.5Gustavo Zacarias2015-02-182-1/+4
| | | | | | | | | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * libnss: bump to version 3.17.4Gustavo Zacarias2015-02-172-4/+3
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libnspr: bump to version 4.10.8Gustavo Zacarias2015-02-172-1/+3
| | | | | | | | | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/tzdata: bump versionYann E. MORIN2015-02-151-1/+1
| | | | | | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * mpd: bump to version 0.19.9Gustavo Zacarias2015-02-152-2/+2
| | | | | | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud