aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* xapp_xinit/xdm: only makes sense if there is an X serverArnout Vandecappelle (Essensium/Mind)2013-01-202-0/+4
| | | | | | [Peter: also add dependency for xdm (which selects xinit)] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* httping: don't override optimization level, correctly disable debug supportPeter Korsgaard2013-01-201-3/+2
| | | | | | | | | | | | The httping makefile by default appends -O3 to CFLAGS, overriding the optimization flags set in Buildroot, so pass OFLAGS= to disable this. The DEBUG=no argument has to be passed on the make cmdline and not in the environment to take effect, as it is unconditionally set in the Makefile. Notice that it shouldn't be passed to 'make install', as that otherwise will try to run the host strip program. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* httping: remove redundant 'override CFLAGS' patchArnout Vandecappelle (Essensium/Mind)2013-01-202-55/+2
| | | | | | | | It is not necessary to override CFLAGS when CFLAGS is passed through the environment rather than as an argument to make. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: remove the last remaining copyright noticesThomas Petazzoni2013-01-204-54/+1
| | | | | | | | | | | | | There is no real reason to keep copyright notices in just four packages, while none of the other packages have such copyright notices. The license is already clearly announced by the COPYING file in the top Buildroot source directory. The authors are clearly credited through the Git history of the project. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: remove all := signsThomas Petazzoni2013-01-2042-148/+170
| | | | | | | | | | | Finally get rid of all := used for variable definitions in packages, as we suggest in our manual and during the review of new packages. While I was at it, I also sometimes added a few missing new lines between the header and the first variable definition. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* speex: add license informationsThomas Petazzoni2013-01-201-0/+3
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkgconf: add license informationsThomas Petazzoni2013-01-201-0/+2
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libogg: add license informationsThomas Petazzoni2013-01-201-1/+3
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcap: add license informationsThomas Petazzoni2013-01-201-0/+3
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* icu: add license informationsThomas Petazzoni2013-01-201-0/+3
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cmake: add license informationsThomas Petazzoni2013-01-201-0/+8
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: add license informationsThomas Petazzoni2013-01-201-0/+2
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* axel: add license informationsThomas Petazzoni2013-01-201-0/+2
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wireless_tools: don't call ldconfigThomas Petazzoni2013-01-201-2/+2
| | | | | | | | | | The wireless_tools installation process calls ldconfig to update the ld.so cache, but in a cross-compilation situation, it doesn't make sense, and simply takes time for nothing. To avoid this, we pass LDCONFIG=/bin/true during the wireless_tools installation steps. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gettext: fix static build failureGustavo Zacarias2013-01-201-0/+3
| | | | | | | | | | When static libraries are preferred we don't build dynamic libraries so it fails on the install phase. So don't try to do it for those cases. Fixes: http://autobuild.buildroot.net/results/651537ae1909b039e0cfc5c104ee87f93a9e5792/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl_gfx: bump versiongilles.talis@gmail.com2013-01-191-1/+4
| | | | | | [Peter: use 2.0.23 instead of .24 because of build issues with .24] Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl_mixer: bump to version 1.2.12gilles.talis@gmail.com2013-01-191-3/+6
| | | | | Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl_ttf: bump to version 2.0.11gilles.talis@gmail.com2013-01-191-3/+6
| | | | | Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uboot-tools: fix build failure for the targetGustavo Zacarias2013-01-191-0/+37
| | | | | | | | | The patch to drop config.h is still required, it just needed a tweak. Fixes: http://autobuild.buildroot.net/results/3653c0e3ec460c710524468987d5192337cf210e/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cairo: add missing dependency on xlib_libXextThomas Petazzoni2013-01-192-1/+2
| | | | | | | | | | | | The X.org backend of Cairo now requires xlib_libXext. See http://permalink.gmane.org/gmane.comp.lib.cairo/23385. Fixes: http://autobuild.buildroot.org/results/795404665ec74a7ac929fdf8caf1397c9c54d80d/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cairo: bump version to 1.12.10Thomas Petazzoni2013-01-191-1/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gd: explictly disable freetype support when not availablePeter Korsgaard2013-01-181-0/+2
| | | | | | | Otherwise it will try to run freetype-config from the host to check for availability. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gd: ensure libpng-config from staging is usedJean-Christian de Rivaz2013-01-182-0/+34
| | | | | | | | | | | | | The gd package configure call 'libpng-config' to get the compiler flags required to use the libpng. The configure correctly allow to specify the path of the staging libpng-config by using the ac_cv_path_LIBPNG_CONFIG but the configure.ac call simply 'libpng-config' instead of the specified one. The configure.ac is now modified to call the specified libpng_config. [Peter: explictly pass --without-png instead of auto detect] Signed-off-by: Jean-Christian de Rivaz <jc@eclis.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uboot-tools: bump to version 2013.01Gustavo Zacarias2013-01-182-32/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vim: bump to version 7.3-762Gustavo Zacarias2013-01-172-2/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsigc: bump to version 2.2.11Gustavo Zacarias2013-01-171-2/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squid: bump to version 3.2.6Gustavo Zacarias2013-01-171-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cifs-utils: bump to version 5.9Gustavo Zacarias2013-01-171-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* proxychains-ng: copy proxychains.conf to target dirStefan Fröberg2013-01-161-0/+7
| | | | | | | | proxychains installation does not copy proxychains.conf to $(TARGET_DIR)/etc anymore so we have to do it manually now. Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* httping: also pass configuration (SSL/TFO/DEBUG) doing make installPeter Korsgaard2013-01-161-5/+6
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/144e146ad3223748c4f06f884aeff93e8c0c2de3 When SSL is enabled (which it is by default) an extra source file is built, so ensure the same configuration is used at 'make install' time as during the build step. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* proxychains updated to proxychains-ng 4.4Stefan Fröberg2013-01-155-18/+18
| | | | | Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ltp-testsuite: add license infoSamuel Martin2013-01-151-0/+2
| | | | | | [Peter: GPLv2 / GPLv2+ mix as pointed out by Arnout] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* opkg: fix configure step by adding host-pkgconf dependencyThomas Petazzoni2013-01-151-0/+2
| | | | | | | | | | | | | The opkg configure.ac uses the PKG_CHECK_MODULES() m4 macro, which is provided by the .m4 files installed by host-pkgconf, so we must have this package as a dependency. Fixes: http://autobuild.buildroot.org/results/069fcab6e7dd5a1f07251ba6f52f65643a2f7594/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tslib: fix license infoLuca Ceresoli2013-01-151-1/+1
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>