summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* collectd: bump to version 5.1.2Gustavo Zacarias2013-01-281-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux-firmware: add new config option of iwlwifi 5000 firmwareThomas Petazzoni2013-01-282-0/+13
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qwt: fix project's URLYegor Yefremov2013-01-281-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libvncserver: bump versionPeter Korsgaard2013-01-281-2/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* olsr: rework build and install procedureThomas Petazzoni2013-01-272-15/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit reworks the build and install steps of the olsr package, to fix a number of problems and do minor improvements: 1. The build step was doing "make <foo>" for each plugin. Unfortunately, inside olsr build system, doing "make <foo>" for a plugin triggers a clean of the plugin directory, a build, and then an installation of the plugin. This installation fails because DESTDIR is not passed at the install step. This leads to build issues like http://autobuild.buildroot.org/results/a9fed78cd0b3991763a797c38387edd4157fbdb9/build-end.log. To fix this, we call make in each plugin's directory, which is what "make <foo>" was doing internally. 2. The install step was manually installing the olsrd binary. We now instead use the install_bin make target that comes in olsr's build system. 3. The install step was manually installing the olsr plugins. We now instead use the install make target available in each plugin's makefile. 4. We use 'install' to install the init script, which avoids the manual creation of /etc/init.d. 5. We use 'install' to install the sample configuration file. 6. We remove the useless strip commands. 7. We add a patch that allows us to pass LDCONFIG=/bin/true to avoid ldconfig being called during the installation process. 8. We remove commands from the clean step that were in fact uninstallation commands. We don't bother re-adding those commands in an uninstallation step, since it is now generally accepted that the uninstall step is quite useless and should be deprecated. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* olsr: reindent commands with tabsThomas Petazzoni2013-01-271-9/+9
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* polkit: don't build documentation and examplesThomas Petazzoni2013-01-271-1/+3
| | | | | | | | | | | | | Building the manpages of polkit fails with issues in xsltproc. Since we are generally not that much interested in documentation, we disable them. This solves the build issues like http://autobuild.buildroot.org/results/751b71a594fa04924c7c3bb8f2c460ce1e44aa90/build-end.log. While we're at it, we also disable the build of the polkit example programs. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sudo: bump to version 1.8.6p4Gustavo Zacarias2013-01-251-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* flex: bump to version 2.5.37Gustavo Zacarias2013-01-253-7/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ntfs-3g: bump to version 2013.1.13Gustavo Zacarias2013-01-251-1/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: bump to version 1.42.7Gustavo Zacarias2013-01-251-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* polkit: show comment when wchar isn't enabledPeter Korsgaard2013-01-241-0/+3
| | | | | | As pointed out by Arnout. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Media-ctl: new packagePatrick Gerber2013-01-223-0/+27
| | | | | | [Peter: fix help text] Signed-off-by: Patrick Gerber <kpa_info@yahoo.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Yavta: new packagePatrick Gerber2013-01-223-0/+27
| | | | | | [Peter: License is GPLv2+, move out of package/multimedia] Signed-off-by: Patrick Gerber <kpa_info@yahoo.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add bustle dbus monitor packagePeter Korsgaard2013-01-223-0/+46
| | | | | | Only builds the capture tool, not the (host) graphical viewer. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* audiofile: fix licensePeter Korsgaard2013-01-221-1/+1
| | | | | | Somehow this didn't get committed in 1eb9845ad6 (add license information) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* can-utils: needs mmu supportPeter Korsgaard2013-01-221-0/+1
| | | | | | Fixes http://autobuild.buildroot.org/results/2a06aecd58bb465f5e3c2610d34162b48c9ebba4/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: add empty directory /usr/share/emptyStephan Hoffmann2013-01-211-0/+1
| | | | | | | | | Vsftpd needs an empty directory where it can chroot. If /usr/share/empty isn't present it refuses to work in the default configuration. Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lame: add license informationGustavo Zacarias2013-01-211-0/+2
| | | | | | [Peter: License is LGPLv2+] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libvorbis: add license informationGustavo Zacarias2013-01-211-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libao: add license informationGustavo Zacarias2013-01-211-0/+2
| | | | | | [Peter: License is GPLv2+] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: add license informationGustavo Zacarias2013-01-211-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sshfs: add license informationGustavo Zacarias2013-01-211-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gzip: add license informationGustavo Zacarias2013-01-211-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* flex: add license informationGustavo Zacarias2013-01-211-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* audiofile: add license informationGustavo Zacarias2013-01-211-0/+2
| | | | | | [Peter: License is GPLv2+ LGPLv2+] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: add license informationGustavo Zacarias2013-01-211-0/+2
| | | | | | [Peter: License is GPLv3+] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xz: add license informationGustavo Zacarias2013-01-211-0/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.21.x seriesGustavo Zacarias2013-01-212-2/+1037
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neardal: bump version to 0.8Simon Dawson2013-01-211-1/+2
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iftop: new packageBogdan Radulescu2013-01-213-0/+31
| | | | | | | | | Added the iftop package which is really useful to see quickly what uses the bandwidth on your machine. [Peter: move to 'Networking applications', fix license] Signed-off-by: Bogdan Radulescu <bogdan@nimblex.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ncdu: new packageBogdan Radulescu2013-01-213-0/+23
| | | | | Signed-off-by: Bogdan Radulescu <bogdan@nimblex.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add ntp patch for 1.20.2Gustavo Zacarias2013-01-211-0/+11
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-libust: fix version bumping to 2.1.1Samuel Martin2013-01-211-62/+0
| | | | | | | | | | * remove lttng-libust-dont-build-cxx-tests-when-not-available.patch (included in the 2.1.1 release) fix http://autobuild.buildroot.net/results/1fcbb7b53536522b26097c858a7a95eeece02277/build-end.log Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-tools: fix version bumping to 2.1.1"Samuel Martin2013-01-211-0/+51
| | | | | | | | * re-introduce lttng-tools-no-sync-file-range-in-uclibc.patch (merged upstream just after the 2.1.1 release) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: drop unneeded AUTORECONFPeter Korsgaard2013-01-211-1/+0
| | | | | | Hasn't been needed since d1defbf39 (bump to version 1.4.11). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: fixup input/gfx drivers handling after 0e4d25ff0fc5Peter Korsgaard2013-01-211-8/+6
| | | | | | | | | The input/gfx drivers handling got broken by the ':=' -> '=' conversion, as we redefine the variables in terms of themselves, causing recursion. Fix it by directly assigning the result to DIRECTFB_CONF_OPT instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libatasmart: new package.Marek Belisko2013-01-203-0/+30
| | | | | Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* polkit: new packageMarek Belisko2013-01-203-0/+33
| | | | | | | [Peter: Config.in comment tweak] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sg3_utils: new packageMarek Belisko2013-01-203-0/+57
| | | | | | | [Peter: rename to sg3-utils, invert package license logic] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa_supplicant: bump to version 2.0Gustavo Zacarias2013-01-201-1/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* hostapd: bump to version 2.0Gustavo Zacarias2013-01-201-1/+5
| | | | | | | | 802.11ac support isn't enabled on purpose since it's broken on some architectures. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: install sample config file to /etcStephan Hoffmann2013-01-201-0/+3
| | | | | | | | | vsftpd comes with a sample config file that can serve as a starting point for customization and enables a basic functionality. [Peter: drop /usr/share/empty creation] Signed-off-by: Stephan Hoffmann <sho@relinux.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python3: Handle properly the pyc and py files on the targetMaxime Ripard2013-01-201-0/+22
| | | | | | | | Fixes #5690 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python3: Point /usr/bin/python to python3 if python is not selectedMaxime Ripard2013-01-201-0/+7
| | | | | | | | Fixes #5702 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-babeltrace: bump to version 1.0.2Samuel Martin2013-01-201-1/+1
| | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-libust: bump to version 2.1.1Samuel Martin2013-01-201-1/+1
| | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-tools: bump to version 2.1.1Samuel Martin2013-01-203-134/+1
| | | | | | | | | | * remove lttng-tools-Support-new-lttng-ust-error-code.patch (tarball fixed) * remove lttng-tools-no-sync-file-range-in-uclibc.patch (merged upstream) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liburcu: bump to version 0.7.6Samuel Martin2013-01-201-1/+1
| | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xinit depends on mcookie, not xserver_xorg-serverArnout Vandecappelle (Essensium/Mind)2013-01-202-1/+2
| | | | | | | | | | | | mcookie is not actually used by the Xorg server; it is used by xinit to generate a xauth cookie before starting the server. Verified with 'ack-grep -a mcookie build/x*' in an output directory with all packages selected. The only other package that matches is x11vnc: it does a runtime check for mcookie and falls back on /dev/random if it's missing. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>