summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* lpty: new packageFrancois Perrad2014-03-013-0/+22
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lunit: new packageFrancois Perrad2014-03-013-0/+24
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lzlib: new packageFrancois Perrad2014-03-013-0/+23
| | | | | | | | [Thomas: reformat Config.in help text to have a reasonable width of the text.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lua-csnappy: new packageFrancois Perrad2014-03-013-0/+22
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lua-messagepack: new packageFrancois Perrad2014-03-013-0/+21
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lua-coatpersistent: new packageFrancois Perrad2014-03-013-0/+23
| | | | | | | | [Thomas: mention that dependencies are run-time dependencies, adjust help text.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lua-coat: new packageFrancois Perrad2014-03-013-0/+20
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lua-testmore: new packageFrancois Perrad2014-03-013-0/+20
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lrandom: new packageFrancois Perrad2014-03-013-0/+24
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dado: new packageFrancois Perrad2014-03-013-0/+17
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lualogging: new packageFrancois Perrad2014-03-013-0/+22
| | | | | | | [Thomas: simplify version specification in the .mk file.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* luajson: new packageFrancois Perrad2014-03-013-0/+22
| | | | | | | | | [Thomas: explicitly mention that lpeg is a run-time dependency, and simplify the version specification. Both comments were made by Arnout.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cosmo: new packageFrancois Perrad2014-03-013-0/+19
| | | | | | | | [Thomas: indicate that the lpeg dependency is a run-time dependency, as suggested by Arnout.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lpeg: new packageFrancois Perrad2014-03-013-0/+19
| | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* systemd: ditch autoreconfGustavo Zacarias2014-03-011-2/+0
| | | | | | | | It needs AM_PATH_LIBGCRYPT and will bail out if ALL_EXTRAS (libgcrypt) isn't around - and it doesn't seem to be used at all. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vlc: avoid that AUTORECONF renames configure's argumentsArnout Vandecappelle2014-03-011-0/+11
| | | | | | | | | | | | | | | | | | | VLC defines two autoconf functions which are also defined by our own pkg.m4 from pkgconf. Unfortunately, they are defined in a different way: VLC adds --enable- options, but pkg.m4 adds --with- options. To make sure we use VLC's definition, rename these two functions from PKG_WITH_MODULES to VLC_PKG_WITH_MODULES and from PKG_HAVE_WITH_MODULES to VLC_PKG_HAVE_WITH_MODULES. Note that the second function (PKG_HAVE_WITH_MODULES) is in fact defined in exactly the same way by VLC and pkgconf, but this might no longer be the case when either pkgconf or VLC is updated. Therefore, that one is renamed as well. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Simon Dawson <spdawson@gmail.com> Tested-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "vlc: fix some configure options"Thomas Petazzoni2014-03-011-35/+35
| | | | | | | | | | | | | This reverts commit 020047730b5a30491751b81f9bc7017818d29269. The change of configuration option from --{enable,disable}-* to --{with,without} was made because we autoreconf vlc, but some vlc m4 functions are overriden by functions coming from our pkg.m4. An upcoming patch from Arnout fixes the problem in a better way by renaming the problematic macro so that they have a different name between their vlc specific variants and the pkg.m4 variants. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* busybox 1.22.1: add nc patchGustavo Zacarias2014-03-011-0/+15
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bash: bump to version 4.3Gustavo Zacarias2014-03-0140-3366/+10
| | | | | | | Switch to external readline support to potentially reduce target size. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* readline: bump to version 6.3Gustavo Zacarias2014-03-013-31/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* grep: bump version to 2.18Lévai Tamás2014-03-011-1/+1
| | | | | Signed-off-by: Tamás Lévai <levai.tamas@t-online.hu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python, python3: fix unicodedata enablingThomas Petazzoni2014-03-012-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A confusion was made when applying commit c3d539b53ff0533e91ae849dbdcdd589b0fec0cc ('host python/python3: conditionally disable unicodedata') and then commit 73293e88c828c9bddc0b684a4603f86f70f8e876 ('python, python3: enable unicodedata for host-python, needed by setuptools'). The first commit added the enabling of unicodedata in the host Python when the target Python is configured with unicodedata, which is necessary because building the target unicodedata Python module requires having unicodedata support in the host Python. The second commit enabled the unicodedata unconditionally in the host Python, because it is needed by host-setuptools. However, when the second commit was applied, the logic that consisted in disabling unicodedate in the host Python when not needed was kept, which resulted in breaking the build of host-setuptools due to the lack of unicodedata support in the host python. This commit fixes that by only leaving the unconditional --enable-unicodedata in the host Python configuration options, and therefore removing the problematic conditional --disable-unicodedata. Fixes: http://autobuild.buildroot.org/results/b62/b622fc14776f5a6c26ff0d1fb882f4ae6cccc5d8/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libmicrohttpd: bump to version 0.9.34Gustavo Zacarias2014-03-011-1/+1
| | | | | | | Adds support for TFO. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl-xml-parser: fix buildFrancois Perrad2014-03-011-1/+1
| | | | | | | (missing when changing the naming scheme of Perl modules) Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Makefile: ensure system is built even if no filesystem image is selectedThomas Petazzoni2014-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The parallel build patch series has significantly reworked how some of the core dependencies are expressed. We now have the following dependencies: all: world world: target-post-image target-post-image: $(TARGETS_ROOTFS) with TARGETS_ROOTFS containing the list of root filesystem image targets, each having the following dependencies: $$(BINARIES_DIR)/rootfs.$(1): target-finalize $$(ROOTFS_$(2)_DEPENDENCIES) The bottom line is that the "target-finalize" target, which in turns ensures that all packages are built, is only triggered if at least one filesystem image is enabled. As we want to support builds with no filesystem image selected, this is not acceptable. As a fix, we change the target-post-image target to: target-post-image: $(TARGETS_ROOTFS) target-finalize This way, target-finalize will be triggered even if TARGETS_ROOTFS is empty. This is still correct for parallel build, as the individual root filesystem image targets still depend on target-finalize. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Fabio Porcedda <fabio.porcedda@gmail.com>
* file: bump to version 5.17Gustavo Zacarias2014-02-281-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* haveged: bump to version 1.9.1Gustavo Zacarias2014-02-281-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pppd: bump to version 2.4.6Gustavo Zacarias2014-02-281-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Revert "libpng: fix download location"Peter Korsgaard2014-02-281-1/+1
| | | | | | | | | This reverts commit 7e505749659cde372fe5c52d2d8e5f9a2e945223. Now that we've bumped the libpng version, we shouldn't look for it among the older releases. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Merge branch 'next'Peter Korsgaard2014-02-28238-2967/+4280
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile package/dmraid/Config.in package/gdb/Config.in.host package/linux-headers/linux-headers.mk package/python/python.mk package/python3/python3.mk package/rt-tests/Config.in package/sdl/sdl.mk package/systemd/systemd-01-fix-getty-unit.patch package/systemd/systemd-02-fix-page-size.patch package/systemd/systemd-03-uclibc-fix.patch package/udev/Config.in package/udisks/Config.in package/vlc/vlc.mk system/Config.in Quite some merge conflicts, hopefully I didn't screw up anything. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * zyre: remove unnecessary autoreconf optionsSimon Dawson2014-02-261-1/+0
| | | | | | | | | | | | | | | | | | The default $(PKG)_AUTORECONF_OPT already includes the -i and -f flags, so there is no point in specifying these in the package makefile. Further, the -v option to autoreconf is not required. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * giblib: remove unnecessary autoreconf optionsSimon Dawson2014-02-261-1/+0
| | | | | | | | | | | | | | | | The default $(PKG)_AUTORECONF_OPT already includes the -i flag, so there is no point in specifying this in the package makefile. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * libtpl: remove unnecessary autoreconf optionsSimon Dawson2014-02-261-1/+0
| | | | | | | | | | | | | | | | The default $(PKG)_AUTORECONF_OPT already includes the -i and -f flags, so there is no point in specifying these in the package makefile. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * package/ti-gfx: do not forcefully remove source dir on extractYann E. MORIN2014-02-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | ti-gfx uses custom extract commands, which first and foremost removes the source dir unconditionally. Thee side-effect of this is that make will re-extract, re-patch and probably re-build ti-gfx at each run. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * package/ti-gfx: number and fix the new-clk-api patchYann E. MORIN2014-02-261-54/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a sequence number to the newclkapi patch. Rebase it ontop of the 5.01.00.01 release. Note: this is barely tested. It applies neatly, but I can't test it, since I do not have the hardware. I bumped the patch by basically renaming the problematic functions like the previous patch did: s/clk_enable/clk_prepare_enable/ s/clk_disable/clk_disable_unprepare/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * monit: bump to version 5.7Derycke, Johan2014-02-261-1/+1
| | | | | | | | | | | | | | | | CHANGES version 5.7: https://mmonit.com/monit/dist/CHANGES.txt Signed-off-by: Johan Derycke <johan.derycke@barco.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * php-gnupg: new packageGustavo Zacarias2014-02-263-0/+33
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * php: bump to version 5.5.9Gustavo Zacarias2014-02-261-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * packages: improve dependency check in virtual packages.eric.le.bihan.dev@free.fr2014-02-256-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current version of dependency check for virtual package <foo> defines FOO_CONFIGURE_CMDS to print an error message if the dependencies are not met. This patch updates all the virtual packages to use the GNU Make control function $(error text...) instead. This makes the error happen at the beginning of the build, with a clearer message. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * systemd: enable required kernel features.eric.le.bihan.dev@free.fr2014-02-252-3/+19
| | | | | | | | | | | | | | | | | | When systemd is chosen as init system, the required kernel features are enabled. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * udev: update udev to new virtual package infra.eric.le.bihan.dev@free.fr2014-02-254-16/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | The udev virtual package and its current providers (eudev and systemd) have been updated to use the latest version of virtual package infrastructure. A provider should now select BR2_PACKAGE_HAS_UDEV and well as set a value for BR2_PACKAGE_PROVIDES_UDEV. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * wpa_supplicant: rework .config file editingSven Neumann2014-02-251-69/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do all substitutions on the .config file in a single sed command. Make the .config file editing a lot more readable. Based on ideas brought up by Arnout Vandecappelle on the mailing-list. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (build-test with all features enabled) [Samuel: rebase on head of master] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * libpng: bump to version 1.6.9Sven Neumann2014-02-251-1/+1
| | | | | | | | | | | | | | | | This also fixes the download URL as oudated versions have been moved to the "older-releases" sub-folder. Signed-off-by: Sven Neumann <neumann@teufel.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * scancpan: a new scriptFrancois Perrad2014-02-231-0/+741
| | | | | | | | | | | | | | | | | | which creates Perl/CPAN package files [Peter: strip trailing spaces] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * manual: adding packages perlFrancois Perrad2014-02-232-0/+122
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * host-perl-module-build: new packageFrancois Perrad2014-02-231-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | Some Perl packages depend on very recent versions of Module-Build which are not yet shipped with a stable perl version. But the cpan client is able to update Module-Build as pre-requirement. On Buildroot, we must install the latest Module-Build. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * host-perl-xml-parser: rename and refactor with perl infrastructureFrancois Perrad2014-02-236-48/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though libxml-parser-perl had a Config.in file with an option to enable it on the target, this option was hidden by a dependency on BR2_HOST_ONLY. So in practice, it was not possible to enable libxml-parser-perl on the target. This allows us to rename libxml-parser-perl to perl-xml-parser to follow the new naming convention of Perl packages, without having to introduce Config.in.legacy material. In addition to this rename, the package is converted to use the newly introduced Perl package infrastructure. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * pkg-perl: new infrastructureFrancois Perrad2014-02-233-1/+195
| | | | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * perl: remove PERL_INSTALL_TARGET_GOALSFrancois Perrad2014-02-231-3/+1
| | | | | | | | | | | | | | | | | | | | useless since previous commit (removal of BR2_HAVE_DOCUMENTATION) see http://git.buildroot.net/buildroot/diff/package/perl/perl.mk?id=7164a32632d14cb83698ddec45e84ad2f3252e9e Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * ti-gfx: bump to version 5_01_00_01Marcelo Gutierrez2014-02-231-4/+4
| | | | | | | | | | | | Signed-off-by: Marcelo Gutierrez <kuyurix@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud