summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* lua-messagepack: bump to version 0.3.2Francois Perrad2015-02-021-1/+5
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lsqlite3: bump to version 0.9.3Francois Perrad2015-02-021-2/+2
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lua: add option 32bitsFrancois Perrad2015-02-023-0/+23
| | | | | | [Peter: tweak config/help text] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lua-modules: fix dependencies with version of luaFrancois Perrad2015-02-025-7/+14
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lua: add 5.3.x serieFrancois Perrad2015-02-027-4/+182
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ympd: bump versionMaxime Hadjinlian2015-02-022-25/+1
| | | | | | | | First patch is removed because a solution was found upstream. The second one needs to be sent. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libvips: new packagePieter De Gendt2015-02-024-0/+131
| | | | | | | | | | | | | | | [Thomas: - Fix variable name: LIBVIPS_CONF_OPTSS -> LIBVIPS_CONF_OPTS - Add a lot of --without-<foo> options to make sure we explicitly disable optional features that are not handled by the .mk file. - Remove the host-swig dependency, which was probably thought of being needed by Pieter due to --without-python not being passed explicitly. - Remove trailing spaces in Config.in. - Rename patch to the new naming convention.] Signed-off-by: Pieter De Gendt <pieter.degendt@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pps-tools: also pass TARGET_CONFIGURE_OPTS to make installRyan Coe2015-02-021-2/+4
| | | | | | | | Without these environment variables, pps-tools rebuilds for the host machine architecture and does not run on the target machine. Signed-off-by: Ryan Coe <bluemrp9@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tar: add support for acl and xattrMaxim Mikityanskiy2015-02-021-0/+14
| | | | | | | | | | If acl or attr is going to be installed, add support for them to tar. [Thomas: explicitly disable acl and attr support when the corresponding packages are not available.] Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsigrokdecode: new packageBartosz Golaszewski2015-02-014-1/+57
| | | | | | | [Peter: needs libglib2+host-pkgconf, simplify pre-configure, propagate !python dependency] Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sigrok-cli: new packageBartosz Golaszewski2015-02-013-0/+41
| | | | | | [Peter: needs host-pkgconf, simplify pre configure hook] Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libftdi: fix libftdi.pcSamuel Martin2015-02-011-0/+27
| | | | | | | | | | | | | | This patch fixes libftdi pkg-config module, so that packages linking against libftdi correctly have all needed CFLAGS and LIBS defined, especially when running a static build. Fixes: http://autobuild.buildroot.org/results/e90/e90b4d5ad79d99487f21c9d18581e8eba7034501/ Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/benejson: only buid static/shared as neededYann E. MORIN2015-02-011-5/+9
| | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/56a/56a721885c890f3d62bf9e13d712767e66937c51/ http://autobuild.buildroot.org/results/7c5/7c54dce4801a53bec378b422edfa42dfa990eabe/ [...] Patch-from: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ipsec-tools: remove useless spaces in conditionsThomas Petazzoni2015-02-011-7/+7
| | | | | | | | | | | | | | | We typically use: ifeq ($(BR2_...),y) and not: ifeq ($(BR2_...), y) So this commit aligns the ipsec-tools package with this common practice. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ipsec-tools: hybrid config supportDoug Kehn2015-02-012-1/+12
| | | | | | | | Add config option for enabling hybrid mode. Hybrid mode is required for successful interoperability. Signed-off-by: Doug Kehn <rdkehn@yahoo.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* strace: Enable for MIPS platforms with uClibcVicente Olivert Riera2015-02-011-6/+0
| | | | | | | | Enable strace for MIPS platforms with uClibc again since this C library is now fixed. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uclibc/0.9.33.2: Rename MIPS' siginfo _timer membersVicente Olivert Riera2015-02-011-0/+157
| | | | | | | | | | | | | | Backport an upstream patch to fix a compilation problem of strace-4.9+ on MIPS platforms with uClibc. Upstream commit: http://git.uclibc.org/uClibc/commit/?id=a1b88fe87a9d2be5696247d266f5c4fd20f000bb Fixes: http://autobuild.buildroot.net/results/e8f/e8f4965b27c9dcc58d6ec77cdc48b83c218c5bec/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* busybox: S01logging: implement restartRichard Genoud2015-02-011-4/+14
| | | | | | | | restart wasn't doing anything, and the expected behaviour is stop/start. Signed-off-by: Richard Genoud <richard.genoud@gmail.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rpm: use 'none' for location pathRomain Naour2015-02-011-2/+2
| | | | | | | | | The recognized keywords are: (location path: "external:internal:none") Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/sane-backends: remove unsafe headers pathRomain Naour2015-02-012-0/+30
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/deb/deb3d45416633b9217d3cc09664273687c809464/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rpm: use external xz libraryRomain Naour2015-02-011-1/+4
| | | | | | | | | | | | | | | | | Internal xz backend is statically linked and need a static libintl library when BR2_NEEDS_GETTEXT_IF_LOCALE is set. But for a shared only build, there is no static libintl available in the sysroot. Use the external xz library provided by Buildroot instead of using the internal xz backend. Fixes: http://autobuild.buildroot.net/results/2c6/2c61562008418ff58fa3085a3342b0e304923073/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rpm: don't use sub-options for bzip2 and xz featuresRomain Naour2015-02-012-21/+3
| | | | | | | | | Allow enabling features depends on the relying packages. Add the old sub-options to Config.in.legacy. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rpm: add gettext dependencyRomain Naour2015-02-012-0/+5
| | | | | | | | | | | | | | | rpm check for libintl library if BR2_NEEDS_GETTEXT_IF_LOCALE is set. checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... -lintl But the dependency on gettext package is missing to ensures reproducible builds. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rpm: sort selected packagesRomain Naour2015-02-011-3/+3
| | | | | | | Sort selected packages alphabetically in Config.in Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* util-linux: disable more command host build because of ncurses dependencyPeter Seiderer2015-02-011-0/+2
| | | | | | | | | | | | Build on host without ncurses/curses development files and option HOST_UTIL_LINUX enabled (introduced by [1]) failes because of text-utils/more.c ncurses dependency (see old commit [2] for details). [1] http://git.buildroot.net/buildroot/commit/?id=2b18d093cd8a5baaf2e22ce13cc9e527c1937777 [2] http://git.buildroot.net/buildroot/commit/?id=e55532fa08266be268fa35c32a5ee763329a9396 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pkg-autotools: fix patching libtool for version 2.4Yann E. MORIN2015-02-011-1/+1
| | | | | | | | | | | | | | | | | | If the libtool used by the package is 2.4 (i.e. with no patchlevel), we end up with a confusing message: /bin/sh: line 0: test: -gt: unary operator expected That's because patchlevel is empty, and thus there is nothing to comapre to 2, and test complains. Fake a patchlevel of 0 (which is really what a missing patchlevel means anyway) in that case. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* neardal: bump versionMaxime Hadjinlian2015-02-012-1/+10
| | | | | | | | [Thomas: add dependency on either readline or libedit, which is needed for new versions of neardal.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* memtest86+: new packageSteve Kenton2015-02-014-0/+50
| | | | | | | | | | | | | | | | | | | | | | Memtest86+ is a bootable standalone memory test program. Please note that this is the forked memtest86+ program and not the original memtest86 which has different licensing. Buildroot does not support packages with a '+' sign in their name. Memtest86+ is a utility designed to test whether your memory is in working order. It repeatedly writes an enormous amount of different patterns to all memory locations and reads them back again and verifies whether the result of the read is the same as what was written to memory. Memtest86+ will only work on 32-bit or 64-bit x86 targets. It boots as an i486 program and autodetects hardware. [Peter: tweak help text as suggested by Thomas] Signed-off-by Stephen M. Kenton <skenton@ou.edu> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsigrok: new packageBartosz Golaszewski2015-02-013-0/+65
| | | | | | [Peter: needs host-pkgconf, simplify pre configure hook] Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libserialport: new packageBartosz Golaszewski2015-02-013-0/+32
| | | | | | [Peter: needs host-pkgconf, simplify pre configure hook] Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libzip: new packageBartosz Golaszewski2015-02-013-0/+24
| | | | | | | [Peter: license is BSD-3c] Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-six: new packageYegor Yefremov2015-02-014-0/+26
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mcelog: bump version to v109Bernd Kuhls2015-01-311-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/openldap: do not build the docYann E. MORIN2015-01-311-0/+23
| | | | | | | | | | | | Building the documentation fails on some autobuilders, so disable it as we're not interested in it. Fixes: http://autobuild.buildroot.org/results/1dc/1dc17a54e57130bffd19d360c9a7faae440b8916/ http://autobuild.buildroot.org/results/407/40797597024cbb9054fdda8bdf4d011bba966b06/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/openldap: needs MMUYann E. MORIN2015-01-311-0/+2
| | | | | | | | | | | | openldap uses fork(), so needs an MMU. Fixes: http://autobuild.buildroot.org/results/8a7/8a72aef6525da27b92235b918b6d41ad1c7fac09/ http://autobuild.buildroot.org/results/1ce/1ce0ac525217fc5308ea510c997c7ac59e69bc4c/ http://autobuild.buildroot.org/results/0eb/0eb180f77d5b70886e062ada1be133916ac97c31/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-coherence: new packageYegor Yefremov2015-01-314-0/+27
| | | | | | [Peter: add missing select for zope-interface] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-cffi: bump to 0.8.6Yegor Yefremov2015-01-311-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi-pvr-addons: bump versionBernd Kuhls2015-01-311-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/kodi: bump version to 14.1-HelixBernd Kuhls2015-01-311-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/rtmpdump: bump versionBernd Kuhls2015-01-311-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl: add hash for the perl-cross fileFabio Porcedda2015-01-311-0/+3
| | | | | | | | Fix: WARNING: No hash found for perl-5.20.1-cross-0.9.4.tar.gz Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ola: Bump to 0.9.4Simon Marchi2015-01-312-5/+100
| | | | | | | | | | | | The protoc stuff changed a bit since 0.9.3. When 0.9.4 was released, support for cross-compiling was broken because of it. A patch was merged upstream shortly after that fixes the problem, so I included it here. When the next version is released, the patch should not be necessary anymore. [Peter: actually change _VERSION] Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/fbv: Switch to giflibBernd Kuhls2015-01-313-3/+87
| | | | | | | | -- v2: Rework configure/Make.conf transition from -lungif to -lgif (Peter) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/nodejs: bump to version 0.10.36Jörg Krause2015-01-312-3/+3
| | | | | | | Bump to new version and update hash. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/clamav: bump version to 0.98.6Bernd Kuhls2015-01-312-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* benejson: use -std=c99Alex Suykov2015-01-311-0/+22
| | | | | | | | | Fixes http://autobuild.buildroot.net/results/d6a3c21938dddde45a427b42a7e0e37aa2426306/ http://autobuild.buildroot.net/results/bd138fc9cee13da850c81e8f9407f098a6a69c69/ Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{18, 14, 10}.x seriesGustavo Zacarias2015-01-311-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ffmpeg: disable freetype support on microblaze/glibcPeter Korsgaard2015-01-311-2/+3
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/6dd/6ddefaf001b9275ee073effbd6eb07be9f43e24d/ While it does provide fenv.h, it doesn't support the needed exceptions so disable it. Reported-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/openldap: new packageDavid Bender2015-01-286-0/+188
| | | | | | | | | | | | | | | | Signed-off-by: David Bender <codehero@gmail.com> [yann.morin.1998@free.fr: - remove ldaps config option, use build-time dependencies - add dependencies against openssl/gnutls/libnss as appropriate - fix mis-detected tls support when openssl is enabled - fix strip at install time - cleanup configure arguments - add hash file - fix help entry ] [Peter: needs wchar] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-jinja2: allow build as host-packageerico.nunes2015-01-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Jinja2 is a general purpose templating language for python and can be required during build time for python scripts that generate code. While currently there are no in-tree Buildroot packages which depend on host-python-jinja2, I'm currently having to deal with a proprietary software build system that requires it. I have tested that it builds and works correctly as a host python package for a Buildroot host-python and someone else might require it, so I'm proposing its inclusion. python-jinja2 for target builds fine without python-markupsafe as a build dependency, but when building host-python-jinja2 without host-python-markupsafe installed, the python package manager tries to download and install it. To avoid that and install host-python-markupsafe properly through Buildroot, the host build dependency is needed. Host support for python-markupsafe was submitted in a previous patch from this patchset. Signed-off-by: Erico Nunes <erico.nunes@datacom.ind.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud