summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* iw: bump to version 3.10Gustavo Zacarias2013-05-021-9/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mongoose: add optional openssl supportPeter Korsgaard2013-05-021-1/+9
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mongoose: bump versionPeter Korsgaard2013-05-021-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add package for mongoose web serverCharles Manning2013-05-024-0/+78
| | | | | | [Peter: drop noauth patch, cleanup Config.in, don't install to staging, ..] Signed-off-by: Charles Manning <cdhmanning@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rootfs-overlay: use a make foreach instead of a shell forLuca Ceresoli2013-04-301-4/+3
| | | | | | | | | Makes the code uniform with the post-build and post-image implementation (which is slightly simpler and, presumably, more efficient). Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* xkeyboard-config: fix license files typoPeter Korsgaard2013-04-301-1/+1
| | | | | | As noticed by Thomas. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* weston: new packageThomas Petazzoni2013-04-304-0/+111
| | | | | | [Peter: fix udev comment, add upstream URL] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wayland: new packageThomas Petazzoni2013-04-303-0/+41
| | | | | | [Peter: fix scanner comment] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxkbcommon: new packageThomas Petazzoni2013-04-303-0/+27
| | | | | | [Peter: set gnu99 C mode] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xkeyboard-config: make available outside of X.org, reduce dependenciesThomas Petazzoni2013-04-294-5/+11
| | | | | | | | | | | | | | | | | | xkeyboard-connfig was selectable only if X.org was enabled. However, weston, the reference implementation of the Wayland protocol, also needs xkeyboard-config, so we have to make this package available outside of the if BR2_PACKAGE_XORG7 ... endif conditional. In addition to this, the xkeyboard-config currently pulls in xapp_xkbcomp as a runtime dependency, but this dependency is only needed with X.org. And it also pulls in xlib_libX11 and xproto_proto as build-time dependencies. But in fact those ones are runtime dependencies, and they are only needed under X.org. This helps reducing the number of dependencies of xkeyboard-config in a weston/wayland configuration. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Config.in.legacy: fix consistency warning on pthread-stubs optionThomas Petazzoni2013-04-291-0/+1
| | | | | | | | | | | | | | The old BR2_PACKAGE_PTHREAD_STUBS option (kept for legacy support) now selects the BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS option, but this creates a consistency warning from kconfig, because the new option has BR2_PACKAGE_XORG7 as a dependency. Since the old option also had BR2_PACKAGE_XORG7 has a dependency, we make the legacy config option depend on BR2_PACKAGE_XORG7 to avoid this warning. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* system: remove trailing tabs in Config.in fileThomas Petazzoni2013-04-291-8/+8
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* make: undeprecate package as it is used by the uClibc test suiteThomas Petazzoni2013-04-291-2/+4
| | | | | | | | | | | | | | | | The uClibc test suite can be installed on the target thanks to the BR2_UCLIBC_INSTALL_TEST_SUITE option, but it requires make to be installed on the target. Since the make package is currently marked as deprecated, it leads to the following warning: warning: (BR2_UCLIBC_INSTALL_TEST_SUITE) selects BR2_PACKAGE_MAKE which has unmet direct dependencies (BR2_DEPRECATED) We fix this by undeprecating the make package, and also update its description to explain why we have the make package even if we don't have support for building a toolchain for the target. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt, php: selecting mysql requires depending on MMUThomas Petazzoni2013-04-292-0/+4
| | | | | | | | | The mysql_client package is only available on architectures having a MMU, so all packages that are selecting mysql_client should depend on BR2_USE_MMU. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libjson: new packageSimon Dawson2013-04-294-0/+84
| | | | | | [Peter: fix static builds, don't run ldconfig, disable assert checks] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/arm: add support for Marvell PJ4Gustavo Zacarias2013-04-292-5/+9
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs/qemu: bump relevant configs to kernel version 3.9.xGustavo Zacarias2013-04-2923-44/+44
| | | | | | | | | | | Problematic configurations not bumped: powerpc-g3beige: Kernel oops on boot sh4-r2d - Qemu doesn't emulate advanced features from the console UART sparc-ss10 - Illegal instruction Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: 1.6.x needs C++ support in toolchainPeter Korsgaard2013-04-292-2/+4
| | | | | | Fixes http://autobuild.buildroot.net/results/b36f5492401a8bba8ed04614decfbf4152464740/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: default to 3.9, remove 3.8Peter Korsgaard2013-04-291-3/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 3.8.10, add 3.9Peter Korsgaard2013-04-291-2/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pciutils: ensure cross-pkgconfig is usedPeter Korsgaard2013-04-291-1/+1
| | | | | | | | For build with libkmod. Fixes http://autobuild.buildroot.net/results/70cdca5c5a41a14277c616fba3a58d8aa5fa5a2c/build-end.log Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tcpreplay: needs MMUgilles.talis@gmail.com2013-04-291-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/e95f23f79ba139681fb1e51375719329afe7e22c Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: fix directfb configure checkPeter Korsgaard2013-04-282-1/+41
| | | | | | | | | | | | | | | The configure script nicely supports a preconfigured directfb-config (using ac_cv_path_DIRECTFBCONFIG), except for when it checks the directfb version where it simply uses whatever directfb-config is in the path, breaking the build when this isn't available / recent enough. Fix is to use the correct one instead. As SDL doesn't autoreconf cleanly, also patch the generated configure script. Finally move the ac_cv_path_DIRECTFBCONFIG setting under the directfb conditional as it is only needed there. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb-examples: drop version number from bzero patchPeter Korsgaard2013-04-281-0/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sawman: bumping version to 1.6.3Carsten Schoenert2013-04-281-1/+1
| | | | | | | | | After switching directfb to 1.6.3 sawman must also be bumped to the current version because the old version can't be builded with newer libs and headers from directfb. Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb-examples: adding license informationCarsten Schoenert2013-04-281-0/+2
| | | | | Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb-exambles: adding new examples to the menuCarsten Schoenert2013-04-282-0/+14
| | | | | Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb-examples: bump to version 1.6.0Carsten Schoenert2013-04-281-1/+1
| | | | | | | | The previous version 1.2.0 isn't acting well with directfb 1.6.3 so increasing the version to the latest available version on directfb.org. Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb-examples: correct indentation and expand help textCarsten Schoenert2013-04-281-50/+123
| | | | | | [Peter: drop trailing newline] Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Config.in.legacy: adding renamed BR2 OptionsCarsten Schoenert2013-04-281-0/+16
| | | | | | | | | | | Related to the changed directfb variables for BR2_PACKAGE_DIRECTFB_DITHER_RGB16 and BR2_PACKAGE_DIRECTFB_TESTS adding a legacy check. [Peter: fix DIRECTB_TESTS typo] Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: fixing typo in variablesCarsten Schoenert2013-04-282-4/+4
| | | | | Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: expanding the help stringsCarsten Schoenert2013-04-281-0/+11
| | | | | | | | Adding a helper string for the PXA3xx and graphics driver from Marvell and the EP9x graphics driver from Cirrus Logic. Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* divine: bumping version to 1.6.3Carsten Schoenert2013-04-281-3/+8
| | | | | | | | | | | | | | To be identical to the version of directfb switching also to version 1.6.3. The divine package needs at minimum directfb 1.6.0 as dependencie. Adding the license information to the package divine. Also switch to Git for getting the package source because the tar.gz for version 1.6.3 on directfb.org is broken because of a missed header file inside. [Peter: tweak comments] Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: bumping version to 1.6.3Carsten Schoenert2013-04-281-2/+2
| | | | | Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add defconfig for ATMEL at91sam9g45m10ek boardAlexandre Belloni2013-04-281-0/+9
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* at: bump to version 3.1.13Jerzy Grzegorek2013-04-288-30/+31
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nettle: bump to version 2.7Gustavo Zacarias2013-04-281-1/+13
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squid: bump to version 3.3.4Gustavo Zacarias2013-04-271-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pciutils: bump to version 3.2.0Gustavo Zacarias2013-04-271-1/+9
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver_xorg-server: bump to version 1.12.4 and add security patchGustavo Zacarias2013-04-273-1/+35
| | | | | | | Bump to version 1.12.4 and add a security patch for CVE-2013-1940. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mongrel2: new packageLionel Orry2013-04-266-0/+196
| | | | | | [Peter: indent help, use _VERSION in _SITE] Signed-off-by: Lionel Orry <lionel.orry@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jansson: add empty line after headerPeter Korsgaard2013-04-261-0/+1
| | | | | | Missed from previous commit. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gmp: bump to version 5.1.1Gustavo Zacarias2013-04-262-53/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jansson: new packageSimon Dawson2013-04-263-0/+20
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neard: add support for toolsSimon Dawson2013-04-262-0/+10
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: fix libxml2 build failureGustavo Zacarias2013-04-261-0/+1
| | | | | | | | | | The libxml2 build test uses the PHP_TEST_BUILD macro which in turn uses AC_TRY_RUN which is bad for cross compilations. Force php_cv_libxml_build_works to yes when libxml2 is selected. Fixes: http://autobuild.buildroot.net/results/8b45a1260ab6ae15dc59a5d6b5b98698ec3e7bbe/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: bump 3.8.x stable versionGustavo Zacarias2013-04-261-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 3.{0, 2, 4, 8}.x stable versionGustavo Zacarias2013-04-262-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neardal: add support for ncl toolSimon Dawson2013-04-262-0/+14
| | | | | | [Peter: move directly under neardal option so it gets indented] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neard: bump version to 0.11Simon Dawson2013-04-262-429/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>