buildroot.git
10 years agoMakefile: don't use parallel make when calling back into buildroot
Peter Korsgaard [Mon, 16 Dec 2013 12:49:28 +0000 (13:49 +0100)]
Makefile: don't use parallel make when calling back into buildroot

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>
10 years agooprofile: fix install for avr32
Simon Dawson [Mon, 16 Dec 2013 08:43:37 +0000 (08:43 +0000)]
oprofile: fix install for avr32

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>
10 years agomdadm: bump to version 3.3
Christophe Vu-Brugier [Mon, 16 Dec 2013 10:30:25 +0000 (11:30 +0100)]
mdadm: bump to version 3.3

Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agozyre: bump git snapshot
Simon Dawson [Mon, 16 Dec 2013 08:38:31 +0000 (08:38 +0000)]
zyre: bump git snapshot

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoneardal: bump to recent git snapshot
Simon Dawson [Mon, 16 Dec 2013 08:35:28 +0000 (08:35 +0000)]
neardal: bump to recent git snapshot

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>
10 years agoneard: bump version to 0.14
Simon Dawson [Mon, 16 Dec 2013 08:35:11 +0000 (08:35 +0000)]
neard: bump version to 0.14

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibtpl: bump git snapshot
Simon Dawson [Mon, 16 Dec 2013 08:34:40 +0000 (08:34 +0000)]
libtpl: bump git snapshot

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopoco: disable on avr32
Baruch Siach [Mon, 16 Dec 2013 04:59:08 +0000 (06:59 +0200)]
poco: disable on avr32

Fixes
http://autobuild.buildroot.net/results/8695f8d4412c78d9d58518d73d55ab490f2a6dc7/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoapf27: update configuration
trem [Sun, 15 Dec 2013 20:06:48 +0000 (21:06 +0100)]
apf27: update configuration

- 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>
10 years agoxconsole: add new package
Yegor Yefremov [Fri, 13 Dec 2013 08:13:32 +0000 (09:13 +0100)]
xconsole: add new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoRemove deprecated package netkitbase and netkittelnet
Arnaud Aujon [Sun, 15 Dec 2013 19:23:12 +0000 (20:23 +0100)]
Remove deprecated package netkitbase and netkittelnet

[Peter: fixup Config.in.legacy indentation]
Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoerlang: bump to version R16B03
Frank Hunleth [Thu, 12 Dec 2013 04:39:44 +0000 (23:39 -0500)]
erlang: bump to version R16B03

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agomanual: clarify format of comments about dependency on Linux kernel
Thomas De Schampheleire [Sun, 15 Dec 2013 12:20:40 +0000 (13:20 +0100)]
manual: clarify format of comments about dependency on Linux kernel

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoConfig.in files: unification of comments about dependency on Linux kernel
Thomas De Schampheleire [Sun, 15 Dec 2013 12:20:39 +0000 (13:20 +0100)]
Config.in files: unification of comments about dependency on Linux kernel

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>
10 years agoconfigs/qemu: bump relevant kernel/headers versions
Gustavo Zacarias [Sun, 15 Dec 2013 13:11:53 +0000 (10:11 -0300)]
configs/qemu: bump relevant kernel/headers versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopkg-python: improve error handling
Peter Korsgaard [Sun, 15 Dec 2013 15:17:28 +0000 (16:17 +0100)]
pkg-python: improve error handling

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>
10 years agopython-pysnmp-mibs: new package
Ryan Barnett [Wed, 11 Dec 2013 20:27:11 +0000 (21:27 +0100)]
python-pysnmp-mibs: new package

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>
10 years agopython-pysnmp-apps: new package
Ryan Barnett [Wed, 11 Dec 2013 20:27:10 +0000 (21:27 +0100)]
python-pysnmp-apps: new package

[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>
10 years agopython-pysnmp: new package
Ryan Barnett [Wed, 11 Dec 2013 20:27:09 +0000 (21:27 +0100)]
python-pysnmp: new package

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>
10 years agopython-pycrypto: new package
Ryan Barnett [Wed, 11 Dec 2013 20:27:08 +0000 (21:27 +0100)]
python-pycrypto: new package

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>
10 years agopython-pyasn: new package
Ryan Barnett [Wed, 11 Dec 2013 20:27:07 +0000 (21:27 +0100)]
python-pyasn: new package

[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>
10 years agopython-tornado: new package
Ryan Barnett [Wed, 11 Dec 2013 20:27:06 +0000 (21:27 +0100)]
python-tornado: new package

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>
10 years agopython-json-schema-validator: new package
Ludovic Desroches [Wed, 11 Dec 2013 20:27:05 +0000 (21:27 +0100)]
python-json-schema-validator: new package

[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>
10 years agopython-simplejson: new package
Ludovic Desroches [Wed, 11 Dec 2013 20:27:04 +0000 (21:27 +0100)]
python-simplejson: new package

[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>
10 years agopython-keyring: new package
Ludovic Desroches [Wed, 11 Dec 2013 20:27:03 +0000 (21:27 +0100)]
python-keyring: new package

[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>
10 years agopython-versiontools: new package
Ludovic Desroches [Wed, 11 Dec 2013 20:27:02 +0000 (21:27 +0100)]
python-versiontools: new package

[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>
10 years agopython-configobj: new package
Zoltan Gyarmati [Wed, 11 Dec 2013 20:27:01 +0000 (21:27 +0100)]
python-configobj: new package

[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>
10 years agopython-msgpack: new package
Wojciech M. Zabolotny [Wed, 11 Dec 2013 20:27:00 +0000 (21:27 +0100)]
python-msgpack: new package

[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>
10 years agopython-pyusb: new package
Wojciech M. Zabolotny [Wed, 11 Dec 2013 20:26:59 +0000 (21:26 +0100)]
python-pyusb: new package

[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>
10 years agopython-dialog: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:58 +0000 (21:26 +0100)]
python-dialog: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-thrift: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:57 +0000 (21:26 +0100)]
python-thrift: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-distutilscross: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:56 +0000 (21:26 +0100)]
python-distutilscross: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosupervisor: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:55 +0000 (21:26 +0100)]
supervisor: convert to the Python package infrastructure

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>
10 years agopython-netifaces: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:54 +0000 (21:26 +0100)]
python-netifaces: convert to the Python package infrastructure

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>
10 years agoscons: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:53 +0000 (21:26 +0100)]
scons: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-setuptools: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:52 +0000 (21:26 +0100)]
python-setuptools: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-serial: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:51 +0000 (21:26 +0100)]
python-serial: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-pyzmq: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:50 +0000 (21:26 +0100)]
python-pyzmq: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-pyro: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:49 +0000 (21:26 +0100)]
python-pyro: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-pyparsing: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:48 +0000 (21:26 +0100)]
python-pyparsing: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-pygame: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:47 +0000 (21:26 +0100)]
python-pygame: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-protobuf: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:46 +0000 (21:26 +0100)]
python-protobuf: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-nfc: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:45 +0000 (21:26 +0100)]
python-nfc: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-meld3: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:44 +0000 (21:26 +0100)]
python-meld3: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-mad: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:43 +0000 (21:26 +0100)]
python-mad: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-m2crypto: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:42 +0000 (21:26 +0100)]
python-m2crypto: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-ipy: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:41 +0000 (21:26 +0100)]
python-ipy: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-id3: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:40 +0000 (21:26 +0100)]
python-id3: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-dpkt: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:39 +0000 (21:26 +0100)]
python-dpkt: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-crc16: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:38 +0000 (21:26 +0100)]
python-crc16: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopython-bottle: convert to the Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:37 +0000 (21:26 +0100)]
python-bottle: convert to the Python package infrastructure

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage: introduce Python package infrastructure
Thomas Petazzoni [Wed, 11 Dec 2013 20:26:36 +0000 (21:26 +0100)]
package: introduce Python package infrastructure

[Peter: fix s/BUILD_TYPE/SETUP_TYPE/ typo in manual as noted by Samuel]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoerlang: add option to enable SMP support
Frank Hunleth [Fri, 13 Dec 2013 14:56:11 +0000 (09:56 -0500)]
erlang: add option to enable SMP support

Erlang builds two emulators depending on whether SMP is supported or
not. If it is known that the target does not support SMP, turning off
the SMP emulator saves compile time and reduces the size of the
installation.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodvb-apps: fix avr32 build failure
Simon Dawson [Fri, 13 Dec 2013 09:42:43 +0000 (09:42 +0000)]
dvb-apps: fix avr32 build failure

When building for avr32, the build fails as follows.

  cc1: error: unrecognized command line option "-Wno-packed-bitfield-compat"

An example of an autobuild failure arising from this is the following.

  http://autobuild.buildroot.net/results/92e/92e472004812a3616f62d766a9ea07a997a66e89/

Clearly, not all toolchains provide a gcc that understands
the -Wno-packed-bitfield-compat flag; remove usage of this flag.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopcsc-lite: bump to version 1.8.10
Axel Lin [Sat, 14 Dec 2013 07:21:29 +0000 (15:21 +0800)]
pcsc-lite: bump to version 1.8.10

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoccid: bump to version 1.4.14
Axel Lin [Sat, 14 Dec 2013 07:20:20 +0000 (15:20 +0800)]
ccid: bump to version 1.4.14

[Peter: fixup _SITE typo]
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agozxing: bump to version 2.3.0
Axel Lin [Fri, 13 Dec 2013 03:15:55 +0000 (11:15 +0800)]
zxing: bump to version 2.3.0

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxl2tp: bump to version 1.3.2
Axel Lin [Fri, 13 Dec 2013 01:02:25 +0000 (09:02 +0800)]
xl2tp: bump to version 1.3.2

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxl2tp: add licensing info
Axel Lin [Fri, 13 Dec 2013 01:01:08 +0000 (09:01 +0800)]
xl2tp: add licensing info

[Peter: make license GPLv2 only]
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/rpi-firmware: bump
Yann E. MORIN [Thu, 12 Dec 2013 18:08:36 +0000 (19:08 +0100)]
package/rpi-firmware: bump

This bumps gets us:
  - support for the v4l2 driver
  - fix latencies in vdec3 (h264 decoder)
  - fix incorrect frame presentation in de-interlacing filter

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/parted: add a host variant
Yann E. MORIN [Thu, 12 Dec 2013 18:18:42 +0000 (19:18 +0100)]
package/parted: add a host variant

Useful for for-build scripts to call parted, eg. to generate
partition tables and such automatically.

Since the primary goal is to use parted within scripts, we
do not need readline, so it is forcibly disabled.

Also, it does look unlikely that we need to manipulate LVM
volumes, so we forcibly disable support for the device-mapper.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/parted: relax dependency on readline
Yann E. MORIN [Thu, 12 Dec 2013 18:18:41 +0000 (19:18 +0100)]
package/parted: relax dependency on readline

parted can be configured without support for readline (ie. can be
not interactive), so we can relax the dependency on readline, and
make it an optional feature.

(Based on a code-snippet from Thomas.)

Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/parted: relax dependency on lvm2
Yann E. MORIN [Thu, 12 Dec 2013 18:18:40 +0000 (19:18 +0100)]
package/parted: relax dependency on lvm2

parted can be configured without support for LVM volumes, so
we can relax the dependency on lvm2, and make it an optional
feature.

Remove now no-longer needed dependency on MMU because of lvm2.

(Based on a code-snippet from Thomas.)

Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux: bump to version 3.12.5
Gustavo Zacarias [Thu, 12 Dec 2013 22:26:34 +0000 (19:26 -0300)]
linux: bump to version 3.12.5

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux-headers: bump 3. {4, 10, 12}.x stable versions
Gustavo Zacarias [Thu, 12 Dec 2013 22:26:33 +0000 (19:26 -0300)]
linux-headers: bump 3. {4, 10, 12}.x stable versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agospice: bump to version 0.12.4
Axel Lin [Thu, 12 Dec 2013 03:11:45 +0000 (11:11 +0800)]
spice: bump to version 0.12.4

According to the ChangeLog, spice needs glib2 since 0.12.2.
Thus add libglib2 dependency to fix build error if !BR2_PACKAGE_LIBGLIB2.
Also add a patch to fix trivial build error.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agospice-protocol: bump to version 0.12.6
Axel Lin [Thu, 12 Dec 2013 03:10:22 +0000 (11:10 +0800)]
spice-protocol: bump to version 0.12.6

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agouboot: support -r option for mkenvimage
Simon Dawson [Mon, 9 Dec 2013 17:51:13 +0000 (17:51 +0000)]
uboot: support -r option for mkenvimage

Some boards are configured in u-boot to store multiple redundant copies of
the environment image in flash.  For these boards, it is required to pass
the -r flag, when generating a boot environment image using mkenvimage.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agowavpack: bump to version 4.70.0
Axel Lin [Thu, 12 Dec 2013 00:55:43 +0000 (08:55 +0800)]
wavpack: bump to version 4.70.0

Also update license file location for 4.70.0.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agouclibc: do not enable DODEBUG
Thomas Petazzoni [Wed, 11 Dec 2013 21:56:21 +0000 (22:56 +0100)]
uclibc: do not enable DODEBUG

The DODEBUG configuration option in uClibc is broken, even for widely
used architectures like ARM. Therefore, any Buildroot configuration
that has BR2_ENABLE_DEBUG enabled and uses uClibc with the internal
toolchain backend will fail, with an error like:

  http://autobuild.buildroot.net/results/d34/d34238c209cf2ef63371a598ab9218165c90f864/build-end.log

This error was also reported recently by a Buildroot user.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoknock: fix _SITE so the correct git version is used
Peter Korsgaard [Thu, 12 Dec 2013 14:27:16 +0000 (15:27 +0100)]
knock: fix _SITE so the correct git version is used

And not just the latest commit from master.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agofile: bump to version 5.16
Axel Lin [Thu, 12 Dec 2013 13:18:04 +0000 (21:18 +0800)]
file: bump to version 5.16

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agof2fs-tools: bump to version v1.2.0
Gustavo Zacarias [Wed, 11 Dec 2013 16:37:02 +0000 (13:37 -0300)]
f2fs-tools: bump to version v1.2.0

* Adds staging installation for libf2fs
* Adds fsck.f2fs
* Fix license variables names

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoaumix: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:49 +0000 (10:23 -0300)]
aumix: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoboost: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:48 +0000 (10:23 -0300)]
boost: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodhcpdump: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:47 +0000 (10:23 -0300)]
dhcpdump: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoflashrom: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:46 +0000 (10:23 -0300)]
flashrom: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agofreerdp: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:45 +0000 (10:23 -0300)]
freerdp: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibcdaudio: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:44 +0000 (10:23 -0300)]
libcdaudio: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibcgi: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:43 +0000 (10:23 -0300)]
libcgi: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibcuefile: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:42 +0000 (10:23 -0300)]
libcuefile: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibdvdnav: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:41 +0000 (10:23 -0300)]
libdvdnav: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibdvdread: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:40 +0000 (10:23 -0300)]
libdvdread: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibexif: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:39 +0000 (10:23 -0300)]
libexif: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibplayer: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:38 +0000 (10:23 -0300)]
libplayer: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibreplaygain: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:37 +0000 (10:23 -0300)]
libreplaygain: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibsamplerate: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:36 +0000 (10:23 -0300)]
libsamplerate: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibsexy: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:35 +0000 (10:23 -0300)]
libsexy: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibsndfile: add licensing info
Gustavo Zacarias [Wed, 11 Dec 2013 13:23:34 +0000 (10:23 -0300)]
libsndfile: add licensing info

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/Config.in: fix alphabetical order
Jerzy Grzegorek [Wed, 11 Dec 2013 08:25:08 +0000 (09:25 +0100)]
package/Config.in: fix alphabetical order

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoboost: fixup host variant dependencies
Gustavo Zacarias [Tue, 10 Dec 2013 14:10:57 +0000 (11:10 -0300)]
boost: fixup host variant dependencies

Define an empty HOST_BOOST_DEPENDENCIES to avoid inheriting
BOOST_DEPENDENCIES.
Also ditch redundant empty definitions for BOOST_DEPENDENCIES and
BOOST_FLAGS.

Fixes:
http://autobuild.buildroot.net/results/9c6/9c64dd473a8096bb6343d746544997e333053e8b/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibqmi: bump to 1.8.0
Yegor Yefremov [Wed, 11 Dec 2013 11:58:50 +0000 (12:58 +0100)]
libqmi: bump to 1.8.0

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agowpa_supplicant: add option to enable syslog support
Sven Neumann [Wed, 11 Dec 2013 13:17:23 +0000 (14:17 +0100)]
wpa_supplicant: add option to enable syslog support

Add an option to enable support for sending debug messages
to syslog instead of stdout.

Signed-off-by: Sven Neumann <neumann@teufel.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibmbim: bump to 1.6.0
Yegor Yefremov [Tue, 10 Dec 2013 23:09:28 +0000 (00:09 +0100)]
libmbim: bump to 1.6.0

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoulogd: link conditionally to libpthread
Gustavo Zacarias [Tue, 10 Dec 2013 12:23:29 +0000 (09:23 -0300)]
ulogd: link conditionally to libpthread

libpthread is only needed for the database backends so don't link
against it if it's not available.

Fixes:
http://autobuild.buildroot.net/results/527/527d9d4f42af0ffc110e4f52701df279f466a89a/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoktap: new package
Anders Darander [Tue, 10 Dec 2013 11:59:41 +0000 (12:59 +0100)]
ktap: new package

Add ktap, a script-based dynamic tracing tool.

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosamba: security bump to version 3.6.22
Gustavo Zacarias [Tue, 10 Dec 2013 12:02:55 +0000 (09:02 -0300)]
samba: security bump to version 3.6.22

Fixes CVE-2013-4408 and CVE-2012-6150.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodnsmasq: bump to version 2.68
Gustavo Zacarias [Tue, 10 Dec 2013 12:02:29 +0000 (09:02 -0300)]
dnsmasq: bump to version 2.68

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agothrift: disable TQTcpServer
Gustavo Zacarias [Tue, 10 Dec 2013 10:11:06 +0000 (07:11 -0300)]
thrift: disable TQTcpServer

Disable TQTcpServer, it doesn't build properly. Fixes:
http://autobuild.buildroot.net/results/ef8/ef8afd0fea786f076a4bbece2fcbefdf5cb32ddd/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoimagemagick: drop IMAGEMAGICK_MAJOR variable
Peter Korsgaard [Tue, 10 Dec 2013 09:08:26 +0000 (10:08 +0100)]
imagemagick: drop IMAGEMAGICK_MAJOR variable

It is only expanded once just below, so we might as well drop it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>