summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pixman: Version bump 0.32.4Bernd Kuhls2014-04-032-39/+1
| | | | | | | - removed pixman-01-loongson-cflags.patch, applied upstream Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* util-linux: bump version to 2.24.1Mischa Jonker2014-04-034-214/+6
| | | | | | | | | | | | | | | Removed "support older machines" patch as it has been fixed upstream, fixed up other patches. This removes some arch-dependencies in fdiskbsdlabel.h, fixing the build for the ARC-architecture. This fixes: http://autobuild.buildroot.net/results/8863799d856ccab51ee8ffd499378574ef166aee/ Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xbmc: Fix Java dependency checkMaxime Hadjinlian2014-04-031-1/+1
| | | | | | | | | | | | | | A check for Java has been implemented in dependencies.sh, but during the review, the name of the variable had been changed from: BR2_HOST_NEEDS_JAVA to BR2_NEEDS_HOST_JAVA as it is more accurate. The change was not made in XBMC and as such, you could start the build of XBMC without Java on your system. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* systemd: needs kernel headers >= 3.8Eric Le Bihan2014-04-031-3/+3
| | | | | | | | | | Systemd needs Linux headers >= 3.8 because it uses IFLA_GRE_FLOWINFO, IFLA_IPTUN_FLAGS from linux/if_tunnel.h. Fixes http://autobuild.buildroot.org/results/ad3/ad3b4003dc50582a493f1156234d83652104a6bf/ Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pptp-linux: bump to version 1.8.0Gustavo Zacarias2014-04-035-91/+27
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jquery-keyboard: bump to version 1.18.6Gustavo Zacarias2014-04-031-3/+2
| | | | | | | Also switch to github download helper. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rsync: make acl support non-randomGustavo Zacarias2014-04-031-0/+6
| | | | | | | | | | If acl is selected then add it to dependencies so it can be used by rsync in a predictable fashion. Extended attributes are handled directly via linux, there's no need for the xattr package/library. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-headers: bump 3.2.x seriesGustavo Zacarias2014-04-031-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xbmc: Add missing host-infozip dependencyMaxime Hadjinlian2014-04-031-1/+1
| | | | | | | | | | XBMC needs the zip command for the host to build. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reported-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* infozip: Add a host variantMaxime Hadjinlian2014-04-031-0/+13
| | | | | | | | | | | | Adding a host variant to the package infozip. It will be used by XBMC. [Thomas: use HOST_CONFIGURE_OPTS instead of TARGET_CONFIGURE_OPTS in the host installation step.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wget: fix autoreconf brokenessGustavo Zacarias2014-04-031-0/+8
| | | | | | | | | | | | | Fix failed AUTORECONF under certain circumstances where gettext infra is much newer (>= 0.18) than what wget source expects (~ 0.17). Do this by gettextizing the source before AUTORECONFing. If this becomes common we may need a FOO_GETTEXTIZE generic option, but for now this seems to be the only package that needs so. Fixes: http://autobuild.buildroot.net/results/c0f/c0f7c801f61fdc310cde64342060b00a70155431/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gettext: make host gettextize non-interactiveGustavo Zacarias2014-04-031-0/+6
| | | | | | | | Make the host gettextize tool non-interactive to avoid stalling for user confirmation when using it to fix up a package. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* smstools3: needs mmuGustavo Zacarias2014-04-031-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/9fe/9fe7a34501a39d4a1eaaedb75ab58e7cbdbe15c5/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libcurl: security bump to version 7.36.0Gustavo Zacarias2014-04-012-1/+32
| | | | | | | Fixes CVE-2014-0005, CVE-2014-0319, CVE-2014-1263 and CVE-2014-2522. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux: bump to version 3.14Gustavo Zacarias2014-04-011-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-headers: add 3.14, bump 3.{4, 10, 13}.x seriesGustavo Zacarias2014-04-012-4/+18
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ifplugd: fix typo introduced in previous commitThomas Petazzoni2014-03-301-1/+1
| | | | | | | | Commit b1ec31a4dd2b7bd8959bdbc6d44e2cf2b56f8363 ('ifplugd: only install default action if not provided in skeleton') introduced a small typo, which we fix in this commit. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dtv-scan-tables: fix license filesThomas Petazzoni2014-03-301-1/+1
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/39a/39a8ba05c0d6e02b517d44b9c54b76acdb9174c2/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* eigen: follow default installation schemeDavide Viti2014-03-301-2/+4
| | | | | | | | eigen's build-system (cmake), by default, installs the header files in /usr/include/eigen3 Signed-off-by: Davide Viti <d.viti@infosolution.it> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libubox: Lua binding needs mmu and fix coding styleHadrien Boutteville2014-03-301-4/+6
| | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/4e1/4e112e4463fef7ad8757259b222fab10fbd09d0d/ The Lua binding option of libubox uses fork() so it needs the MMU. By the way, correction of coding style as stated in the buildroot manual. Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ifplugd: only install default action if not provided in skeletonDanomi Manchego2014-03-301-3/+5
| | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xbmc: add missing dependency to libgles and libeglYann E. MORIN2014-03-301-1/+1
| | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d: fix EGL/GLES providerYann E. MORIN2014-03-301-2/+2
| | | | | | | | | | | | | | | | mesa3d being selected is not enough for it to be an EGL provider. The corresponding options BR2_PACKAGE_MESA3D_OPENGL_EGL should be enabled. This option already correctlt selects BR2_PACKAGE_HAS_OPENGL_EGL. So, only declare mesa3d as an EGL provider if the option is set. Ditto for GLES. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Bernd Kuhls <berndkuhls@hotmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libcgicc: bump to version 3.2.13Gustavo Zacarias2014-03-301-2/+3
| | | | | | | Also add license files and docs license definition. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* radvd: bump to version 1.10.0Gustavo Zacarias2014-03-301-1/+1
| | | | | | | Adds 6LoWPAN support. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dtv-scan-tables: use a slightly older commit hashThomas Petazzoni2014-03-291-1/+1
| | | | | | | | | | | The commit hash chosen by Yann exists in the repository accessible by git://, but not the one accessible by http://, which is lagging 3 commits behind the git:// repository, for some reason. For the time being, revert to the latest commit available in the http:// repository. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xmodmap: fix typoThomas Petazzoni2014-03-291-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libstrophe: needs thread support in toolchainThomas Petazzoni2014-03-291-0/+4
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/210/21072a847ecc682594ed06897fa45f888b562123/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xlsfonts: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_fslsfonts: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_fstobdf: Bump version to 1.0.5Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_editres: Bump version to 1.0.6Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_showfont: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_viewres: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xditview: Bump version to 1.0.3Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xgc: Bump version to 1.0.4Bernd Kuhls2014-03-292-31/+1
| | | | | | | - removed xapp_xgc-replace-ac-check-file.patch, applied upstream Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xmag: Bump version to 1.0.5Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xmessage: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xvidtune: Bump version to 1.0.3Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_bdftopcf: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_beforelight: Bump version to 1.0.5Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xcalc: Bump version to 1.0.5Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_ico: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_rgb: Bump version to 1.0.5Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xsetroot: Bump version to 1.1.1Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xev: Bump version to 1.2.1Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xfsinfo: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xkbutils: Bump version to 1.0.4Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xsm: Bump version to 1.0.3Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xstdcmap: Bump version to 1.0.3Bernd Kuhls2014-03-291-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud