summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* qemu-arm: Update vexpress config to latest kernelWaldemar Brodkorb2014-09-272-5/+5
| | | | | | | Update Kernel to 3.16.3. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* genimage: bump to version 7Vivien Didelot2014-09-271-1/+1
| | | | | Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jamvm: bump to 2.0.0 (including mips big-endian support)Thomas De Schampheleire2014-09-272-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | This commit bumps jamvm to version 2.0.0. From the release notes: I'm pleased to announce a new release of JamVM. JamVM 2.0.0 is the first release of JamVM with support for OpenJDK (in addition to GNU Classpath). Although IcedTea already includes JamVM with OpenJDK support, this has been based on periodic snapshots of the development tree. JamVM 2.0.0 supports OpenJDK 6, 7 and 8 (the latest). With OpenJDK 7 and 8 this includes full support for JSR 292 (invokedynamic). JamVM 2.0.0 with OpenJDK 8 also includes full support for Lambda expressions (JSR 335), type annotations (JSR 308) and method parameter reflection. In addition to OpenJDK support, JamVM 2.0.0 also includes many bug-fixes, performance improvements and improved compatibility (from running the OpenJDK jtreg tests). As this release now also supports MIPS big-endian targets, this commit fixes bug #7010 (https://bugs.busybox.net/show_bug.cgi?id=7010) Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/cdrkit: fix namespace of variablesYann E. MORIN2014-09-271-4/+2
| | | | | | | | | | | | | | | | Not all cdrkit variables are prefixed with CDRKIT_, so they leak. Most importantly, they look like they belong to another package's namespace, cmake, as they start with CMAKE_ (but fortunately, they have no impact on cmake, as they are not used by our infras.) Fix that by removing the intermediate variables, and directly set the CDRKIT_CONF_OPT variable. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* opencv: highgui module is needed for ts moduleVicente Olivert Riera2014-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | OpenCV's highgui module needs to be auto-selected when the ts module is selected, because it depends on it. Otherwise it would fail with an error like this one: [ 96%] Building CXX object modules/ts/CMakeFiles/opencv_ts.dir/src/gpu_perf.cpp.o In file included from /home/test/autobuild/instance-1/output/build/opencv-2.4.8/modules/ts/src/gpu_perf.cpp:43:0: /home/test/autobuild/instance-1/output/build/opencv-2.4.8/modules/ts/include/opencv2/ts/gpu_perf.hpp:47:39: fatal error: opencv2/highgui/highgui.hpp: No such file or directory compilation terminated. Fixes: http://autobuild.buildroot.net/results/31b/31b124ff1ec958a621863bfc80323847a6373135/ Issue reported upstream: http://code.opencv.org/issues/3923 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5: add hashesFatih Aşıcı2014-09-2619-0/+76
| | | | | Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openvmtools: add hashKaroly Kasza2014-09-251-0/+3
| | | | | | | openvmtools: add hash Signed-off-by: Karoly Kasza <kaszak@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.4.x seriesGustavo Zacarias2014-09-251-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gnuplot: update hashesGustavo Zacarias2014-09-251-2/+2
| | | | | | | | | | | | | The gnuplot 4.6.6 tarball was updated because of this: (based on a diff from the original release and the updated one) http://thread.gmane.org/gmane.comp.graphics.gnuplot.user/7856 Update hashes accordingly, but really this is all kinds of bad. Fixes: http://autobuild.buildroot.net/results/925/925fc731e404282873f2c586c98b05da5ce96ae7/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libnss: security bump to version 3.17.1Gustavo Zacarias2014-09-252-1/+4
| | | | | | | Fixes CVE-2014-1568 RSA signature forgery attack. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ncurses: Add libcurses symlink to libncursesVicente Olivert Riera2014-09-251-0/+6
| | | | | | | | | | | | | | | | | | Some packages use -lcurses when they are linking, so they try to link to a library called libcurses. The library provided by our ncurses package is called libncurses, so those packages fail to link with a message like this one: /bin/ld: cannot find -lcurses Installing a libcurses symlink to libncurses fixes the problem. Fixes: http://autobuild.buildroot.net/results/466/466995f9534447a4f54327a14c44ef9e16dd1123/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <Markos.Chandras@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lttng-babeltrace: bump to version 1.2.2Jérôme Pouiller2014-09-251-1/+1
| | | | | Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lttng-libust: bump to version 2.5.0Jérôme Pouiller2014-09-252-82/+1
| | | | | | | | | lttng-libust-0001-Disable-liblttng-ust-dl-if-dlinfo-is-not-available.patch was upstreamed [Peter: also remove _AUTORECONF = YES] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lttng-tools: bump to version 2.5.0Jérôme Pouiller2014-09-252-2/+4
| | | | | | | libxml2 is now necessary Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lttng-modules: bump to version 2.5.0Jérôme Pouiller2014-09-251-1/+1
| | | | | | | This version should support kernel up to 3.15. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: normalize separator size to 80Jerzy Grzegorek2014-09-255-10/+10
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Makefile: Unexport MACHINE variableRisto Avila2014-09-251-0/+1
| | | | | | | | | | | | | Fixes bug 7448 Otherwise glibc build fails. [Peter: reworded] Signed-off-by: Risto Avila <risto.avila@digia.com> Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net> Tested-by: Luca Ceresoli <luca@lucaceresoli.net> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* util-linux: disable all programs for host buildPeter Seiderer2014-09-251-6/+2
| | | | | | | | | | | | | | | | | | | | Disable all programs for host build using '--disable-all-programs' as suggested by Thomas Petazzoni ([1]). Build libs before patch: build/host-util-linux-2.25.1/.libs/libsmartcols.so build/host-util-linux-2.25.1/.libs/libuuid.so build/host-util-linux-2.25.1/.libs/libfdisk.a build/host-util-linux-2.25.1/.libs/libcommon.a Build libs after patch: build/host-util-linux-2.25.1/.libs/libuuid.so build/host-util-linux-2.25.1/.libs/libcommon.a [1] http://lists.busybox.net/pipermail/buildroot/2014-September/106933.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* memstat: Add patch to fix compilation with musl libcMaarten ter Huurne2014-09-241-0/+14
| | | | | | | PATH_MAX was undefined because of a missing #include. Signed-off-by: Maarten ter Huurne <maarten@treewalker.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* stress: update homepage linkBaruch Siach2014-09-241-1/+1
| | | | | | | The old link returns HTTP 404 error. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* imagemagick: bump to version 6.8.9-8Jerzy Grzegorek2014-09-241-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dnsmasq: bump to version 2.72Gustavo Zacarias2014-09-242-1/+3
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bash: security bump to patchlevel 25Gustavo Zacarias2014-09-242-0/+927
| | | | | | | | | | | | Fixes CVE-2014-6271: Under certain circumstances, bash will execute user code while processing the environment for exported function definitions. Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nitrogen6x_defconfig: bump linux kernelPeter Korsgaard2014-09-241-1/+6
| | | | | | To the latest commit on the 3.10 branch. Also lock the kernel headers to match. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nitrogen6x_defconfig: bump u-boot versionPeter Korsgaard2014-09-243-1/+5
| | | | | | | | | | | | | | To the 2014.07 release. For furture details, see: http://boundarydevices.com/u-boot-2014-07-release-mx6-boards/ Also update our 6x_upgrade script to the version from that page so the entire SPI flash gets erased (otherwise it fails on big u-boot builds) and document how to perform the upgrade. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> u-boot fixup
* package/xbmc: add option to enable libvaBernd Kuhls2014-09-232-1/+11
| | | | | | | [Thomas: add the comment about the dynamic library dependency.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gcc: add new fix for the ARC 2014.08 gcc versionAlexey Brodkin2014-09-231-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a new patch to the ARC 2014.08 gcc specific version, that redefines PTRDIFF_TYPE from "long int" to "int". The change of SIZE_TYPE from "long unsigned int" to "unsigned int" http://git.buildroot.net/buildroot/commit/?id=0f236c1fef669192c8f5cc8ef26e93da91438dc2 introduced a regression due to the existing PTRDIFF_TYPE. Now to fix regression the patch converts PTRDIFF_TYPE to simple "int". The fix is taken from current development branch of GCC for ARC and will be a part of the next release of ARC tools, so at that point patch should be dropped. https://github.com/foss-for-synopsys-dwc-arc-processors/gcc/commit/846e92167aa4f486259c9ff44bb4e6cce6097fa4 [Thomas: tweak commit log.] Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Anton Kolesov <akolesov@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* util-linux: disable more command for host buildPeter Seiderer2014-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following compile error (in case neither curses or ncurses development files are installed on the build host): text-utils/more.c: In function ‘screen’: text-utils/more.c:692:4: warning: implicit declaration of function ‘my_putstring’ [-Wimplicit-function-declaration] text-utils/more.c:692:4: warning: nested extern declaration of ‘my_putstring’ [-Wnested-externs] text-utils/more.c: In function ‘initterm’: text-utils/more.c:1798:3: warning: implicit declaration of function ‘my_setupterm’ [-Wimplicit-function-declaration] text-utils/more.c:1798:3: warning: nested extern declaration of ‘my_setupterm’ [-Wnested-externs] text-utils/more.c:1806:5: warning: implicit declaration of function ‘my_tgetnum’ [-Wimplicit-function-declaration] text-utils/more.c:1806:5: warning: nested extern declaration of ‘my_tgetnum’ [-Wnested-externs] text-utils/more.c:1806:22: error: ‘TERM_LINES’ undeclared (first use in this function) text-utils/more.c:1806:22: note: each undeclared identifier is reported only once for each function it appears in text-utils/more.c:1807:23: error: ‘TERM_COLS’ undeclared (first use in this function) text-utils/more.c:1816:4: warning: implicit declaration of function ‘my_tgetflag’ [-Wimplicit-function-declaration] text-utils/more.c:1816:4: warning: nested extern declaration of ‘my_tgetflag’ [-Wnested-externs] text-utils/more.c:1816:34: error: ‘TERM_HARD_COPY’ undeclared (first use in this function) text-utils/more.c:1821:20: error: ‘TERM_EAT_NEW_LINE’ undeclared (first use in this function) text-utils/more.c:1827:23: error: ‘TERM_AUTO_RIGHT_MARGIN’ undeclared (first use in this function) text-utils/more.c:1828:25: error: ‘TERM_CEOL’ undeclared (first use in this function) text-utils/more.c:1829:4: warning: implicit declaration of function ‘my_tgetstr’ [-Wimplicit-function-declaration] text-utils/more.c:1829:4: warning: nested extern declaration of ‘my_tgetstr’ [-Wnested-externs] text-utils/more.c:1829:25: error: ‘TERM_CLEAR_TO_LINE_END’ undeclared (first use in this function) text-utils/more.c:1830:23: error: ‘TERM_CLEAR’ undeclared (first use in this function) text-utils/more.c:1831:24: error: ‘TERM_STANDARD_MODE’ undeclared (first use in this function) text-utils/more.c:1832:23: error: ‘TERM_EXIT_STANDARD_MODE’ undeclared (first use in this function) text-utils/more.c:1833:31: error: ‘TERM_STD_MODE_GLITCH’ undeclared (first use in this function) text-utils/more.c:1842:20: error: ‘TERM_UNDERLINE’ undeclared (first use in this function) text-utils/more.c:1843:23: error: ‘TERM_OVER_STRIKE’ undeclared (first use in this function) text-utils/more.c:1845:27: error: ‘TERM_UNDERLINE_CHAR’ undeclared (first use in this function) text-utils/more.c:1848:21: error: ‘TERM_ENTER_UNDERLINE’ undeclared (first use in this function) text-utils/more.c:1850:17: error: ‘TERM_EXIT_UNDERLINE’ undeclared (first use in this function) text-utils/more.c:1862:29: error: ‘TERM_PAD_CHAR’ undeclared (first use in this function) text-utils/more.c:1864:22: error: ‘TERM_HOME’ undeclared (first use in this function) text-utils/more.c:1867:21: error: ‘TERM_CURSOR_ADDRESS’ undeclared (first use in this function) text-utils/more.c:1869:10: warning: implicit declaration of function ‘my_tgoto’ [-Wimplicit-function-declaration] text-utils/more.c:1869:10: warning: nested extern declaration of ‘my_tgoto’ [-Wnested-externs] text-utils/more.c:1869:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] text-utils/more.c:1876:24: error: ‘TERM_CLEAR_TO_SCREEN_END’ undeclared (first use in this function) text-utils/more.c:1877:27: error: ‘TERM_LINE_DOWN’ undeclared (first use in this function) text-utils/more.c: In function ‘reset_tty’: text-utils/more.c:2142:3: warning: implicit declaration of function ‘tputs’ [-Wimplicit-function-declaration] text-utils/more.c:2142:3: warning: nested extern declaration of ‘tputs’ [-Wnested-externs] make[4]: *** [text-utils/more-more.o] Error 1 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* binutils: fix 'call8: call target out of range' xtensa ld bugMax Filippov2014-09-233-0/+237
| | | | | | | | | | | | | | | | | | | | | | This fixes the following linux kernel build errors: LD init/built-in.o net/built-in.o: In function `raw_proc_exit': (.init.text+0xe29): dangerous relocation: call8: call target out of range: udp_proc_register net/built-in.o: In function `udp_table_init': (.init.text+0xf09): dangerous relocation: call8: call target out of range: udp_proc_register net/built-in.o: In function `inet_init': af_inet.c:(.init.text+0x142e): dangerous relocation: call8: call target out of range: udp4_proc_exit net/built-in.o: In function `ip_auto_config': ipconfig.c:(.init.text+0x28aa): dangerous relocation: call8: call target out of range: arp_send Backported from: 331ed1307b93d3ff77d248bdf2f7b79a20851457 Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gnuplot: bump to version 4.6.6Gustavo Zacarias2014-09-232-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>
* ipset: bump to version 6.23Gustavo Zacarias2014-09-232-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>
* pifmrds: bump version and remove strcmp patchEric Limpens2014-09-232-18/+1
| | | | | | | | - Bump version to git revision 0bf57f9... - Remove strcmp patch, has been fixed upstream Signed-off-by: Eric Limpens <limpens@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ffmpeg: Fix compile error on arm4/arm5Bernd Kuhls2014-09-231-0/+85
| | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/d7e/d7ea8db79210228103257b6a28fada38cca142cb/ http://autobuild.buildroot.net/results/ec7/ec71e4f16ee9106747dff5f15999cbd17903e76f/ http://autobuild.buildroot.net/results/be7/be72eb182eaccf0064a32c9dfc2ac1c0d6555506/ http://autobuild.buildroot.net/results/b35/b35b71e3d21394e7ca24f3b112d8a4047cd6c87b/ http://autobuild.buildroot.net/results/5bb/5bbc8b5cdcd99229a6813970293f98b044fc489d/ http://autobuild.buildroot.net/results/be5/be54e75c4171d1db0eaaaeb5f5df29751d7db57b/ [Thomas: update patch to indicate that it has been merged upstream, and point to the upstream commit.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* directfb: disable multi application if no MMUJérôme Pouiller2014-09-231-0/+1
| | | | | | | | | | | | | | | directfb-fusion uses the madvise() system call which is not available on no-MMU targets. It seems it might be possible to simply remove the call to madvise() (there is only one call) if not available. However, it's probably not worth the effort, and people working on no-MMU targets can submit a patch doing that if they are interested. [Thomas: tweak commit log.] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* systemd: make libseccomp usage deterministicJérôme Pouiller2014-09-231-0/+7
| | | | | | | [Thomas: fix minor typo in commit title.] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libseccomp: bump to version 2.1.1Jérôme Pouiller2014-09-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | Version 1.0.0 was not compatible with systemd. With 1.0.0, systemd compilation produce: src/shared/seccomp-util.c: In function 'seccomp_add_secondary_archs': src/shared/seccomp-util.c:73:9: warning: implicit declaration of function 'seccomp_arch_add' [-Wimplicit-function-declaration] r = seccomp_arch_add(c, SCMP_ARCH_X86); ^ src/shared/seccomp-util.c:73:9: warning: nested extern declaration of 'seccomp_arch_add' [-Wnested-externs] src/shared/seccomp-util.c:73:33: error: 'SCMP_ARCH_X86' undeclared (first use in this function) r = seccomp_arch_add(c, SCMP_ARCH_X86); ^ src/shared/seccomp-util.c:77:33: error: 'SCMP_ARCH_X86_64' undeclared (first use in this function) r = seccomp_arch_add(c, SCMP_ARCH_X86_64); ^ src/shared/seccomp-util.c:81:33: error: 'SCMP_ARCH_X32' undeclared (first use in this function) r = seccomp_arch_add(c, SCMP_ARCH_X32); Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* valgrind: bump to version 3.10Jérôme Pouiller2014-09-236-195/+12
| | | | | | | | | | | | | | | | | | | Patches status: valgrind-0001-workaround-SIGSEGV-on-PPC: Don't know. In doubt, I prefer to keep it. valgrind-0002-don-t-enable-largefile-support-unconditionally-on-uC: Seems still necessary valgrind-0003-Add-replacement-for-a.out.h: Upstreamed valgrind-0004-remove-default-mips-flags: Upstreamed valgrind-0005-glibc-2.19: Upstream now support glibc up to 2.20 Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* simicsfs: bump to version 1.18Jérôme Pouiller2014-09-231-1/+1
| | | | | | | Fix support for kernel > 3.15 Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* connman: bump to version 1.25Jérôme Pouiller2014-09-231-1/+1
| | | | | Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/gcc: cleanup arch/cpu combinationsGustavo Zacarias2014-09-231-17/+67
| | | | | | | | | | | | | | | Cleanup arch/cpu combination limits, we had super-wide depends and it doesn't help readability, version bumps or testing. Make the bool/depends/select order the same for all entries. Drop redundant limitations, for example sparc* if sparc wasn't supported in general. Power8 requires at least gcc 4.9. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* slang: bump to 2.3.0Yegor Yefremov2014-09-221-4/+2
| | | | | | | Bump version and change download location. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ethtool: bump to version 3.16Gustavo Zacarias2014-09-222-1/+3
| | | | | | | Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* avahi: add option to build the libdns_sd (Bonjour) compatibility libraryPeter Korsgaard2014-09-222-0/+22
| | | | | | As requested on the list. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* swig: add swig2.0 -> swig symlinkJeremy Rosen2014-09-221-1/+17
| | | | | | | | | | | | | | | The cmake detection script provided with cmake will first look for a binary called swig2.0 then for a binary called swig. host-swig only installs a binary called swig, but if the host distribution has instaled a binary called swig2.0, it will be preferred over our swig, which isn't great. This patch creates a symlink swig2.0 -> swig to prevent this from happening. [Thomas: add comment in the code and improve the commit log] Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xbmc: make D-Bus configurableBernd Kuhls2014-09-222-1/+50
| | | | | | | | [Thomas: edit patch to indicate that it has been accepted by upstream, as mentionned by Bernd.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cmake : bump to version 3.0.2Jeremy Rosen2014-09-222-40/+2
| | | | | | | | | | | | | The cmake-0001-FindQt4-do-not-prepend-CMake-root-path-when-searchin.patch patch has been merged upstream as part of commit e8b8b37ef6fef094940d3384df5a1d421b9fa568. [Thomas: tweak commit log by adding details about the patch being removed.] Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qemu-mips64el: update kernel to latestWaldemar Brodkorb2014-09-223-6/+6
| | | | | | | Update Linux Kernel to 3.16.3. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qemu-mips64: update to latest kernelWaldemar Brodkorb2014-09-223-6/+6
| | | | | | | Update Linux Kernel to 3.16.3. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qemu-mipsel: update to latest kernelWaldemar Brodkorb2014-09-223-6/+6
| | | | | | | Update to Linux Kernel 3.16.3. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qemu-mips: update to latest kernelWaldemar Brodkorb2014-09-223-6/+6
| | | | | | | Update to Lnux Kernel 3.16.3. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud