summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* dmalloc: Stop libdmalloc*.so files from being deleted from staging directoryReuben Dowle2013-05-041-1/+1
| | | | | | | Fix libdmalloc*.so files being deleted from the staging directory as the package is installed into the target. Signed-off-by: Reuben Dowle <reuben.dowle at 4rf.com>
* add daemon mode support to pulseaudioJeremy Rosen2013-05-043-0/+59
| | | | | | | | | | pulseaudio documentation recommends not using the daemon mode unless you are on a headless system, but since that is the common case for a buildroot installation, install the related user and groups [Peter: fix typos, ifeq check, unconditionally install into target] Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* samba: add option for built-in debug messagesGustavo Zacarias2013-05-042-0/+11
| | | | | | | | | | This option allows users to specify the maximum level for compiled-in debug messages with -1 being none. In a typical scenario of nmbd+smbd+smbpasswd this can save a full megabyte of target space. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* inotify-tools: install to stagingSimon Dawson2013-05-041-0/+2
| | | | | | | | inotify-tools includes a shared library, which should be installed in the staging directory Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jquery-keyboard: new packageGustavo Zacarias2013-05-043-0/+33
| | | | | | | | | | | Add the jquery-keyboard package based on Simon Dawson's patch with a newer version and improvements (license, select jquery, install layouts). [Peter: don't use install -D when destination is a directory] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* diffutils: only needs gettext if locale is selectedArnout Vandecappelle (Essensium/Mind)2013-05-032-2/+2
| | | | | | | | | Also add missing select in Config.in. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Added support for hashlib in the target PythonAvishay Orpaz2013-05-032-0/+10
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libjson: ensure shared lib is built with -fPICPeter Korsgaard2013-05-031-2/+10
| | | | | | Fixes http://autobuild.buildroot.net/results/72e6c260c9028dd636965b8bf76bb7ba216aa1a4/build-end.log Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gstreamer: needs threads support in toolchainPeter Korsgaard2013-05-032-2/+4
| | | | | | Indirectly fixes http://autobuild.buildroot.net/results/453ac64daf384702512ac68f1779f375e337332d/build-end.log Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libplayer: needs threads support in toolchainPeter Korsgaard2013-05-031-2/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mongoose: fix license infoPeter Korsgaard2013-05-031-1/+1
| | | | | | | | License file is called LICENSE, not COPYING. Fixes http://autobuild.buildroot.net/results/b45499489abad2a089b47d8470632b4152862c89/build-end.log Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* memtester: add license infoPeter Korsgaard2013-05-031-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ccache: define licenseLuca Ceresoli2013-05-021-0/+2
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: define licenseLuca Ceresoli2013-05-021-0/+6
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* omap-u-boot-utils: define licenseLuca Ceresoli2013-05-021-0/+2
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ffmpeg: define licenseLuca Ceresoli2013-05-021-0/+7
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gpsd: bump version to 3.9Simon Dawson2013-05-023-63/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* socketcand: needs toolchain with threads supportgilles.talis@gmail.com2013-05-021-0/+4
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/1d35f22a25e8641106f3c070f360cf4b4a02a461 Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rpi-firmware: Fixup config.txtMaxime Hadjinlian2013-05-021-1/+2
| | | | | | | | | | | | | The default name of the kernel binary for the RaspberryPi is kernel.img, it's only a zImage kernel renamed. Since Buildroot will build a zImage, the default config should use the zImage name instead of forcing the user to rename a file. This patch also remove the cmdline argument rootfstype. There is no point forcing the user to use ext4 for its root partition. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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>