summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* qt5: select qt5basePeter Korsgaard2014-11-031-0/+1
| | | | | | | | | | | qt5base is (as the name hints) the basics of anything related to qt5, so enabling qt5 without enabling qt5base doesn't make any sense as nothing will get built. Selecting it here also simplifies the upcoming series to add qt5 support to external qt modules. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qemu: needs IPv6Peter Korsgaard2014-11-031-2/+4
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/f53/f53d4d47a6b65c40c1b122dfad61d9164e533bf0/ Actually only the linux-user code needs it, but with the _CUSTOM_TARGETS option it is difficult to ensure it only for userland emulation, so just add it to the main qemu option. At the same time add the missing wchar/mmu dependencies to the comment. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qemu: fix build when python3 is enabledPeter Korsgaard2014-11-031-1/+1
| | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/04e/04ec455e352319a46dc06def1762c65ad28a12a1/ http://autobuild.buildroot.net/results/f19/f1932657912674af444602ac59211b6caf6841ca/ http://autobuild.buildroot.net/results/18a/18a43df80616280506a44ac3abc327ddf0e7b079/ http://autobuild.buildroot.net/results/44c/44c00b50248018c4e81f4fbb1041d35b78f89640/ And many others. When python3 for the target is enabled, $(HOST_DIR)/usr/bin/python points to host-python3, not host-python - Breaking the build. Ensure host-python is used. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* avahi: fix libgtk3 build issue by patching Makefile.in instead of Makefile.amPeter Korsgaard2014-11-032-21/+19
| | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/f0b/f0b4f8c46eb1de6cf5ed081dacd248c66c591aa3/ http://autobuild.buildroot.net/results/dac/daca5d030b8ecc6d11901e2936fe2151d0930852/ http://autobuild.buildroot.net/results/05e/05e7fb9a888169ba7c4cb28abdb4febb5215354c/ http://autobuild.buildroot.net/results/743/743f30b1816b17a0a1397b7fd8b5a8571c4dde03/ And many others. So we no longer need to autoreconf the package. Autoreconfing is non-trivial as it uses m4 macros from glib, but we don't want to unconditionally pull in glib. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* orc: disable for uclinuxPeter Korsgaard2014-11-031-0/+2
| | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/445/4456e49a6c33a80570b4f59ec9799a8d4a314af1/ The orc configure script doesn't recognize uclinux, so builds using BR2_BINFMT_FLAT fails. While this could be patched, orc doesn't have any acceleration for blackfin and orc isn't a hard dependency of any other package, so just disable it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libwebsockets: needs host-openssl when built with openssl supportPeter Korsgaard2014-11-031-1/+1
| | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/d01/d0190a6e5c6b5aa78cfefc29e4e8a4e4b135450b/ http://autobuild.buildroot.net/results/9bb/9bb8defedb8024de83eb3a609ab584efb5d0d2b0/ http://autobuild.buildroot.net/results/e4a/e4a1b298e7e158d3614b89e61d40ef9a00e7ff67/ http://autobuild.buildroot.net/results/5e2/5e24a90058111f7d5618047410f809b45bc165f6/ And many others. The build system wants to create a ssl key for testing using host-openssl, so ensure it is available. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* host-openssl: use correct prefix so libssl / libcrypto can be foundPeter Korsgaard2014-11-031-4/+5
| | | | | | | | | | | | | | | | | | | | Fixes (root cause of): http://autobuild.buildroot.net/results/d01/d0190a6e5c6b5aa78cfefc29e4e8a4e4b135450b/ http://autobuild.buildroot.net/results/9bb/9bb8defedb8024de83eb3a609ab584efb5d0d2b0/ http://autobuild.buildroot.net/results/e4a/e4a1b298e7e158d3614b89e61d40ef9a00e7ff67/ http://autobuild.buildroot.net/results/5e2/5e24a90058111f7d5618047410f809b45bc165f6/ And many others. The host version of openssl should be configured to use the host directory as its prefix and the INSTALL_PREFIX dance shouldn't be used, as otherwise host-openssl will look in /usr for its libraries. While we are at it, ensure our host CFLAGS are used similar to how we do for the target build. Also enable zlib support as we already list it as a dependency. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dbus: Remove DBUS_USERS duplicateMaxime Hadjinlian2014-11-031-5/+2
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* targetcli-fb: bump versionMaxime Hadjinlian2014-11-031-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/ffmpeg: bump version to 2.4.3Bernd Kuhls2014-11-021-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/dovecot-pigeonhole: bump version to 0.4.6Bernd Kuhls2014-11-021-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: indentation cleanupJerzy Grzegorek2014-11-0232-134/+134
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* unzip: Use the "-q" option to silence unzipping of source filesFabio Porcedda2014-11-0215-14/+15
| | | | | | | | | | | Add and use the "UNZIP" variable instead of calling directly unzip because the variable contains the "-q" option to silence "unzip" so it doesn't show the list of files extracted just like when tar files are being unpacked. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* arc: add support of ARC HS38 coreAlexey Brodkin2014-11-021-0/+1
| | | | | | | | | | | | | | | | | | | | Synopsys has recently announced its new ARC HS38 core that is capable of running Linux - http://www.synopsys.com/dw/ipdir.php?ds=arc-hs38-processor ARC HS38 is based on ARCv2 ISA and requires special settings of gcc and libc. Also in case of HS38 atomic extensions (LLOCK/SCOND instructions) are built-in by default, so enabling atomic extensions in Buildroot as well. This commit adds support of the core in buildroot. [Peter: string type, so must be in quotes as noted by Yann] Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Anton Kolesov <anton.kolesov@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: add explicit setup of ARC-specific optionsAlexey Brodkin2014-11-022-0/+18
| | | | | | | | | | | | | As with other architectures for ARC we need to have an ability to set specific options in uClibc. In particular this is required for selection of ARC ISA version. [Peter: string type, so must be in quotes as noted by Yann] Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Anton Kolesov <akolesov@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* live555: bump to version 2014.11.01Baruch Siach2014-11-022-1/+5
| | | | | | | | | Also add a hash file. Upstream provides md5 only, so add a locally generated sha256. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-firmware: add option for realtek 8169 gigabit nic firmwarePeter Korsgaard2014-11-022-0/+24
| | | | | | Needed by E.G. minnowboard max. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcap: add upstream xattr patchGustavo Zacarias2014-11-023-0/+46
| | | | | | | | | | | Add upstream patch for xattr include fix. Also rename patches to git naming convention. Fixes: http://autobuild.buildroot.net/results/2ef/2efb25356bc87ba0e1be08214eaa28ac064ad6c3/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sunxi-boards: bump versionMaxime Hadjinlian2014-11-011-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sqlcipher: bump versionMaxime Hadjinlian2014-11-011-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* smcroute: bump versionMaxime Hadjinlian2014-11-012-2/+7
| | | | | | | | Add a hash file also since the release tarball has been uploaded by the maintainer. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sconeserver: bump versionMaxime Hadjinlian2014-11-011-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xinetd: change download locationKaroly Kasza2014-11-011-2/+2
| | | | | | | | | xinetd.org is down, change to github instead. Hash can not be used, the tarball is generated. Signed-off-by: Karoly Kasza <kaszak@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qjson: bump versionMaxime Hadjinlian2014-11-012-14/+13
| | | | | | | | | | | | | Remove useless empty line. Update the patch and its name. We change from a release from Nov 2012 to a commit, because the project and there has been quite a number of commits since then. The patch will be sent upstream along with a request for a new release. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* omap-u-boot-utils: bump versionMaxime Hadjinlian2014-11-011-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lz4: bump versionMaxime Hadjinlian2014-11-011-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lxc: bump versionMaxime Hadjinlian2014-11-011-3/+3
| | | | | | | | | | | [Thomas: switch back to a tarball from https://linuxcontainers.org/downloads/ instead of github. Unfortunately, even though the tarball has the configure script generated, we still need to autoreconf since we're patching configure.ac.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lua-msgpack-native: bump versionMaxime Hadjinlian2014-11-011-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linenoise: bump version and licenseMaxime Hadjinlian2014-11-011-1/+2
| | | | | | | The project now comes with a LICENSE_FILES. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libuv: bump versionMaxime Hadjinlian2014-11-011-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* adwaita-icon-theme: add missing dependency on host-intltoolThomas Petazzoni2014-11-011-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/2d7/2d74a4b7ea7c679a4879e209b42df75acbab690c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libstrophe: bump versionMaxime Hadjinlian2014-11-012-33/+1
| | | | | | | | Remove patch that was accepted upstream. The other one was never sent before. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libconfuse: bump versionMaxime Hadjinlian2014-11-011-2/+2
| | | | | | | | | | The tag v2.7 is from 2010, no release has been since then and a few changes have been made, notably a LICENSE file was added. [Thomas: fix minor typos in commit log.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ktap: bump versionMaxime Hadjinlian2014-11-012-2/+48
| | | | | | | | | | | | | | We switch from a tag to a commit ID, because the last release is from December 2013, even though many new changes have been made to ktap since then (~80 commits). Ktap has had 4 releases in its history, all made during the first 7 months of its existence, but then no more releases have been made. [Thomas: reword commit log, add patch to fix build with uClibc, remove KTAP_SOURCE since we're fetching from github.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mono: add threads dependencyAngelo Compagnucci2014-11-011-2/+3
| | | | | | | | | | | | | This patch adds a dependency on BR2_TOOLCHAIN_HAS_THREADS to the mono package, in order to fix the following autobuilder failures: http://autobuild.buildroot.net/results/ece/ece1051cb9238735130b29f76d90a4994058345a/ http://autobuild.buildroot.net/results/658/65850774d4c6b875cb6ebbf461dcc48cf8208f4f/ http://autobuild.buildroot.net/results/5d5/5d5074aa73e167099410d244a18114dbced348d1/ Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libwebsockets : bump version to v1.3-chrome37-firefox30Sagaert Johan2014-11-012-22/+24
| | | | | | | | | | | | | | | Bumped the version and did some trivial reworking of the patch file : libwebsockets-0002-cmake-disable-shared-library-build-when-BUILD_SHARED.patch [Thomas: - Pass LWS_IPV6={ON,OFF} depending on the value of BR2_INET_IPV6, otherwise the build failed in a non-IPv6 configuration. - The name of the CMake option for OpenSSL support has changed, it's now LWS_WITH_SSL={ON,OFF}. - Adjust the description of patch 0002.] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tvheadend: Needs python2 host packageBernd Kuhls2014-11-011-1/+1
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/3aa/3aaa28eb4fd04a5b578c5128b57ce89165e473be/ http://autobuild.buildroot.net/results/467/467df0fde737de0ec89fe023b2ce33546543d335/ http://autobuild.buildroot.net/results/f5a/f5aa44e0a96820fb8edd47e8096131b68f64f6a7/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/exim: Add ClamAV supportBernd Kuhls2014-11-011-0/+8
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/clamav: New packageBernd Kuhls2014-11-015-0/+156
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* adwaita-icon-theme: new packageEric Le Bihan2014-11-013-0/+19
| | | | | | | | | | | This package provides the Adwaita icon theme from the GNOME desktop environment. [Thomas: fix the license information to indicate that CC-BY-SA-3.0 is one of the licenses, and add the COPYING file as well.] Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgtk3: bump to 3.14.4Eric Le Bihan2014-11-012-3/+57
| | | | | | | | | | | | | | | Bump libgtk3 to version 3.14.4. Also add a patch to fix compilation of a build tool: extract-strings. The bug has already been reported [1], but no proper resolution has been provided yet. This patch only covers the Buildroot issue. [1] https://bugzilla.gnome.org/show_bug.cgi?id=731013 [Thomas: fix minor typo in the description of the newly added patch.] Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gdk-pixbuf: bump to 2.30.8Eric Le Bihan2014-11-011-2/+2
| | | | | | | Bump gdk-pixbuf to version 2.30.8. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pango: bump to 1.36.7Eric Le Bihan2014-11-011-1/+1
| | | | | | | Bump pango to version 1.36.7. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cairo: bump to 1.12.12Eric Le Bihan2014-11-011-1/+1
| | | | | | | Bump cairo to version 1.12.12. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libglib2: bump to version 2.42.0Eric Le Bihan2014-11-013-306/+1
| | | | | | | Bump libglib2 to version 2.42.0 and remove obsolete patches. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dstat: propagate python dependenciesJérôme Pouiller2014-11-011-2/+3
| | | | | | | [Thomas: fix comment of the toolchain dependencies.] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tvheadend: Bump version to current git masterBernd Kuhls2014-11-011-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tvheadend: Add transcoding support by ffmpegBernd Kuhls2014-11-012-0/+10
| | | | | | | | | | | | | | | Add --disable-libffmpeg_static to disable static linking of ffmpeg libraries into the tvheadend binary. tvheadend compiles with ffmpeg using this minimal defconfig: BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y BR2_PACKAGE_FFMPEG=y BR2_PACKAGE_TVHEADEND=y Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* squid: bump to version 3.4.9Gustavo Zacarias2014-11-012-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rdesktop: bump to version 1.8.3Gustavo Zacarias2014-11-012-1/+4
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud