Ryan Barnett
ef63b034e6
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 >
2013-12-15 14:01:01 +01:00
Ryan Barnett
83cebd8e8e
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 >
2013-12-15 14:01:01 +01:00
Ryan Barnett
f096d82eb2
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 >
2013-12-15 14:01:00 +01:00
Ryan Barnett
fe6e7a4f13
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 >
2013-12-15 14:01:00 +01:00
Ryan Barnett
d75b18128b
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 >
2013-12-15 14:01:00 +01:00
Ludovic Desroches
50872e2dbe
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 >
2013-12-15 14:00:43 +01:00
Ludovic Desroches
b973f3bb2c
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 >
2013-12-15 13:41:35 +01:00
Ludovic Desroches
fba747ca43
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 >
2013-12-15 13:41:33 +01:00
Ludovic Desroches
b71842cb65
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 >
2013-12-15 13:41:32 +01:00
Zoltan Gyarmati
494c8eb54b
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 >
2013-12-15 13:41:31 +01:00
Wojciech M. Zabolotny
c8e76a2d49
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 >
2013-12-15 13:41:30 +01:00
Wojciech M. Zabolotny
973b3f7556
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 >
2013-12-15 13:41:28 +01:00
Thomas Petazzoni
d3e6511813
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 >
2013-12-15 13:41:27 +01:00
Thomas Petazzoni
0a0ea0a19e
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 >
2013-12-15 13:41:26 +01:00
Thomas Petazzoni
b8b9ef8934
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 >
2013-12-15 13:41:25 +01:00
Thomas Petazzoni
0935498a76
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 >
2013-12-15 13:41:23 +01:00
Thomas Petazzoni
8fd5a94562
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 >
2013-12-15 13:41:22 +01:00
Thomas Petazzoni
a69b2d3926
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 >
2013-12-15 13:39:39 +01:00
Thomas Petazzoni
3fcb28e7a1
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 >
2013-12-15 13:39:31 +01:00
Thomas Petazzoni
5da217204c
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 >
2013-12-15 13:38:57 +01:00
Thomas Petazzoni
3485afbce6
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 >
2013-12-15 13:38:49 +01:00
Thomas Petazzoni
fac776c8cc
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 >
2013-12-15 13:38:37 +01:00
Thomas Petazzoni
7cce98611b
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 >
2013-12-15 13:38:28 +01:00
Thomas Petazzoni
ba2e9e0fa9
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 >
2013-12-15 13:38:09 +01:00
Thomas Petazzoni
033e218c34
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 >
2013-12-15 13:37:39 +01:00
Thomas Petazzoni
527302e73f
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 >
2013-12-15 13:37:33 +01:00
Thomas Petazzoni
f9167f5a38
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 >
2013-12-15 13:37:27 +01:00
Thomas Petazzoni
f085d1f425
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 >
2013-12-15 13:37:19 +01:00
Thomas Petazzoni
dcd90b00ed
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 >
2013-12-15 13:37:06 +01:00
Thomas Petazzoni
1825edece0
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 >
2013-12-15 13:36:59 +01:00
Thomas Petazzoni
d26c5bc2e9
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 >
2013-12-15 13:36:55 +01:00
Thomas Petazzoni
d6c20a3524
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 >
2013-12-15 13:36:35 +01:00
Thomas Petazzoni
a1cc00e172
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 >
2013-12-15 13:36:24 +01:00
Thomas Petazzoni
1a60e06162
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 >
2013-12-15 13:34:02 +01:00
Thomas Petazzoni
a6bba674a2
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 >
2013-12-15 13:32:12 +01:00
Frank Hunleth
c1781787f8
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 >
2013-12-15 09:47:37 +01:00
Simon Dawson
a52d9ef80a
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 >
2013-12-15 09:28:28 +01:00
Axel Lin
82b41f0c77
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 >
2013-12-15 09:27:30 +01:00
Axel Lin
892a8fbfdc
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 >
2013-12-15 09:27:14 +01:00
Axel Lin
1a74ea40ea
zxing: bump to version 2.3.0
...
Signed-off-by: Axel Lin <axel.lin@ingics.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-12-13 15:53:10 +01:00
Axel Lin
0a5067a881
xl2tp: bump to version 1.3.2
...
Signed-off-by: Axel Lin <axel.lin@ingics.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-12-13 09:31:14 +01:00
Axel Lin
884ba34b57
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 >
2013-12-13 09:30:14 +01:00
Yann E. MORIN
e19f7f7593
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 >
2013-12-13 00:01:27 +01:00
Yann E. MORIN
749b2589ea
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 >
2013-12-12 23:58:39 +01:00
Yann E. MORIN
2079f07a92
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 >
2013-12-12 23:58:27 +01:00
Yann E. MORIN
b1f2cbb409
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 >
2013-12-12 23:52:46 +01:00
Gustavo Zacarias
9c69a48a72
linux: bump to version 3.12.5
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-12-12 23:52:02 +01:00
Gustavo Zacarias
1b11fd4099
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 >
2013-12-12 23:51:44 +01:00
Axel Lin
434d31d66e
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 >
2013-12-12 23:24:21 +01:00
Axel Lin
2a3311dbe8
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 >
2013-12-12 23:24:13 +01:00