summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Convert headers to lower case when relevantAlexandre Belloni2013-06-0628-28/+28
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imlib2: fix headerAlexandre Belloni2013-06-061-1/+1
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix package headers to comply with coding styleAlexandre Belloni2013-06-06187-0/+187
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ccid: fix header lineAlexandre Belloni2013-06-061-1/+1
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xfsprogs: Version bump to 3.1.11Markos Chandras2013-06-061-1/+1
| | | | | Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* p11-kit: fix __progname build failureGustavo Zacarias2013-06-061-1/+1
| | | | | | | | | | | Even though we've got UCLIBC_HAS___PROGNAME=y in our internal toolchains the build seems to fail under some circumstances. Since program_invocation_short_name is equally as useful just disable __progname usage. Fixes: http://autobuild.buildroot.net/results/cc8/cc861f5a034a0922a90fb6f22835a1fe8205d497/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add treePeter Korsgaard2013-06-063-0/+41
| | | | | | | Tree is a recursive directory listing command that produces a depth indented listing of files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gnutls: drop double libidn dependencyPeter Korsgaard2013-06-061-1/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Revert "gnutls: wchar only needed for tools"Peter Korsgaard2013-06-064-8/+9
| | | | | | | | | | | | | | This reverts commit 7672b1235d8f786938af66068c1c1da8a766bb38. It turns out that libgnutls.so ends up with a reference to wctomb() on uClibc, as uClibc doesn't have vasnprintf so gnutls builds its internal gnulib version of it, referencing wctomb(). Fix it by going back to requiring wchar for the base gnutls library as well. Fixes http://autobuild.buildroot.net/results/780/780e825e56dc78f1ea347ca462e2e31044428775/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/libbsd: depends on architectures providing a.out.hYann E. MORIN2013-06-062-0/+4
| | | | | | | | | | | | | | | | | | libbsd requires a.out.h, which is only available in a select subset of the architectures Buildroot supports. Propagate these new dependencies down to libedit. Fixes: http://autobuild.buildroot.org/results/019/019091312ec547520370ffad967b53e23f54a14b http://autobuild.buildroot.org/results/87c/87c3a8bf2248606d80ddcfd96132de4c5fe869ed http://autobuild.buildroot.org/results/589/5891f539ce3f3ff2e3411228472c8833fdd0d7c0 [...] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: add optional imlib2 supportMarkos Chandras2013-06-062-0/+12
| | | | | | [Peter: drop default y] Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* udpcast: needs host-m4Gustavo Zacarias2013-06-051-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/28b/28bc8651ee798af150bba5997b66ec7bb450ecde/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dtc: needs host-bison and host-flexGustavo Zacarias2013-06-051-0/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/000/000a042f6b485d90717d14b93efcf011841c33c3/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_luit: Add patch to fix building with recent gcc versionsMarkos Chandras2013-06-051-0/+19
| | | | | | | Upstream bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47792 Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xmodmap: Fix build problems due to missing asprintf definitionMarkos Chandras2013-06-051-0/+69
| | | | | | | Upstream Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=48696 Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gnutls: make crywrap a tools optionGustavo Zacarias2013-06-051-0/+5
| | | | | | | | | | crywrap now needs wchar support so just build it when tools are enabled. It's also a tool so it belongs there anyway. Fixes: http://autobuild.buildroot.net/results/418/418ce71eecc1db725e3b3f092131a01cb1666a60/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* p11-kit: fix argp_standalone build errorGustavo Zacarias2013-06-051-0/+2
| | | | | | | | | | | | When BR2_PACKAGE_ARGP_STANDALONE is enabled and built before p11-kit the configure script detects it and a conflict arises because libc already includes and defines program_invocation_short_name. Avoid this by forcing the detection to true otherwise the configure script tries to use argp-standalone and it clashes with libc. Fixes: http://autobuild.buildroot.net/results/a39/a39fe81a356b922a891d4225a56ce2427ab5bca7/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bzip2: Fix build system to build object files twiceMarkos Chandras2013-06-051-0/+56
| | | | | | | Fixes build problems on MIPS Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libftdi: autoreconf should happen for host as wellPeter Korsgaard2013-06-051-0/+1
| | | | | | | | | Fixes http://autobuild.buildroot.net/results/d30/d3090804149654e099d3bc9953d48fd920812bf4/build-end.log The same patches gets applied for target and host, so we should do autoreconf for the host as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* luajit: bump to version 2.0.2Francois Perrad2013-06-051-1/+1
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bwm-ng: move to appropiate categoryGustavo Zacarias2013-06-051-1/+1
| | | | | | | bwm-ng is a networking application, not a system one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* monit: needs threads support in toolchaingilles.talis@gmail.com2013-06-051-0/+4
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/0b5/0b5838f3d11b45244f27bd2bcb092dd6a88fd39d Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkg-utils.mk: legal-license-file: handle multiple license files with same namePeter Korsgaard2013-06-051-2/+2
| | | | | | | | | | | | Some packages (kmod, e2fsprogs, ..) contain multiple (different) license files with the same file name, but in different directories. These are currently all copied to the same filename in output/legal-info/licenses/<pkg>, overwriting everything but the last file. Fix it by recreating the same directory structure under legal-info. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kmod: adjust license info based on kmod tools selectionDanomi Manchego2013-06-051-2/+9
| | | | | | | | | The libkmod is licensed as LGPL, while the kmod tools are GPL. We always install libkmod, but conditionally install the tools. This patch adjusts the license variables accordingly. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gdk-pixbuf: add license infoDanomi Manchego2013-06-051-0/+2
| | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: add license infoDanomi Manchego2013-06-051-0/+2
| | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmpeg2: add license infoDanomi Manchego2013-06-041-1/+3
| | | | | | | Also, remove trailing slash from site. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* orc: add license infoDanomi Manchego2013-06-041-0/+2
| | | | | | [Peter: license is mix of BSD-2c and BSD-3c] Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tiff: add license infoDanomi Manchego2013-06-041-0/+2
| | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sdl: add license infoDanomi Manchego2013-06-041-0/+2
| | | | | | [Peter: License is LGPLv2.1+] Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* logrotate: workaround wget issue with wildcard ssl certificatesPeter Korsgaard2013-06-031-1/+1
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/815/815e2759f4961805d768efe79f0d83d13b16e706/build-end.log Certain wget versions dislike downloading from fedorahosted.org which provides a SSL certificate for *.fedorahosted.org. Work around it by instead downloading from www.fedorahosted.org instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/genext2fs: add host variantYann E. MORIN2013-06-032-0/+10
| | | | | | | | | | | | | | | | | | | | | genext2fs is built only if the user selected an ext2 root filesystem. However, some use-cases can't live with the full target/ dir on the root filesystem, and requires separate partitions (eg. for /usr). In this case, the user would not select an ext2 root fs in the Buildrooot menu, and would only generate a tarball of the rootfs. This tarball would then be used from a post-image script to build the actual required FSes. But then, genext2fs is not built, since the ext2 root FS was not selected. As for the other filesystem generators, provide a host variant of genext2fs (genext2fs is already host-package aware, so only needs adding a Kconfig entry). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/linux-firmware: bump version for new firmwareYann E. MORIN2013-06-032-12/+15
| | | | | | | | | | | | | | | | | Bump version to get a few new firmware files for some WiFi adapters. In the rtl81xx familly, it's hard to differentiate each members: I have a USB stick that identifies itself as TRL8188CUS, but is handled by the rtl8192ce driver. So I moved all of rtl81xx firmwares under the same option to avoid confusion. It will be the responsibility of the user to eventually get rid of unwanted firmware files in a post-build script, if needed. Ditto for rtl87xx. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/tvheadend: update to a git snapshotYann E. MORIN2013-06-033-11/+10
| | | | | | | | | There are a buncha fixes that are not available in a release yet. Needs refreshing our patches. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* git: needs libiconv on toolchains without locale supportPeter Korsgaard2013-06-032-1/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* git: needs zlib and host-gettextGustavo Zacarias2013-06-032-4/+2
| | | | | | | | | | | host-gettext fixes: http://autobuild.buildroot.net/results/a5b/a5b1bb708d62a9e296f05899f0984087fcf9e2ce/ zlib fixes: http://autobuild.buildroot.net/results/08f/08f5ed4dd35ad1ce06dda7577aae87b9aa7069b2/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gnutls: wchar only needed for toolsPeter Korsgaard2013-06-034-9/+8
| | | | | | And adjust reverse dependencies to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gnutls: bump to version 3.2.1Gustavo Zacarias2013-06-033-64/+24
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* p11-kit: new packageGustavo Zacarias2013-06-033-0/+31
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* aespipe: needs mmuGustavo Zacarias2013-06-031-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/9f3/9f3f85a024791cdc6b10e3e40cf41707eb074447/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libbsd: correct license file referenceGustavo Zacarias2013-06-031-1/+1
| | | | | | | | | Fixes autobuilder error: http://autobuild.buildroot.net/results/ccd/ccd2f3fe69a3e0321685daf95f85eca5ba2d64cf/ [Peter: use COPYING instead] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sconeserver: fix autouild failureSimon Dawson2013-06-031-1/+2
| | | | | | | | | Fixes autobuild failures such as the following. http://autobuild.buildroot.net/results/1bdb5e014daf76b701afea5c82ac83ac4c97d4cb/ Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sconeserver: requires thread supportSimon Dawson2013-06-031-2/+3
| | | | | | | | | Fixes autobuild failures such as the following. http://autobuild.buildroot.net/results/a290aa34bd44c0e08f7aa44a7c606420668eef6d/ Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: bump to version 5.3.25Gustavo Zacarias2013-06-031-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lm_sensors: bump to version 3.3.4Gustavo Zacarias2013-06-031-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pcre: bump to version 8.33Gustavo Zacarias2013-06-031-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ecryptfs-utils: new packageMarcin Bis2013-06-023-0/+51
| | | | | | | | | The following patch adds support for ecryptfs-utils. http://ecryptfs.org/ [Peter: needs host-intltool, fix typo in help text] Signed-off-by: Marcin Bis <marcin@bis.org.pl> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* intltool: bump versionPeter Korsgaard2013-06-021-3/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'next'Peter Korsgaard2013-06-02118-247/+1688
|\
| * iptables: bump to version 1.4.19.1Gustavo Zacarias2013-05-311-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>