buildroot.git
11 years agokernel-headers: bump 3.0.x / 3.4.x / 3.9.x stable versions
Peter Korsgaard [Wed, 3 Jul 2013 19:08:21 +0000 (21:08 +0200)]
kernel-headers: bump 3.0.x / 3.4.x / 3.9.x stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt: bump version
Peter Korsgaard [Wed, 3 Jul 2013 14:58:41 +0000 (16:58 +0200)]
qt: bump version

For details, see http://blog.qt.digia.com/blog/2013/07/02/qt-4-8-5-released/

Also move to the (current?) official download location, as the previous
location doesn't have 4.8.5.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopython: rename old-stdlib-cache patch to match naming convention
Peter Korsgaard [Wed, 3 Jul 2013 14:18:01 +0000 (16:18 +0200)]
python: rename old-stdlib-cache patch to match naming convention

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agotoolchain/gcc: get rid of stale variable reference
Thomas Petazzoni [Sun, 30 Jun 2013 19:28:56 +0000 (21:28 +0200)]
toolchain/gcc: get rid of stale variable reference

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agotoolchain: remove references to LIBFLOAT_TARGET
Thomas Petazzoni [Sun, 30 Jun 2013 19:28:55 +0000 (21:28 +0200)]
toolchain: remove references to LIBFLOAT_TARGET

The libfloat package was removed in
accbd71154b8815678baa12f21f853ed8478f400, and therefore since this
commit, the LIBFLOAT_TARGET variable is always empty. We get rid of
the stale references to this variable.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agotoolchain/gcc: remove dead code related to host binary stripping
Thomas Petazzoni [Sun, 30 Jun 2013 19:28:54 +0000 (21:28 +0200)]
toolchain/gcc: remove dead code related to host binary stripping

The GCC_STRIP_HOST_BINARIES variable was always defined to 'nope',
which means that the host binaries were never stripped. Get rid of the
corresponding code, which is not in use.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage: allow to override the make install target for host packages
Thomas Petazzoni [Sun, 30 Jun 2013 19:28:53 +0000 (21:28 +0200)]
package: allow to override the make install target for host packages

In order to convert gcc to the package infrastructure, we need a way
of overriding the name of the make target used for the installation of
host packages, just like we have for target packages.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobusybox: don't use kernel headers directly
Thomas Petazzoni [Sun, 30 Jun 2013 19:28:52 +0000 (21:28 +0200)]
busybox: don't use kernel headers directly

The kernel headers are part of the staging directory, so there is no
reason to point the Busybox CFLAGS directly to them.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agouClibc: KERNEL_SOURCE no longer exists
Thomas Petazzoni [Sun, 30 Jun 2013 19:28:51 +0000 (21:28 +0200)]
uClibc: KERNEL_SOURCE no longer exists

The KERNEL_SOURCE configuration option no longer exists in uClibc, so
there's no point in setting it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibtpl: bump version
Simon Dawson [Sat, 29 Jun 2013 12:10:23 +0000 (13:10 +0100)]
libtpl: bump version

Note that libtpl has moved from sourceforge to github, and there is no longer
a version-specific tarball available.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agojimtcl: New package
Ezequiel Garcia [Fri, 28 Jun 2013 14:32:24 +0000 (11:32 -0300)]
jimtcl: New package

Add new jimtcl package - a lightweight tclsh alternative.
Useful for a lighter footprint usb_modeswitch installation.
tclsh size is ~700kB for ARM compared to ~200kB for jimtcl.

[Peter: wrap help text, fix file header]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agomsgpack: new package
Simon Dawson [Sun, 30 Jun 2013 19:16:57 +0000 (20:16 +0100)]
msgpack: new package

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/libsvg: new package
Carsten Schoenert [Mon, 1 Jul 2013 19:20:01 +0000 (21:20 +0200)]
package/libsvg: new package

Libsvg provides a library for parsing SVG content in files or buffers.
Libsvg does not do any rendering, but instead provides a function-based
interface that can be used by various rendering engines.

[Peter: drop libxml2 conditional]
Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibevent: disable building test programs
gilles.talis@gmail.com [Fri, 21 Jun 2013 23:59:03 +0000 (16:59 -0700)]
libevent: disable building test programs

Libevent test programs use fork(), function
that is not available on MMU-less architecture.

This patch prevents compiling libevent test programs
so that library can successfully build on architectures
like blackfin

Fixes:
http://autobuild.buildroot.org/results/2e0/2e0422f1042d0cb00f5bab0dc190930581ed4ef2/

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogst1-plugins-bad: add missing depends on C++ for the OpenCV plugin
Thomas Petazzoni [Mon, 1 Jul 2013 21:34:34 +0000 (23:34 +0200)]
gst1-plugins-bad: add missing depends on C++ for the OpenCV plugin

OpenCV requires C++ support, so we shouldn't select it without
depending on C++ support.

Fixes:
http://autobuild.buildroot.org/results/71f/71f2d8a267a0d159521407a9a2330e68d756c4b3/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolttng-tools: define license
Samuel Martin [Sun, 30 Jun 2013 15:01:09 +0000 (17:01 +0200)]
lttng-tools: define license

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolttng-modules: define license
Samuel Martin [Sun, 30 Jun 2013 15:01:08 +0000 (17:01 +0200)]
lttng-modules: define license

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolttng-libust: define license
Samuel Martin [Sun, 30 Jun 2013 15:01:07 +0000 (17:01 +0200)]
lttng-libust: define license

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolttng-babeltrace: define license
Samuel Martin [Sun, 30 Jun 2013 15:01:06 +0000 (17:01 +0200)]
lttng-babeltrace: define license

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoliburcu: define license
Samuel Martin [Sun, 30 Jun 2013 15:01:05 +0000 (17:01 +0200)]
liburcu: define license

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolttng-libust: bump version to 2.2.0
Samuel Martin [Sun, 30 Jun 2013 15:01:04 +0000 (17:01 +0200)]
lttng-libust: bump version to 2.2.0

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolttng-modules: bump version to 2.2.0
Samuel Martin [Sun, 30 Jun 2013 15:01:03 +0000 (17:01 +0200)]
lttng-modules: bump version to 2.2.0

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolttng-tools: bump version to 2.2.0
Samuel Martin [Sun, 30 Jun 2013 15:01:02 +0000 (17:01 +0200)]
lttng-tools: bump version to 2.2.0

Remove lttng-tools-no-sync-file-range-in-uclibc.patch because it got
merged upstream.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolegacy: make it clear legacy options will be removed at some point
Yann E. MORIN [Sat, 29 Jun 2013 22:38:13 +0000 (00:38 +0200)]
legacy: make it clear legacy options will be removed at some point

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolegacy: print removal date in menuconfig
Yann E. MORIN [Sat, 29 Jun 2013 22:38:12 +0000 (00:38 +0200)]
legacy: print removal date in menuconfig

Show the user how old the legacy options are, as a
subtle suggestion for him to update mopre often. ;-)

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoe2fsprogs: bump to version 1.42.8
Gustavo Zacarias [Sun, 30 Jun 2013 12:32:20 +0000 (09:32 -0300)]
e2fsprogs: bump to version 1.42.8

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoaxel: fix download URL
Peter Korsgaard [Sun, 30 Jun 2013 16:04:21 +0000 (18:04 +0200)]
axel: fix download URL

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agosane-backends: fix download URL
Peter Korsgaard [Sun, 30 Jun 2013 13:28:31 +0000 (15:28 +0200)]
sane-backends: fix download URL

Fixes http://autobuild.buildroot.net/results/134/134d081dfb514d3bc20ef68f4ebec7d7e4bba8dc/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogst1-plugins-ugly: libdvdread needs largefile support
Peter Korsgaard [Sun, 30 Jun 2013 11:50:36 +0000 (13:50 +0200)]
gst1-plugins-ugly: libdvdread needs largefile support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibhid: fix download URL
Peter Korsgaard [Sun, 30 Jun 2013 08:32:37 +0000 (10:32 +0200)]
libhid: fix download URL

Fixes http://autobuild.buildroot.net/results/c65/c652df3854dec40e6420cba8a6d48c8ddc9b1ecd/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoccid: fix download URL
Peter Korsgaard [Sun, 30 Jun 2013 08:31:31 +0000 (10:31 +0200)]
ccid: fix download URL

Fixes http://autobuild.buildroot.net/results/ded/ded58e623bb2d1c95a7b46fc85d5aacdac5da01c/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopcsc-lite: fix download URL
Peter Korsgaard [Sun, 30 Jun 2013 08:30:37 +0000 (10:30 +0200)]
pcsc-lite: fix download URL

Fixes http://autobuild.buildroot.net/results/832/832cb2f814fcdd30387b76622a75d4e6addbdc47/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoicu: security bump to version 51.2
Gustavo Zacarias [Sun, 30 Jun 2013 03:23:26 +0000 (00:23 -0300)]
icu: security bump to version 51.2

Fixes CVE-2011-4599, CVE 2013-0900, CVE-2013-1569, CVE-2013-2383,
CVE-2013-2384, CVE-2013-2419.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agohaserl: bump 0.9.x version
Peter Korsgaard [Sun, 30 Jun 2013 08:17:43 +0000 (10:17 +0200)]
haserl: bump 0.9.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agohaserl: fix download URLs
Peter Korsgaard [Sun, 30 Jun 2013 08:19:39 +0000 (10:19 +0200)]
haserl: fix download URLs

The 0.8.0 version is at /projects/haserl/haserl/0.8.0, and 0.9.x versions
at /projects/haserl/haserl-devel/.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoimagemagick: bump to version 6.8.6-2
Gustavo Zacarias [Sat, 29 Jun 2013 11:06:46 +0000 (08:06 -0300)]
imagemagick: bump to version 6.8.6-2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoautoconf: bump to version 2.69
Gustavo Zacarias [Sat, 29 Jun 2013 11:06:45 +0000 (08:06 -0300)]
autoconf: bump to version 2.69

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agotzdata/zic: bump to version 2013c and switch SITE
Gustavo Zacarias [Sat, 29 Jun 2013 00:09:10 +0000 (21:09 -0300)]
tzdata/zic: bump to version 2013c and switch SITE

Bump to version 2013c and switch to the FTP site since the HTTP one is
unfortunately serving .tar.gz files that are just plain tar files
(uncompressed).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodbus: ensure directory exists before installing symlink
Danomi Manchego [Sat, 29 Jun 2013 13:27:04 +0000 (09:27 -0400)]
dbus: ensure directory exists before installing symlink

If you use a custom target skeleton with no /var/lib directory,
then the symlink installation in dbus.mk will fail.  This patch
fixes this issue by creating /var/lib before creating a symlink
there.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobusybox: bump 1.21.x series to 1.21.1
Gustavo Zacarias [Sat, 29 Jun 2013 18:31:08 +0000 (15:31 -0300)]
busybox: bump 1.21.x series to 1.21.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopython3: Port python2 patches to reduce the interpreter size
Maxime Ripard [Wed, 29 May 2013 08:36:57 +0000 (10:36 +0200)]
python3: Port python2 patches to reduce the interpreter size

Some of the python2 patches were left behind when doing the python3
package. This was because the python build system can now autodetect
what packages can be built in the system.

However, some of these patches are actually useful to reduce drastically
the size of the interpreter.

This patch ports the relevant patches to the python3 package, and adds a
new patch to remove the idle3 IDE as well from the interpreter.

Fixes #5696

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoopenvpn: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:16 +0000 (10:41 -0300)]
openvpn: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoortp: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:15 +0000 (10:41 -0300)]
ortp: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoparted: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:14 +0000 (10:41 -0300)]
parted: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoproftpd: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:13 +0000 (10:41 -0300)]
proftpd: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agordesktop: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:12 +0000 (10:41 -0300)]
rdesktop: define license

[Peter: license has an openssl exception]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agosysstat: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:11 +0000 (10:41 -0300)]
sysstat: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibcap-ng: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:10 +0000 (10:41 -0300)]
libcap-ng: define license

[Peter: license is LGPLv2.1+]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogamin: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:09 +0000 (10:41 -0300)]
gamin: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agofindutils: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:08 +0000 (10:41 -0300)]
findutils: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agofbterm: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:07 +0000 (10:41 -0300)]
fbterm: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agofbgrab: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:06 +0000 (10:41 -0300)]
fbgrab: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoenchant: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:05 +0000 (10:41 -0300)]
enchant: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodstat: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:04 +0000 (10:41 -0300)]
dstat: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodiffutils: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:03 +0000 (10:41 -0300)]
diffutils: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agocurlftpfs: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:02 +0000 (10:41 -0300)]
curlftpfs: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agocups: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:01 +0000 (10:41 -0300)]
cups: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoctorrent: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:41:00 +0000 (10:41 -0300)]
ctorrent: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobridge-utils: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:40:59 +0000 (10:40 -0300)]
bridge-utils: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoboa: define license
Gustavo Zacarias [Fri, 28 Jun 2013 13:40:58 +0000 (10:40 -0300)]
boa: define license

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogutenprint: forcibly disable ijs-config
Gustavo Zacarias [Fri, 28 Jun 2013 16:46:34 +0000 (13:46 -0300)]
gutenprint: forcibly disable ijs-config

ijs-config (ghostscript) is looked up in /usr/bin, if you've got a host
that has ghostscript with development headers installed then the build
fails when trying to link to the host libijs.
Forcibly disable ghostscript support since we lack a package.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/directfb: fixing typo in DIRECTFB_CONF_OPT
Carsten Schoenert [Fri, 28 Jun 2013 18:52:37 +0000 (20:52 +0200)]
package/directfb: fixing typo in DIRECTFB_CONF_OPT

The DIRECTFB_CONF_OPT variable was missspelled for disabling the X11
support.

Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/libxml2: bumping version to 2.9.1
Carsten Schoenert [Fri, 28 Jun 2013 18:52:34 +0000 (20:52 +0200)]
package/libxml2: bumping version to 2.9.1

Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoneard: bump version to 0.12
Simon Dawson [Fri, 28 Jun 2013 09:36:11 +0000 (10:36 +0100)]
neard: bump version to 0.12

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt5: add _LICENSE_FILES where applicable
Peter Korsgaard [Fri, 28 Jun 2013 12:34:18 +0000 (14:34 +0200)]
qt5: add _LICENSE_FILES where applicable

Some (but not all) of the qt5 module tarballs contain license files, so
let's reference them.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt5quick1: ensure optional qt5webkit support is enabled if present
Peter Korsgaard [Fri, 28 Jun 2013 10:41:11 +0000 (12:41 +0200)]
qt5quick1: ensure optional qt5webkit support is enabled if present

qt5quick1 has optional qt5webkit support, so ensure it is built after
qt5webkit if enabled.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolinux: bump 3.9.x stable version
Gustavo Zacarias [Thu, 27 Jun 2013 21:57:40 +0000 (18:57 -0300)]
linux: bump 3.9.x stable version

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agokernel-headers: bump 3.{0, 4, 9}.x stable version
Gustavo Zacarias [Thu, 27 Jun 2013 21:57:39 +0000 (18:57 -0300)]
kernel-headers: bump 3.{0, 4, 9}.x stable version

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt5/qt5quick1: Drop qmlviewer from install since its no longer provided.
Naumann Andreas [Fri, 21 Jun 2013 09:02:00 +0000 (11:02 +0200)]
qt5/qt5quick1: Drop qmlviewer from install since its no longer provided.

Signed-off-by: Andreas Naumann <anaumann@ultratronik.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt5quick1: doesn't require qt5webkit
Peter Korsgaard [Fri, 28 Jun 2013 09:15:40 +0000 (11:15 +0200)]
qt5quick1: doesn't require qt5webkit

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt5quick1: needs widgets support in qt5base
Peter Korsgaard [Fri, 28 Jun 2013 09:13:02 +0000 (11:13 +0200)]
qt5quick1: needs widgets support in qt5base

Which in turn needs gui support.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopolarssl: fix download URL
Gustavo Zacarias [Thu, 27 Jun 2013 20:51:50 +0000 (17:51 -0300)]
polarssl: fix download URL

Switch to a non-redirect download URL to fix:
http://autobuild.buildroot.net/results/ec3/ec340fffa6eebb18a0746097419359b44c557a90/
Thanks go to Paul Bakker for the quick response!

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt5declarative: eglfs depends on gui support, so select that as well
Peter Korsgaard [Thu, 27 Jun 2013 20:42:08 +0000 (22:42 +0200)]
qt5declarative: eglfs depends on gui support, so select that as well

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agotoolchain/uClibc: properly honor DEBUG and STRIP options
Gustavo Zacarias [Fri, 21 Jun 2013 14:06:58 +0000 (11:06 -0300)]
toolchain/uClibc: properly honor DEBUG and STRIP options

The default uClibc configurations strip the resulting binaries/libraries
and don't add debug symbols which is a problem when wanting to debug
issues.
Bind the buildroot BR2_STRIP_* option to uClibc .config DO_STRIP and
BR2_ENABLE_DEBUG to uClibc DO_DEBUG.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogst-omx: fix _LICENSE_FILES tag
Peter Korsgaard [Thu, 27 Jun 2013 19:33:50 +0000 (21:33 +0200)]
gst-omx: fix _LICENSE_FILES tag

It is <pkg>_LICENSE_FILES, not <pkg>_LICENSE_FILE.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/libdvbsi: new package
Carsten Schoenert [Sun, 23 Jun 2013 15:30:33 +0000 (17:30 +0200)]
package/libdvbsi: new package

libdvbsi++ is a C++ library for parsing DVB SI sections and providing
the output in C++ objects. It's usefull in any case you need prepared
and preselected DVB SI data from the raw stream.

[Peter: fix _LICENSE_FILES tag]
Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopax-utils: new package
Gustavo Zacarias [Tue, 25 Jun 2013 20:41:07 +0000 (17:41 -0300)]
pax-utils: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoopenswan: Restore -fPIE to USERCOMPILE flags
Markos Chandras [Tue, 25 Jun 2013 15:14:36 +0000 (16:14 +0100)]
openswan: Restore -fPIE to USERCOMPILE flags

The default USERCOMPILE variable uses -fPIE so we bring this back.
This also fixes linking problems for MIPS when non-PIC objects
are used to form a PIC one.

Fixes the following linking problem on MIPS:
connections.o: relocation R_MIPS_HI16 against `__gnu_local_gp'
can not be used when making a shared object; recompile with -fPIC

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoxlib_libXpm: needs host-gettext
Gustavo Zacarias [Thu, 27 Jun 2013 14:49:14 +0000 (11:49 -0300)]
xlib_libXpm: needs host-gettext

Fixes:
http://autobuild.buildroot.net/results/00b/00b5c7745df5359908f6c77f90c1598b71638081/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt: broken on avr32
Gustavo Zacarias [Thu, 27 Jun 2013 14:14:12 +0000 (11:14 -0300)]
qt: broken on avr32

Qt is broken for the avr32 architecture since it lacks TLS support.
Fixes:
http://autobuild.buildroot.net/results/56d/56d1d8f12a847f1ba49547a51d7a3605755a0bb8/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agosconeserver/libedbus: fix missing avr32 arch exclusions
Gustavo Zacarias [Thu, 27 Jun 2013 14:03:11 +0000 (11:03 -0300)]
sconeserver/libedbus: fix missing avr32 arch exclusions

Fix missing avr32 arch exclusions regarding bluez_utils being
unavailable. Fixes:
http://autobuild.buildroot.net/results/789/78901c36517b1d897a1200ccddd79afec8a605de/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibbsd: needs threads
Gustavo Zacarias [Thu, 27 Jun 2013 13:53:17 +0000 (10:53 -0300)]
libbsd: needs threads

Fixes:
http://autobuild.buildroot.net/results/397/39728c5eeb6c4e213cd96cb6639bc28f337bf214/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/w_scan: new package
Yann E. MORIN [Sun, 23 Jun 2013 20:40:55 +0000 (22:40 +0200)]
package/w_scan: new package

[Peter: needs libiconv if !locale]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/tvheadend: bump version for libav fixes
Yann E. MORIN [Sun, 23 Jun 2013 20:40:54 +0000 (22:40 +0200)]
package/tvheadend: bump version for libav fixes

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoconfigs: bump kernel in rpi_defconfig for misc fixes
Yann E. MORIN [Sun, 23 Jun 2013 20:40:53 +0000 (22:40 +0200)]
configs: bump kernel in rpi_defconfig for misc fixes

Fixes in GPIOs, I2C and DMA.

And since the RPi git tree fork has a non-upstream driver
for rtl8192c WiFi USB stick, there's a fix for that, too.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/rpi-firmware: version bump for HDMI and audio fixes
Yann E. MORIN [Sun, 23 Jun 2013 20:40:52 +0000 (22:40 +0200)]
package/rpi-firmware: version bump for HDMI and audio fixes

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agohiawatha: bump to version 9.2
Gustavo Zacarias [Mon, 24 Jun 2013 02:19:03 +0000 (23:19 -0300)]
hiawatha: bump to version 9.2

Patch dropped since the polarssl external library option is now
upstream.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopolarssl: bump to version 1.2.8
Gustavo Zacarias [Mon, 24 Jun 2013 02:19:02 +0000 (23:19 -0300)]
polarssl: bump to version 1.2.8

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agosamba: bump to version 3.6.16
Gustavo Zacarias [Tue, 25 Jun 2013 18:42:20 +0000 (15:42 -0300)]
samba: bump to version 3.6.16

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoopenssh: bump to version 6.2p2
Gustavo Zacarias [Tue, 25 Jun 2013 18:42:19 +0000 (15:42 -0300)]
openssh: bump to version 6.2p2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodbus: security bump to version 1.4.26
Gustavo Zacarias [Tue, 25 Jun 2013 13:50:24 +0000 (10:50 -0300)]
dbus: security bump to version 1.4.26

Fixes CVE-2013-2168.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage: add tinymembench
Peter Korsgaard [Thu, 27 Jun 2013 11:55:27 +0000 (13:55 +0200)]
package: add tinymembench

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibmicrohttpd: fix license file setting
Peter Korsgaard [Thu, 27 Jun 2013 11:40:27 +0000 (13:40 +0200)]
libmicrohttpd: fix license file setting

The variable is called <pkg>_LICENSE_FILES, not just _FILE.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopv: add license info
Peter Korsgaard [Thu, 27 Jun 2013 09:29:06 +0000 (11:29 +0200)]
pv: add license info

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopv: bump to version 1.4.6
Jerzy Grzegorek [Wed, 26 Jun 2013 19:50:28 +0000 (21:50 +0200)]
pv: bump to version 1.4.6

[Peter: drop patch and instead pass LD= on the make cmdline]
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agominicom: fix download URL
Peter Korsgaard [Thu, 27 Jun 2013 08:47:44 +0000 (10:47 +0200)]
minicom: fix download URL

Closes #6338

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/libmicrohttpd: minor fixes and additions
Carsten Schoenert [Wed, 26 Jun 2013 18:49:40 +0000 (20:49 +0200)]
package/libmicrohttpd: minor fixes and additions

Correcting the indentation inside Config.in. Also adding the missed
license information.

Note: libmicrohttpd is partialy dual licensed, if you don't need or want
to use the HTTPS option you can choose between LPGLv2.1+ and the eCos
license (http://ecos.sourceware.org/license-overview.html).
If you use the HTTPS option you have to agree to the LGPLv2.1+!

Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobusybox: udhcpc.script: fix resolv.conf handling with multiple interfaces
Peter Korsgaard [Wed, 26 Jun 2013 13:01:46 +0000 (15:01 +0200)]
busybox: udhcpc.script: fix resolv.conf handling with multiple interfaces

When udhcpc is used on multiple network devices at the same time (or a mix
of dhcp and fixed configuration), /etc/resolv.conf should contain the
union of information from all the interfaces.

Currently that's not the case. The udhcpc script simply overwrites
resolv.conf with the information from the specific interface on each dhcp
bound/renew event.

Fix it by tagging lines with the interface they came from when added,
and drop the affected lines on deconfig/renew. As /etc/resolv.conf is
often a symlink to /tmp (and rootfs might be read only), special care
has to be taken when it is updated.

Notice that I'm not really aware of any official documentation requiring
that '#' comments in /etc/resolv.conf must be supported, but atleast
glibc and uClibc do.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobusybox: udhcpc.script: cleanup
Peter Korsgaard [Wed, 26 Jun 2013 12:29:19 +0000 (14:29 +0200)]
busybox: udhcpc.script: cleanup

ifconfig up is a no-op if the device is already running, so let's just
do that unconditionally.

Systems might have multiple network devices, and perhaps run udhcpc on
another interface even when booted over nfs, so don't disable the
per-interface deconfig based on the global nfsroot= setting on the kernel
command line.

If you don't want udhcpc to mess with kernel level IP autoconfiguration
(E.G. for nfs boot), you should instead ensure udhcpc/ifup/ifplugd isn't
started for that interface.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobusybox: use a single udhcpc script, with or without avahi-autoipd
Peter Korsgaard [Wed, 26 Jun 2013 12:22:13 +0000 (14:22 +0200)]
busybox: use a single udhcpc script, with or without avahi-autoipd

We're currently using two different udhcpc scripts, one in the busybox
package and another in the avahi one, which calls avahi-autoipd on
dhcp failures.

The avahi one actually only does something differently from the default
if avahi-autoipd is available, so let's just always use this one instead
of the complicated logic about writing the file if not present /
overwriting it afterwards.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>