summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
| * dropbear: factorize the 'depends on BR2_PACKAGE_DROPBEAR'Thomas Petazzoni2013-05-271-4/+4
| | | | | | | | | | | | | | | | | | Enclose all dropbear sub-options into a 'if BR2_PACKAGE_DROPBEAR' ... 'endif' block rather than having 'depends on BR2_PACKAGE_DROPBEAR' for each option. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * numactl: new packageWill Newton2013-05-273-0/+38
| | | | | | | | | | | | | | | | | | | | | | [Thomas: updated to 2.0.8, restricted to supported architectures, added licensing informations, updated to latest Buildroot package infrastructure] [Peter: Fix LICENSE_FILES typo, needs largefile support in toolchain] Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * git: new packageSagaert Johan2013-05-263-0/+75
| | | | | | | | | | | | | | [Peter: needs largefile, fix license info] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * Remove spurious POST_UNINSTALL hook usageSimon Dawson2013-05-262-17/+0
| | | | | | | | | | | | | | | | A couple of patches make use of XXX_POST_UNINSTALL_TARGET_HOOKS, which is not a hook set that Buildroot actually supports. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * aespipe: new packagePatrick Ziegler2013-05-263-0/+22
| | | | | | | | | | Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libnss: bump to version 3.14.3Gustavo Zacarias2013-05-261-2/+5
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libnspr: add license infoPeter Korsgaard2013-05-261-0/+2
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ed: Convert to generic package infrastructureMarkos Chandras2013-05-261-1/+17
| | | | | | | | | | | | | | The package uses custom configure and Makefile files. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libnspr: Bump version to 4.9.6.Will Newton2013-05-261-1/+1
| | | | | | | | | | | | | | This fixes the build for aarch64. Signed-off-by: Will Newton <will.newton@linaro.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libsigsegv: Version bump to 2.10Markos Chandras2013-05-261-1/+1
| | | | | | | | | | Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * udpcast: Add udpcast-select-h.patch.Will Newton2013-05-261-0/+11
| | | | | | | | | | | | | | | | This patch fixes the build on AArch64 (and potentially others). The patch has been submitted upstream. Signed-off-by: Will Newton <will.newton@linaro.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * udpcast: Bump version to 20120424.Will Newton2013-05-261-1/+1
| | | | | | | | | | Signed-off-by: Will Newton <will.newton@linaro.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * pixman: Apply upstream patch to fix compilation on MIPSMarkos Chandras2013-05-232-0/+40
| | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/38aa4f2a2269b80226b910c46e0c9abe7dc38ff8/ Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * pixman: Version bump to 0.30.0Markos Chandras2013-05-171-1/+1
| | | | | | | | | | Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * am33x-cm3: add FW for suspend/resumeAnders Darander2013-05-144-0/+44
| | | | | | | | | | | | | | | | | | Without this firmware, the beaglebone won't be able to suspend/resume correctly. [Peter: tweak Config.in, rename init script, wrap long lines] Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package/dtc: add option to install programsYann E. MORIN2013-05-122-8/+55
| | | | | | | | | | | | | | | | | | | | | | | | By default, we only install the libfdt library. As suggested by Arnout, add an option that also installs the few dtc programs. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package/dtc: new packageYann E. MORIN2013-05-125-0/+99
| | | | | | | | | | | | | | | | dtc is the Device Tree Compiler, and manipulates device trees. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package/libbsd: new packageYann E. MORIN2013-05-123-0/+32
| | | | | | | | | | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * package/pmake: add host pmakeYann E. MORIN2013-05-121-0/+47
| | | | | | | | | | | | | | | | | | | | pmake is the make command used by the BSD. It will used to build BSD-related packages, coming later. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * gawk: bump to version 4.1.0Gustavo Zacarias2013-05-123-10/+12
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * dnsmasq: bump to version 2.66Gustavo Zacarias2013-05-123-1/+171
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * less: bump to version 458Gustavo Zacarias2013-05-121-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * httping: bump to version 2.2.1Gustavo Zacarias2013-05-121-2/+7
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * fftw: bump to version 3.3.3Gustavo Zacarias2013-05-121-1/+3
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ipset: bump to version 6.19Gustavo Zacarias2013-05-121-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * samba: bump to version 3.6.15Gustavo Zacarias2013-05-121-1/+1
| | | | | | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * sane-backends: handle sane-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * python3: remove another config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * python: remove stale python2-config symbolic linkThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We already remove python2.7-config and the symbolic link python-config, but we forgot to remove the python2-config symbolic link. Note that we can't use the <pkg>_CONFIG_SCRIPTS mechanism here because python2.7-config is written in... Python, and doesn't follow the usual syntax of <pkg>-config scripts. It takes the paths directly from distutils.sysconfig. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * liblog4c-localtime: handle log4c-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * liblog4c-localtime: remove whitespace at beginning of linesThomas Petazzoni2013-05-111-10/+10
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * netsnmp: handle net-snmp-config scriptThomas Petazzoni2013-05-111-3/+3
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * netatalk: handle netatalk-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libvncserver: handle libvncserver-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libftdi: handle libftdi-config scriptThomas Petazzoni2013-05-111-1/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libesmtp: handle libesmtp-config scriptThomas Petazzoni2013-05-111-1/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libcdaudio: handle libcdaudio-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libart: handle libart2-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * imlib2: handle imlib2-config scriptThomas Petazzoni2013-05-111-4/+2
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * gsl: handle gsl-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * fltk: handle fltk-config scriptThomas Petazzoni2013-05-111-0/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * libcgicc: handle cgicc-config scriptThomas Petazzoni2013-05-111-1/+1
| | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * luafilesystem: bump to version 1.6.2Francois Perrad2013-05-111-1/+1
| | | | | | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ptpd2: new packageGustavo Zacarias2013-05-114-0/+63
| | | | | | | | | | | | | | | | | | Add the ptpd2 package, handles the IEEE 1588-2008 spec which is not backward compatible to IEEE 1588-2002. [Peter: mark init script as executable] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| * ptpd: new packageGustavo Zacarias2013-05-114-0/+62
| | | | | | | | | | | | | | | | | | Add the new ptpd package, loosely based on the one from bug #2305. This one handles the IEEE 1588-2002 spec. [Peter: mark init script as executable] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | opengl: correct detection of virtual packages having no dependenciesWill Wagner2013-05-303-3/+3
| | | | | | | | | | | | | | | | | | | | | | I believe the original intent was to make it that the configure step for the opengl virtual packages fails if there is not at least one dependency. This patch fixes the logic so that it actually fails if dependency list is empty Signed-off-by: Will Wagner <will_wagner@carallon.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Revert "pulseaudio : bump to version 3.0"Peter Korsgaard2013-05-301-2/+2
| | | | | | | | | | | | This reverts commit d3bde0a64edb5a3392314d2cdd2c4e4057d15831. This wasn't supposed to be applied to master.
* | libplayer: Remove unsupported QUIET variableMarkos Chandras2013-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes the following compilation problem when building with 'make -s' Unknown option "-q". See ./configure --help for available options. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | pulseaudio : bump to version 3.0Jeremy Rosen2013-05-291-2/+2
| | | | | | | | | | Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | kmod : protect against architectures without __NR_finit_moduleJeremy Rosen2013-05-291-0/+31
| | | | | | | | | | | | | | | | | | | | | | This bug caused udev to fail to load any module, crashing with Illegal instruction. The patch was taken from upstream and should be integrated in the next version of kmod (version 14) Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>