summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * gpsd: bump version to 3.11Simon Dawson2014-08-253-13/+56
| | | | | | | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libsoc: bump to 0.6.3Yegor Yefremov2014-08-251-1/+1
| | | | | | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * modem-manager: bump to 1.4.0Yegor Yefremov2014-08-251-1/+1
| | | | | | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * libmbim: bump to 1.10.0Yegor Yefremov2014-08-251-1/+1
| | | | | | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/mesa3d: Bump version to 10.2.6Bernd Kuhls2014-08-211-1/+1
| | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * package/boost: Bump version to 1.56.0Bernd Kuhls2014-08-181-1/+1
| | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * package/ffmpeg: Bump version to 2.3.3Bernd Kuhls2014-08-181-1/+1
| | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * odhcploc: new packageFloris Bos2014-08-173-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds odhcploc, a network utility to scan for (rogue) DHCP servers. [Thomas: - remove ODHCPLOC_SOURCE line, not needed since the value was the default - use 'make install' instead of manually installing the program - use TARGET_CONFIGURE_OPTS instead of passing just CC and LD - use tab for indentation inside command definitions instead of spaces] Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * php: add pdo_pgsql extensionFloris Bos2014-08-172-0/+14
| | | | | | | | | | | | | | | | | | | | Adds support for the PDO PostgreSQL extension to the PHP package. [Thomas: slightly adjust Config.in comment to indicate that's it's the "Postgresql driver" that needs (e)glibc and not just "Postgresql".] Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * postgresql: add replacement pg_configFloris Bos2014-08-172-0/+27
| | | | | | | | | | | | | | | | | | Normally pg_config is a native application compiled for the target architecture. Since we cannot execute those on the host system, provide a simple shell script as replacement. Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * qemu: bump to version 2.1.0Francois Perrad2014-08-171-1/+1
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * nodejs: Add dependency on zlibPaul Cercueil2014-08-172-2/+5
| | | | | | | | | | | | | | | | Prior to this commit, nodejs would build zlib itself and link statically to it. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * upmpdcli: Bump to version 0.8.0Joerg Krause2014-08-171-1/+1
| | | | | | | | | | Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * package/sqlite: Bump version to 3.8.6Bernd Kuhls2014-08-171-1/+1
| | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * qemu/powerpc64-pseries: add new sample configGustavo Zacarias2014-08-152-0/+30
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * libidn: bump to version 1.29Gustavo Zacarias2014-08-151-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * erlang: bump to version 17.1Frank Hunleth2014-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Erlang/OTP 17.1 is a service release on the 17 track with mostly bug fixes, but it does contain a number of new features and characteristics improvements as well. Some highlights of the release are: - crypto: Add aes_cfb8 cypher to crypto:block_encrypt and block_decrypt. - diameter: Add result code counters for CEA, DWA, and DPA. - erts: The following built in functions in the erlang and binary modules now bump an appropriate amount of reductions and yield when out of reductions: binary_to_list/1, binary_to_list/3, bitstring_to_list/1, list_to_binary/1, iolist_to_binary/1, list_to_bitstring/1, binary:list_to_bin/1 - hipe: Handle Maps instructions get_map_elements, put_map_assoc, put_map_exact in the HiPE native code compiler. - mnesia: The time for inserting locks for a transaction with large number of locks is reduced significantly. - ssh: Option max_sessions added to ssh:daemon/{2,3}. - stdlib: Add maps:get/3 to maps module. The function will return the supplied default value if the key does not exist in the map. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * qt: add postgresql driver supportFloris Bos2014-08-152-1/+8
| | | | | | | | | | | | Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Reviewed-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * qt5base: add postgresql driver supportFloris Bos2014-08-152-0/+21
| | | | | | | | | | | | Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Reviewed-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * chrony: bump versionPeter Korsgaard2014-08-121-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * chrony: add sysv initscriptPeter Korsgaard2014-08-122-0/+30
| | | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * package/ffmpeg: Bump version to 2.3.2Bernd Kuhls2014-08-111-1/+1
| | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * package/exim: Bump version to 4.84Bernd Kuhls2014-08-111-1/+1
| | | | | | | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * nitrogen6x_defconfig: bump u-boot to version 63ae4a5Peter Seiderer2014-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump u-boot to latest version binary provided by Boundary Devices ([1]). This version is only 6 commits behind the head of the git production branch ([2]) recommended by Boundary Devices ([3]). Tested on nitrogen6q-rev3 board. [1] http://commondatastorage.googleapis.com/boundarydevices.com/u-boot-production.tar.gz [2] https://github.com/boundarydevices/u-boot-imx6/commits/production [3] http://boundarydevices.com/i-mx6-frequently-asked-questions-and-answers/#latest-uboot Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * nanocom: change version to 1.0Sergey Alyoshin2014-08-091-2/+2
| | | | | | | | | | | | | | | | As that is really what it is. [Peter: slightly reworded description] Signed-off-by: Sergey Alyoshin <alyoshin.s@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * barebox: bump to version 2014.08.0Fabio Porcedda2014-08-091-2/+2
| | | | | | | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * nano: bump to version 2.3.6Gustavo Zacarias2014-08-091-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * evetst: bump to version 1.32Peter Seiderer2014-08-091-1/+1
| | | | | | | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * evemu: bump to version 2.0.0Peter Seiderer2014-08-098-250/+26
| | | | | | | | | | | | | | | | Delete python3 porting related patches (already upstream) Update other patches to apply cleanly. Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * postgresql: bump to version 9.3.5Peter Seiderer2014-08-091-1/+1
| | | | | | | | | | | | | | | | | | See [1] for a detailed list of changes/fixes. [1] http://www.postgresql.org/docs/current/static/release-9-3-5.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | Kickoff 2014.11 cyclePeter Korsgaard2014-09-011-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | docs/news.html: add 2014.08 announcement linkPeter Korsgaard2014-09-011-1/+2
| | | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | Update for 2014.08Peter Korsgaard2014-09-014-8/+33
| | | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | package/libnl: add patch to fix build with the musl C libraryJörg Krause2014-09-011-0/+18
| | | | | | | | | | | | | | | | Add a patch to the package libnl which removes an error when building libnl against the musl C library. Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | mtdev2tuio: fix static linkingPeter Korsgaard2014-09-011-1/+2
| | | | | | | | | | | | | | | | Liblo uses log(3), so we need to link with -lm when linking statically. Fixes http://autobuild.buildroot.net/results/bec/becda4756c577ec158536408aba59797fbed938a/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | cppcms: needs wchar support even without icuPeter Korsgaard2014-09-011-7/+2
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/6f8/6f8e8b68235f6cf0dfef13e3ed11f97a3ab50a06/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | package/taglib: fix static linkSamuel Martin2014-09-011-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | - disable shared object build when BR2_PREFER_STATIC_LIB is set - patch the CMake code for handling static/shared object build using standard CMake flags, instead of the custom ones. Fixes: http://autobuild.buildroot.net/results/a9c/a9cfe66c57bffc5a4560b2e4dcb41994da59e294/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | package/polarssl: fix static linkSamuel Martin2014-08-312-2/+39
| | | | | | | | | | | | | | | | | | | | | | | | - disable shared object build when BR2_PREFER_STATIC_LIB is set - patch the CMake code for handling static/shared object build using standard CMake flags, instead of the ucstom ones. Fixes: http://autobuild.buildroot.net/results/754/754947d2a77a4dbe91057d8ce64fc4996e716ece/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | package/musepack: fix static linkSamuel Martin2014-08-311-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | - disable shared object build when BR2_PREFER_STATIC_LIB is set - patch the CMake code for handling static/shared object build using standard CMake flags, instead of the custom ones. Fixes: http://autobuild.buildroot.org/results/e5e/e5eef14d5ed76db824c47a7e679e68397a023526/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | package/musepack: add sequence number in patch namesSamuel Martin2014-08-311-0/+0
| | | | | | | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | package/libplist: fix static linkSamuel Martin2014-08-312-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | - libplist depends on libm and optionally on zlib and libiconv (via libxml2), so add a patch fixing the build-system that way - disable shared object build when BR2_PREFER_STATIC_LIB is set Fixes: http://autobuild.buildroot.net/results/9a3/9a364e3d91634a2da2bc481da1dee0ad0e870941/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | package/yajl: fix static linkSamuel Martin2014-08-311-0/+44
| | | | | | | | | | | | | | - disable shared object build when BR2_PREFER_STATIC_LIB is set Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | package/yajl: add sequence number in patch namesSamuel Martin2014-08-311-0/+0
| | | | | | | | | | | | | | Also remove the package version from the patch names. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | package/cmake: add host-pkgconf as dependencySamuel Martin2014-08-311-0/+2
| | | | | | | | | | | | | | | | Since some CMake modules (even upstream ones) use pgk_check_modules primitives to find {C,LD}FLAGS, add it to the dependency list. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | manual/user guide/customization: rework section on rootfs customizationThomas De Schampheleire2014-08-313-71/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch reworks the section on root filesystem customization as follows: - use labeled list instead of bulleted list to clarify the different methods - move rootfs overlay and post-build scripts to the top and label them as recommended. - split post-image to a separate section, as it is not related to the target filesystem customization - line up post-build and post-image explanations, for example regarding working directory of the script - general expansion of some of the explanation - general rewording Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | systemd: fix endian detection for powerpcPeter Korsgaard2014-08-312-0/+169
| | | | | | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/d53/d5305af6e47da7a577e391c96328ca952c149cd1/ Apply two patches from upstream git to fix powerpc endian detection. These patches are already part of systemd v216, so they should be dropped when the package is bumped. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | php-*: get tarball from sources.buildroot.netPeter Korsgaard2014-08-315-5/+10
| | | | | | | | | | | | | | pecl.php.net seems to have a database issue and returns a html page instead of the tarball. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | php-gnupg: get tarball from sources.buildroot.netPeter Korsgaard2014-08-311-1/+2
| | | | | | | | | | | | | | | | | | pecl.php.net seems to have a database issue and returns a html page instead of the tarball. Fixes http://autobuild.buildroot.net/results/3b6/3b6c53ecbd8d25307ed77b29bffa62f5395f1981/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | php-geoip: get tarball from sources.buildroot.netPeter Korsgaard2014-08-311-1/+2
| | | | | | | | | | | | | | | | | | pecl.php.net seems to have a database issue and returns a html page instead of the tarball. Fixes http://autobuild.buildroot.net/results/c56/c56b3bf6c141b2b9b9062816bec559b2529534a1/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* | package/xscreensaver: fix linking with intlRomain Naour2014-08-313-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xscreensaver doesn't build with (e)glibc toolchain when gettext package is selected. With (e)glibc libintl is provided by the libc whereas with uClibc it's provided by gettext. If "LIBS=-lintl" is removed from XSCREENSAVER_CONF_ENV, then the -lintl is missing during xscreensaver build if the toolchain needs gettext. xscreensaver.o: In function `main': undefined reference to `libintl_bindtextdomain' undefined reference to `libintl_textdomain' Backport a patch applied in 5.28 that fix linking issue with intl and remove "LIBS=-lintl" from XSCREENSAVER_CONF_ENV. Note: gettext package is always selected with xscreensaver when BR2_NEEDS_GETTEXT is set due to dependencies on libgtk2 and libglib2. Fixes: http://autobuild.buildroot.net/results/39b/39b6ad07ad59d87afeca6e427c69f580bed35700/build-end.log Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud