summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* nodejs: Bump to version 0.10.12Paul Cercueil2013-12-173-32/+6
| | | | | | | | This makes building on mipsel possible (hard-float variant only). [Peter: also adjust dependenciess for comment] Signed-Off-By: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* systemd: Replace busybox' binaries only if applicablePaul Cercueil2013-12-171-1/+4
| | | | | | | | Previously, the package would overwrite busybox' binaries even if Busybox was set in the config as the default init system. Signed-Off-By: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bustle: bump versionPeter Korsgaard2013-12-171-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ti-uim: Add new packageAlexandre Belloni2013-12-163-0/+29
| | | | | | [Peter: wrap help text, use full git hash, fix file header, drop license file] Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Add hypervisor consoles (hvc)Anton Blanchard2013-12-162-0/+5
| | | | | | | | Add /dev/hvc* devices, and add them to securetty. These are required for ppc64 virtual consoles. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux.mk: enable options for ktapAnders Darander2013-12-162-0/+7
| | | | | | | | | | | Certain tracing related options are required to be able to build ktapvm.ko, enable those. Enable CONFIG_FUNTCTION_TRACER as otherwise, CONFIG_EVENT_TRACING won't stick. (Some tracer needs to be enabled for this). [Peter: add a note to ktap Config.in explaining this is done] Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cups: disable php extensionGustavo Zacarias2013-12-161-8/+1
| | | | | | | | | Such an old cups version isn't compatible with newer PHP series, so just disable it. Fixes: http://autobuild.buildroot.net/results/2dc/2dc985fc7cff6bd5d20fc074db4f6f7997dd81f5/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* knock: bump git snapshotVicente Olivert Riera2013-12-161-1/+1
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* smcroute: new packageMatt Weber2013-12-163-0/+32
| | | | | | Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com> Signed-off-by: Sean Gerhardt <sagerhar@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* knock: really fix github macro argumentsPeter Korsgaard2013-12-161-1/+1
| | | | | | | Somehow I ended up dropping the package name when I fixed the version, breaking download. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* php: bump to version 5.5.7Gustavo Zacarias2013-12-162-23/+8
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpcap: add upstream patch to fix runtime issue when TPACKET_V3 isn't supportedPeter Korsgaard2013-12-162-0/+34
| | | | | | | | | libpcap would fail to initialize on Linux when compiled against kernel headers with TPACKET_V3 support but running on kernel without: "can't get TPACKET_V3 header len on packet socket: Invalid argument" Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pkg-generic.mk: handle packages under toolchainPeter Korsgaard2013-12-161-0/+2
| | | | | | | E.G. for toolchain-buildroot / toolchain-external. Now these packages are correctly handled by make source / external-deps. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Makefile: don't use parallel make when calling back into buildrootPeter Korsgaard2013-12-161-3/+3
| | | | | | | | | | | | The source-check / external-deps make targets ends up calling recursively into buildroot's Makefile, causing make to display a warning: make[2]: warning: -jN forced in submake: disabling jobserver mode. We don't support toplevel parallel make, so get rid of the warning using MAKE1 instead. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* oprofile: fix install for avr32Simon Dawson2013-12-161-1/+6
| | | | | | | | | | | | | | There is no perf_events support in the kernel for avr32. The oprofile package makefile hard codes the list of binaries to install. Unfortunately, this hard-coded list contains pe_profiling/operf, which is only built when perf_events support is available. Fixes autobuild failures such as the following. http://autobuild.buildroot.net/results/492/492659bc252395a62e62e6005ed0e86e582dcada/ Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mdadm: bump to version 3.3Christophe Vu-Brugier2013-12-161-1/+1
| | | | | Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zyre: bump git snapshotSimon Dawson2013-12-161-2/+2
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* neardal: bump to recent git snapshotSimon Dawson2013-12-162-37/+1
| | | | | | | Also remove a local patch which has now been accepted upstream. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* neard: bump version to 0.14Simon Dawson2013-12-161-1/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libtpl: bump git snapshotSimon Dawson2013-12-161-1/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* poco: disable on avr32Baruch Siach2013-12-161-2/+4
| | | | | | | | Fixes http://autobuild.buildroot.net/results/8695f8d4412c78d9d58518d73d55ab490f2a6dc7/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* apf27: update configurationtrem2013-12-152-5/+10
| | | | | | | | | | | - move kernel 3.8.3 to 3.12.5 - enable pwm_imx in the kernel configuration - add u-boot Acked-by: Eric Jarrige <eric.jarrige@armadeus.org> Acked-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* xconsole: add new packageYegor Yefremov2013-12-153-0/+25
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Remove deprecated package netkitbase and netkittelnetArnaud Aujon2013-12-1510-381/+20
| | | | | | [Peter: fixup Config.in.legacy indentation] Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* erlang: bump to version R16B03Frank Hunleth2013-12-151-1/+1
| | | | | Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* manual: clarify format of comments about dependency on Linux kernelThomas De Schampheleire2013-12-151-0/+16
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Config.in files: unification of comments about dependency on Linux kernelThomas De Schampheleire2013-12-1518-15/+31
| | | | | | | | | This patch lines up the comments of packages that need a Linux kernel to be built by buildroot, to the format: foo needs a Linux kernel to be built Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/qemu: bump relevant kernel/headers versionsGustavo Zacarias2013-12-1514-26/+26
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pkg-python: improve error handlingPeter Korsgaard2013-12-151-1/+3
| | | | | | | | | | | | Make the python packing a bit easier to use by providing a detailed error message if <pkg>_SETUP_TYPE isn't set to a valid value. At the same time adjust the error message used when <pkg>_SETUP_TIME isn't set to list the exact variable name that should be set, and don't talk about 'Unknown' as it isn't printed when the variable isn't set (or is set to the empty string). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pysnmp-mibs: new packageRyan Barnett2013-12-153-0/+30
| | | | | | Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pysnmp-apps: new packageRyan Barnett2013-12-153-0/+30
| | | | | | | [Peter: remove wrong newline from help text] Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pysnmp: new packageRyan Barnett2013-12-153-0/+32
| | | | | | Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pycrypto: new packageRyan Barnett2013-12-153-0/+45
| | | | | | Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pyasn: new packageRyan Barnett2013-12-153-0/+33
| | | | | | | [Peter: license is LGPLv3+ / GPLv2+] Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-tornado: new packageRyan Barnett2013-12-153-0/+22
| | | | | | Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-json-schema-validator: new packageLudovic Desroches2013-12-153-0/+23
| | | | | | | | | [Thomas: convert to the Python package infrastructure, fix license informations.] [Peter: there is no LICENSE.txt] Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-simplejson: new packageLudovic Desroches2013-12-153-0/+22
| | | | | | | | | [Thomas: convert to the Python package infrastructure, drop the setuptools dependency since the package uses distutils.] Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-keyring: new packageLudovic Desroches2013-12-153-0/+28
| | | | | | | | | [Thomas: convert to the Python package infrastructure, improved the .zip handling, added license informations.] Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-versiontools: new packageLudovic Desroches2013-12-153-0/+21
| | | | | | | | [Thomas: convert to the Python package infrastructure, added license informations.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-configobj: new packageZoltan Gyarmati2013-12-153-0/+25
| | | | | | | | [Thomas: convert to the Python package infrastructure.] Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-msgpack: new packageWojciech M. Zabolotny2013-12-153-0/+32
| | | | | | | | | [Thomas: convert to the Python package infrastructure, added missing dependency on C++, inherited from msgpack.] Signed-off-by: Wojciech M. Zabolotny <wzab01@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pyusb: new packageWojciech M. Zabolotny2013-12-153-0/+29
| | | | | | | | | | [Thomas: converted to the Python package infrastructure, added missing libusb dependency in the .mk file, added missing newline in the Config.in file, fix the package description] Signed-off-by: Wojciech M. Zabolotny <wzab01@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-dialog: convert to the Python package infrastructureThomas Petazzoni2013-12-151-11/+3
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-thrift: convert to the Python package infrastructureThomas Petazzoni2013-12-151-23/+3
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-distutilscross: convert to the Python package infrastructureThomas Petazzoni2013-12-151-11/+2
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* supervisor: convert to the Python package infrastructureThomas Petazzoni2013-12-152-12/+11
| | | | | | | | | | | | | | | Remove the select of BR2_PACKAGE_PYTHON_SETUPTOOLS, since what is really needed is host-setuptools (as can be seen from the original .mk file), and not setuptools for the target. Also, remove the mangling of the Python shebang, since it's now done by passing the --executable= option at install time (done in the Python package infrastructure). Finally, convert the package to use <pkg>_INSTALL_INIT_SYSV. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-netifaces: convert to the Python package infrastructureThomas Petazzoni2013-12-152-18/+2
| | | | | | | | | Also, remove the "select BR2_PACKAGE_PYTHON_SETUPTOOLS", since setuptools is a host dependency (needed to built the package), not a target dependency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* scons: convert to the Python package infrastructureThomas Petazzoni2013-12-151-9/+4
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-setuptools: convert to the Python package infrastructureThomas Petazzoni2013-12-151-25/+3
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-serial: convert to the Python package infrastructureThomas Petazzoni2013-12-151-11/+2
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud