summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* directfb: fix error in *SetRegion* datatypesCarsten Schoenert2013-05-023-0/+1839
| | | | | | | | | | | | | | | DirectFB comes with incorrect declarations for *SetRegion* datatypes, this breaks the build for some GFX Drivers. Also there are some headers missend in the archive, this breaks some other modules of directfb that not covered yet by the autobuilders. And at least the configure script doesn't use a variable for the imlib2-config script. That breaks crossbuilds of directfb in most cases. Fixes: http://autobuild.buildroot.net/results/03465f0e14accc8d8f8fc2640b7a0dd8bec594e4 Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* samba: bump to version 3.6.14Gustavo Zacarias2013-05-021-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* package/tvheadend: use a non-root user to run the daemonYann E. MORIN2013-04-252-5/+10
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: add ability for packages to create usersYann E. MORIN2013-04-251-0/+1
| | | | | | | | | | | | | | | | Packages that install daemons may need those daemons to run as a non-root, or an otherwise non-system (eg. 'daemon'), user. Add infrastructure for packages to create users, by declaring the FOO_USERS variable that contain a makedev-syntax-like description of the user(s) to add. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Samuel Martin <s.martin49@gmail.com> Cc: Cam Hutchison <camh@xdna.net> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssh: don't use a custom libexec dirPeter Korsgaard2013-04-251-1/+1
| | | | | | | sftp expects to find sftp-server in the standard (/usr/libexec) location, so ensure it gets installed there. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* htop: bump to version 1.0.2gilles.talis@gmail.com2013-04-251-1/+3
| | | | | | | Also add license information Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xz: add XZ definition for the host variantGustavo Zacarias2013-04-241-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lzop: add LZOP definition for the host variantGustavo Zacarias2013-04-241-0/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxml++: new packagenmenegale2013-04-243-0/+31
| | | | | | | | libxml++ is a C++ wrapper for libxml2. [Peter: misc Config.in fixes] Signed-off-by: Nicolas Ménégale <nicolas.menegale@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* glibmm: new packagenmenegale2013-04-243-0/+31
| | | | | | [Peter: fixup white space] Signed-off-by: Nicolas Ménégale <nicolas.menegale@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uboot-tools: bump versionPeter Korsgaard2013-04-241-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>