summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* uclibc: add missing .literal_position directivesMax Filippov2014-04-031-0/+62
| | | | | | | This allows building uclibc with -mtext-section-literals flag. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* eudev: only use pragma diagnostics if GCC supports it.Eric Le Bihan2014-04-031-0/+37
| | | | | | | | | | | | | | | | | | | | | | eudev uses GCC pragma diagnostics [1] for some of its logging functions, to circumvent -Wformat-nonliteral. This feature is only available in GCC >= 4.6. The external toolchains for some architectures (PowerPC, SuperH) are based on GCC 4.5. So eudev will not compile when using them. systemd also uses the pragma diagnostics, but its dependency on Linux headers >= 3.8 for the toolchain indirectly forces recent versions of GCC. This workaround enables the pragma diagnostics only when using GCC >= 4.6. This means that if the user uses GCC 4.5 and explicitly sets the options -Werror -Wformat-nonliteral, the build will fail... [1] http://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html#Diagnostic-Pragmas Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* eudev: fix redefinition of usec_t and nsec_t.Eric Le Bihan2014-04-031-0/+526
| | | | | | | | | | | | | | usec_t and nsec_t are defined twice (src/libudev/{util.h,path-util.h}). This raises an error when using GCC 4.5, but not with later versions! This patch fixes the issue by gathering the time-related functions and definitions to time-util.[ch], as in upstream systemd. This patch has been sent to upstream. Fixes http://autobuild.buildroot.net/results/060/0605f279abfdfc837f6973f2898ed7ee39f2b8d1/ Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* valgrind: remove default flags -mips32 and -mips64 from Makefile.all.amVicente Olivert Riera2014-04-032-0/+94
| | | | | | | | | | | | | | | | | | | | | | During configuration of Valgrind we check does the compiler support -march=mips32 and -march=mips64. If compiler supports these flags we are using them as default flags for mips32 and mips64. "VALGRIND_AUTORECONF = YES" needs to be added to valgrind.mk because this patch modifies the configure.ac. Original upstream patch: https://github.com/svn2github/valgrind/commit/fdf6c5aea4671c3c43c90230510735d215dd1e1c Fixes: http://autobuild.buildroot.net/results/213/21352bcbe1b309fef0f996c275cdfcda08619d96/ [Thomas: add reference to the upstream patch into the patch itself, in addition to the commit log.] Reviewed-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gmp: bump to version 6.0.0aGustavo Zacarias2014-04-031-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* php: version bump 5.5.11Bernd Kuhls2014-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nasm: version bump 2.11.02Bernd Kuhls2014-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* taglib: version bump 1.9.1Bernd Kuhls2014-04-031-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libogg: version bump 1.3.1Bernd Kuhls2014-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libmodplug: version bump 0.8.8.5Bernd Kuhls2014-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libcdio: version bump 0.92Bernd Kuhls2014-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sqlite: Version bump 3.8.4.2Bernd Kuhls2014-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* flex: Version bump 2.5.39Bernd Kuhls2014-04-032-12/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* file: Version bump 5.18Bernd Kuhls2014-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xapp_xauth: version bump 1.0.9Bernd Kuhls2014-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xlib_xtrans: Version bump 1.3.4Bernd Kuhls2014-04-031-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* 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>
OpenPOWER on IntegriCloud