summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package/libva-intel-driver: Fix buildBernd Kuhls2015-04-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Package needs autoreconf to produce a working configure script when building without wayland support. Also fix a typo in .mk file. Fixes http://autobuild.buildroot.net/results/606/6061216fa6e2f4323117bb6cfb2b77753a89a679/ http://autobuild.buildroot.net/results/76d/76dc4b670e2131b94bd0c5cff45ccafd5e45033c/ http://autobuild.buildroot.net/results/d6f/d6f624baa3dde4fc4051d361ddaf98ecc5c84134/ http://autobuild.buildroot.net/results/91f/91f36f32ef43be897fef9352f97cc07781c4035a/ http://autobuild.buildroot.net/results/951/9517bb6d2c05c27cad0b24a4443021a34babedbd/ http://autobuild.buildroot.net/results/405/405dfffbcfdaa485d0000dad655b0c112688a58f/ http://autobuild.buildroot.net/results/925/92538fb07d5226bb8c3d3cc5e1429560b2e621f3/ http://autobuild.buildroot.net/results/d15/d154ca018da0c21762ed70acda4f224c50a1d808/ This is caused by the fact that WAYLAND_SCANNER_RULES (which is provided by wayland) is outside the wayland conditional. For more details, see the upstream bug: https://bugs.freedesktop.org/show_bug.cgi?id=79478 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* confifs/freescale_imx28evk_defconfig: select headers 3.19Vincent Stehlé2015-04-041-0/+1
| | | | | | | | | | | | We use a manually specified custom version 3.19.2 of the linux kernel for i.MX28, but linux-headers defaults to a 2.6.x family. Select custom headers family 3.19.x explicitely, to repair linux-headers "build". Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xerces: disable build and installation of samplesDamien Lanson2015-04-041-0/+6
| | | | | | | | | | This commit tweaks the Makefile.in to not build and install example applications. [Thomas: improve commit log, rebase on top of latest master.] Signed-off-by: Damien Lanson <damien@kal-host.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xerces: bump version, use .tar.xz, add hash fileThomas Petazzoni2015-04-042-2/+4
| | | | | | | This commit bumps the version of xerces to 3.1.2, changes tarball to .tar.xz, and adds a hash file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/efl/libevas: Switch to giflibBernd Kuhls2015-04-043-2/+100
| | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by: Fabio Porcedda <fabio.porcedda@gmail.com> Tested-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ipmiutil: new packageDavid Bachelart2015-04-044-0/+76
| | | | | | | | | | | | | [Thomas: - remove dependency on SSP support by adding a patch that changes the configure.ac script stack protector test to actually work. - rewrap Config.in help text - fix how BR2_USE_MMU is used when displaying the comment. - fix the license, it's BSD-3c, not BSD-2c. - bump to version 2.9.5.] Signed-off-by: David Bachelart <david.bachelart@bbright.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/procps-ng: enable UTF-8 supportSteven Noonan2015-04-041-0/+6
| | | | | | | For an example of why to enable this: https://bugs.archlinux.org/task/38614 Signed-off-by: Steven Noonan <steven@uplinklabs.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/procps-ng: use more complete installation prefixSteven Noonan2015-04-041-1/+7
| | | | | | | Otherwise we get a /lib/pkgconfig/libprocps.pc for example. Signed-off-by: Steven Noonan <steven@uplinklabs.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/procps-ng: if building with systemd, enable systemd-specific featuresSteven Noonan2015-04-041-0/+7
| | | | | | | | [Thomas: add explicit --without-systemd option when systemd is not available.] Signed-off-by: Steven Noonan <steven@uplinklabs.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* procps-ng: add dependency on host-pkgconfThomas Petazzoni2015-04-041-1/+1
| | | | | | | | | | | | procps-ng configure.ac script uses PKG_CHECK_MODULES(), which needs pkg-config. Until now, it wasn't mandatory since for the ncurses check it tries PKG_CHECK_MODULES() and then falls back to AC_CHECK_LIB(), but for the upcoming systemd support, pkg-config is really needed. Since pkg-config is used both for the ncurses and systemd checks, we make it a mandatory dependency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ffmpeg: bump version to 2.6.1Bernd Kuhls2015-04-046-98/+205
| | | | | | | | | Dump two Kodi-specific patches according to https://github.com/xbmc/xbmc/pull/6636 and update two new patches to improve hevc handling with Kodi Isengard. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain/external: do not accept distro-class toolchainsYann E. MORIN2015-04-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Distro toolchains, i.ie. toolchains coing with distributions, will almost invariably be unsuitable for use with Buildroot: - they are mostly non-relocatable; - their sysroot is tainted with a lot of extra libraries. Especially, the toolchains coming with Ubuntu (really, all the Debian familly of distros) are configured with --sysroot=/ which makes them non-relocatable, and they already contain quite some libraries that conflict (in any combination of version, API or ABI) with what Buildroot wants to build (i.e. extra libraries, some not even present in Buildroot...) but also their mere preence when Buildroot does not expect them to be already built (so that a package would enable features when it should not). So, try to detect those toolchains and black-list them; inform the user that the toolchain is unusable for the reasons mentioned above. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* open-plc-utils: new packageMaxime Hadjinlian2015-04-044-0/+343
| | | | | | | | | | | | | | | | | [Thomas: - rename to open-plc-utils to match upstream name. - fix Config.in to use tabs instead of spaces - remove 'default n' line - add dependency on BR2_USE_MMU - bump to a more recent upstream commit - remove no longer needed openplc-0002-Remove-vfprintf-call.patch - rename patch to the proper naming convention - specify <pkg>_LICENSE_FILES - pass CROSS= instead of CC= - do not pass CC= at install time.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jack2: bump versionMaxime Hadjinlian2015-04-041-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* README: mention 'make list-defconfigs'Arnout Vandecappelle2015-04-041-0/+3
| | | | | | | | 'make list-defconfigs' is probably one of the more useful things to get started quickly. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* README: reduce it to a single page and refer to other documentationArnout Vandecappelle2015-04-041-49/+10
| | | | | | | | | As discussed on the BR developer meeting at FOSDEM, the README should be very short and instead refer to other documentation: the manual, the website, the mailing list, the IRC channel. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Makefile: help: add package-specific targetsArnout Vandecappelle2015-04-041-0/+14
| | | | | | | | | | | | | | | | The documentation of the package-specific targets is heavily inspired by the earlier patch by Thomas Petazzoni [1], but the <pkg>-install* targets were left out since they're not useful for the developer IMHO. The *-menuconfig target's help text is moved to the package-specific targets. [1] http://patchwork.ozlabs.org/patch/433692 [Thomas: remove double <pkg>-graph-depends help.] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Makefile: split off 'list-defconfigs' from 'help'Arnout Vandecappelle2015-04-043-7/+15
| | | | | | | | | | | | | As discussed in the FOSDEM2015 BR developer meeting, the output of 'make help' is too long for comfortable reading. To shorten it, split off the list of defconfigs in a new target, 'list-defconfigs'. Declare the new target as phony. Add 'list-defconfigs' to the documentation. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Makefile: declare 'help' target as phony.Arnout Vandecappelle2015-04-041-1/+1
| | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xlib_libXpm: Add gettext/iconv supportBernd Kuhls2015-04-041-0/+2
| | | | | | | | | | | | | | | | | This package uses gettext/iconv when needed fli4l@fli4lbuild64:~/br5$ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/libXpm.so | grep NEEDED 0x00000001 (NEEDED) Shared library: [libX11.so.6] 0x00000001 (NEEDED) Shared library: [libxcb.so.1] 0x00000001 (NEEDED) Shared library: [libXau.so.6] 0x00000001 (NEEDED) Shared library: [libXdmcp.so.6] 0x00000001 (NEEDED) Shared library: [libdl.so.0] 0x00000001 (NEEDED) Shared library: [libintl.so.8] 0x00000001 (NEEDED) Shared library: [libiconv.so.2] 0x00000001 (NEEDED) Shared library: [libc.so.0] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/freerdp: bump versionYann E. MORIN2015-04-041-1/+1
| | | | | | | Little bump to get small bug fixes. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/freerdp: needs threadsYann E. MORIN2015-04-041-2/+4
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/0b7/0b71e37b8891b3b8810d1e74445177a1099b59f3/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/eudev: fix build with older gccYann E. MORIN2015-04-041-0/+46
| | | | | | | | | | | | | | | Initialisers for anonymous unions/structs are unknown to gcc-4.5, still widely used. Fixes: http://autobuild.buildroot.org/results/11e/11ebb926b891862e270b9cb39fd2ed4344b736a8/ http://autobuild.buildroot.org/results/065/065fdef50b1dd57b95ad2b5eda9904a1d0787cdc/ http://autobuild.buildroot.org/results/316/3161eb96da66936e2cb3ec6aa5547587c3d90338/ http://autobuild.buildroot.org/results/226/2267a204e9eb46bcb621f5bd408deaca98709fc3/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ijs: New package ijs 0.35Olivier Schonken2015-04-044-0/+28
| | | | | | | | | | | | [Thomas: - Add BR2_USE_MMU dependency, since fork() is used. - Put <pkg>_SOURCE next to <pkg>_VERSION and <pkg>_SITE. - Improve comment about why autoreconf is needed. - Change the location in menuconfig of the package, "Networking applications" didn't seem like an appropriate location.] Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/qpdf: New package qpdf 5.1.2Olivier Schonken2015-04-044-0/+36
| | | | | | | | | | | [Thomas: - adjust length of comment header in .mk file. - fix comment in Config.in to match what's specific in the Buildroot manual. - fix <pkg>_LICENSE to 'Artistic-2.0'.] Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/strace: add missing header for aarch64Romain Naour2015-04-041-0/+25
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/a27/a27a9e2bd7b95e29289c4422b89690a42992e30f/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/poppler: bump version to 0.32.0Olivier Schonken2015-04-042-2/+9
| | | | | | | | | | | | | | | This commit also adds an optional dependency on openjpeg: if --enable-openjpeg=none is not passed, poppler assumes openjpeg is available. [Thomas: - add optional dependency on openjpeg instead of mandatory dependency. - remove --enable-xpdf-headers, since there was no justification for it.] Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/openjpeg: New package openjpeg 1.5.2Olivier Schonken2015-04-044-0/+48
| | | | | | | | | | | | | | This package is needed by Poppler. [Thomas: - fix download location, which was incorrect. - add dependency on host-pkgconf, since the configure.ac script uses PKG_CHECK_MODULES and we're doing an autoreconf. - add optional dependencies on libpng, tiff and lcms2, so that they are explicit instead of automatically detected.] Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wine: more hostarchAndré Hentschel2015-04-041-1/+3
| | | | | | | The tools from host-wine build on those architectures. Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wine: 1.6.2 has no netapi configure optionAndré Hentschel2015-04-041-2/+0
| | | | | Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wine: Add xlib_libXext dependencyAndré Hentschel2015-04-041-3/+8
| | | | | | | This fixes window size issues. Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wine: Add opengl dependencyAndré Hentschel2015-04-041-1/+7
| | | | | Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* config: Add defconfig for Freescale i.MX28 EVKVincent Stehlé2015-04-033-0/+180
| | | | | | | | | | | | | | | | | | The i.MX28 Evaluation Kit (or EVK) is Freescale's evaluation board based on the i.MX287 Applications Processor. This defconfig is based on mainline u-boot and Linux kernel. Also, we add an SD card creation script and documentation, shamelessly based on the ones for i.MX5/6 by Luca Ceresoli. [Arnout: fixate U-Boot and kernel (headers) versions] Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com> Cc: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot/uboot: add support for i.MX28 SD formatVincent Stehlé2015-04-032-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | Allow to generate u-boot.sd, Freescale i.MX28 SB format with a header for booting from an SD card. U-boot includes an mxsboot tool to generate this format, starting from v2011.12. See u-boot doc/README.mxs (or doc/README.mx28_common before 2013.07). [Arnout: - Wrap Config.in help text at 72 columns. - Remove v from U-Boot version specifier. - Refer to different README name before 2013.07. - Depend on host-elftosb - Add comment to clarify sb -> sd conversion.] Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com> Tested-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sl: new packageJens Rosenboom2015-04-033-0/+31
| | | | | | | | | | | | | | | | | | | | | SL (Steam Locomotive) runs across your terminal when you type "sl" as you meant to type "ls". It's just a joke command, and not useful at all. [Thomas: - Change "depends on BR2_PACKAGE_NCURSES" to "select BR2_PACKAGE_NCURSES". - Rewrap Config.in help text. - Remove comment in help text about the need to check dependencies, there's nothing to be done really. - Change the license from "Unclear" to "Custom". - Use $(TARGET_CONFIGURE_OPTS instead of passing CC and CFLAGS explicitly. - Pass '-m 0755' when doing the $(INSTALL) - Add ncurses to SL_DEPENDENCIES.] Signed-off-by: Jens Rosenboom <j.rosenboom@x-ion.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ca-certificates: generate the bundle of certsYann E. MORIN2015-04-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | glib-networking wants to use the certificates bundle, not the individual certificates. Generating the bundle is usually done with update-ca-certificates, but that does not support running out-of-tree. Fortiunately, and as Gustavo put it, update-ca-certificates is jsut a glorified 'cat'. It is supposed to be fed a config file stating which certificate to add/remove to/from the bundle, otherwise nothing fancy (Oh, yes, running hooks after updating the bundle). Since we do not need any of this in Buidlroot, we jsut generate a bundle with all certificates unconditionally. Reported-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/apache: fix nios2 detectionBernd Kuhls2015-04-031-0/+18
| | | | | | | | | | | | | | | | | | | Apache treats nios2 as OS/2 which is wrong. Fixes http://autobuild.buildroot.net/results/27c/27c5848a344c7e16feefcbd3773b50a78d6e63f0/ http://autobuild.buildroot.net/results/d8c/d8cf103033c63e79ed2db0b600f120f6fcb5b5e9/ http://autobuild.buildroot.net/results/1de/1dec866cf9a5f731a9ed93dff5b8b98001863635/ http://autobuild.buildroot.net/results/776/776be8ef579e3444123d8183dca1062ece656436/ http://autobuild.buildroot.net/results/5d2/5d21ac2d8f008d984d6f8b359ebb0e2482545683/ http://autobuild.buildroot.net/results/87f/87f25b20f63eebf7f75e35064bad79e3d383e7a8/ http://autobuild.buildroot.net/results/1b7/1b75f52c70af7880d523185565b7aaf59d9f9b3e/ [Thomas: adjust patch so that it continues to match OS/2 properly, while still not matching NIOS2.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc: update hash for uClibc-ng 1.0.1Thomas Petazzoni2015-04-031-2/+2
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/c2f/c2f5792bbe467556a394ff19e03ddb5f71251ac9/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* webp: bump to version 0.4.3Gustavo Zacarias2015-04-032-2/+4
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lirc-tools: new packageRhys Williams2015-04-035-0/+79
| | | | | | | | | | | | | | | | | | | | | This package adds the userspace tools and daemons LIRC - Linux remote control [Thomas: - rewrap Config.in help text, lines were too long. And do a bit of rewording also. - remove trailing whitespaces in Config.in. - make sure Config.in is included from package/Config.in, otherwise the package is not visible. - use a full destination path when installing the sysv init script. - add dependency on BR2_USE_MMU, since fork() is used. - fix init script: use -n option to not daemonize since start-stop-daemon is already doing that, use 'mkdir -p' and 'ln -sf' to make the 'start' action re-executable.] Signed-off-by: Rhys Williams <github@wilberforce.co.nz> Reviewed-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* drbd-utils: new packageChristophe Vu-Brugier2015-04-033-0/+42
| | | | | | | | | DRBD utilities to manage the DRBD kernel module. [Thomas: remove largefile dependency.] Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/kodi: enable gconv libraries on glibc configurationsJulien Boibessot2015-04-031-0/+1
| | | | | | | | | | | | When a glibc toolchain is used, Kodi really requires the gconv libraries to be installed, otherwise no text is rendered in the GUI. [Thomas: slightly improve commit message.] Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Maxime Hadjinlian" <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* samba: deprecate package due to EOLGustavo Zacarias2015-04-031-0/+2
| | | | | | | | | Samba 3.6.x is now EOL, people should move to samba4. See: https://www.samba.org/samba/history/samba-4.2.0.html Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gvfs: switch smb support to samba4Gustavo Zacarias2015-04-031-3/+3
| | | | | | | samba3 is deprecated upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* kodi: switch smb support to samba4Gustavo Zacarias2015-04-032-3/+6
| | | | | | | | | samba3 is deprecated upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mpd: switch smb support to samba4Gustavo Zacarias2015-04-032-3/+6
| | | | | | | samba3 is deprecated upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* icu: bump to version 55.1Gustavo Zacarias2015-04-032-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* support/download: quick fix to avoid breaking on custom toolchainsYann E. MORIN2015-04-031-1/+1
| | | | | | | | | | | | | | When the user selects a custom toolchain to be downloaded, there's no hash for that toolchain, so the download fails, now that hashes are mandatory. Fix that by simply exiting as if there was no error, until we have a better fix... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Makefile: remove the graphs/ dir on 'make clean'Thomas Petazzoni2015-04-032-10/+11
| | | | | | | | | | | | Currently, a 'make clean' leaves the graphs/ subdirectory in the output directory. This commit defines a GRAPHS_DIR variable, used by the different graph-generating targets, and which gets cleaned up in the 'clean' target. [Thomas: use the new GRAPHS_DIR variable in more places, as suggested by Yann.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* support/download: warn when there's no .hash fileYann E. MORIN2015-04-031-0/+1
| | | | | | | | | | | | Instead of silently accepting a missing .hash file, print a warning. This can be grepped from a build log, to find packages that still have no hash, with the long-term goal of adding hashes for all packages. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud