buildroot.git
11 years agolua-msgpack-native: fix github tarball to use commit id
Spenser Gilliland [Thu, 6 Jun 2013 06:47:19 +0000 (06:47 +0000)]
lua-msgpack-native: fix github tarball to use commit id

[Peter: fix {/( mixup as pointed out by Yann]
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolinenoise: fix github tarball to use commit id
Spenser Gilliland [Thu, 6 Jun 2013 06:47:18 +0000 (06:47 +0000)]
linenoise: fix github tarball to use commit id

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibcofi: fix github tarball to use commit id
Spenser Gilliland [Thu, 6 Jun 2013 06:47:17 +0000 (06:47 +0000)]
libcofi: fix github tarball to use commit id

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agojsmin: fix github tarball to use commit id
Spenser Gilliland [Thu, 6 Jun 2013 06:47:16 +0000 (06:47 +0000)]
jsmin: fix github tarball to use commit id

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoNormalize separator size to 80
Alexandre Belloni [Wed, 5 Jun 2013 23:53:30 +0000 (23:53 +0000)]
Normalize separator size to 80

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoRemove description and url from header
Alexandre Belloni [Wed, 5 Jun 2013 23:53:29 +0000 (23:53 +0000)]
Remove description and url from header

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodoc: Add txt document for the new package-specific FLAT_STACKSIZE option.
Sonic Zhang [Wed, 5 Jun 2013 22:47:30 +0000 (22:47 +0000)]
doc: Add txt document for the new package-specific FLAT_STACKSIZE option.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoConvert headers to lower case when relevant
Alexandre Belloni [Wed, 5 Jun 2013 23:53:28 +0000 (23:53 +0000)]
Convert headers to lower case when relevant

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoimlib2: fix header
Alexandre Belloni [Wed, 5 Jun 2013 23:53:27 +0000 (23:53 +0000)]
imlib2: fix header

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoFix package headers to comply with coding style
Alexandre Belloni [Wed, 5 Jun 2013 23:53:25 +0000 (23:53 +0000)]
Fix package headers to comply with coding style

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agox-loader: remove useless comment
Alexandre Belloni [Wed, 5 Jun 2013 23:53:26 +0000 (23:53 +0000)]
x-loader: remove useless comment

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoccid: fix header line
Alexandre Belloni [Wed, 5 Jun 2013 23:53:24 +0000 (23:53 +0000)]
ccid: fix header line

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoxfsprogs: Version bump to 3.1.11
Markos Chandras [Thu, 6 Jun 2013 04:16:15 +0000 (04:16 +0000)]
xfsprogs: Version bump to 3.1.11

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agop11-kit: fix __progname build failure
Gustavo Zacarias [Thu, 6 Jun 2013 04:42:18 +0000 (04:42 +0000)]
p11-kit: fix __progname build failure

Even though we've got UCLIBC_HAS___PROGNAME=y in our internal toolchains
the build seems to fail under some circumstances.
Since program_invocation_short_name is equally as useful just disable
__progname usage. Fixes:
http://autobuild.buildroot.net/results/cc8/cc861f5a034a0922a90fb6f22835a1fe8205d497/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage: add tree
Peter Korsgaard [Thu, 6 Jun 2013 14:38:04 +0000 (16:38 +0200)]
package: add tree

Tree is a recursive directory listing command that produces a depth
indented listing of files.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agognutls: drop double libidn dependency
Peter Korsgaard [Thu, 6 Jun 2013 13:03:55 +0000 (15:03 +0200)]
gnutls: drop double libidn dependency

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoRevert "gnutls: wchar only needed for tools"
Peter Korsgaard [Thu, 6 Jun 2013 12:59:35 +0000 (14:59 +0200)]
Revert "gnutls: wchar only needed for tools"

This reverts commit 7672b1235d8f786938af66068c1c1da8a766bb38.

It turns out that libgnutls.so ends up with a reference to wctomb() on
uClibc, as uClibc doesn't have vasnprintf so gnutls builds its internal
gnulib version of it, referencing wctomb().

Fix it by going back to requiring wchar for the base gnutls library as well.

Fixes http://autobuild.buildroot.net/results/780/780e825e56dc78f1ea347ca462e2e31044428775/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/libbsd: depends on architectures providing a.out.h
Yann E. MORIN [Wed, 5 Jun 2013 21:07:55 +0000 (21:07 +0000)]
package/libbsd: depends on architectures providing a.out.h

libbsd requires a.out.h, which is only available in a select subset
of the architectures Buildroot supports.

Propagate these new dependencies down to libedit.

Fixes:
    http://autobuild.buildroot.org/results/019/019091312ec547520370ffad967b53e23f54a14b
    http://autobuild.buildroot.org/results/87c/87c3a8bf2248606d80ddcfd96132de4c5fe869ed
    http://autobuild.buildroot.org/results/589/5891f539ce3f3ff2e3411228472c8833fdd0d7c0
    [...]

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodirectfb: add optional imlib2 support
Markos Chandras [Mon, 20 May 2013 23:29:40 +0000 (23:29 +0000)]
directfb: add optional imlib2 support

[Peter: drop default y]
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoudpcast: needs host-m4
Gustavo Zacarias [Tue, 4 Jun 2013 00:49:26 +0000 (00:49 +0000)]
udpcast: needs host-m4

Fixes:
http://autobuild.buildroot.net/results/28b/28bc8651ee798af150bba5997b66ec7bb450ecde/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodtc: needs host-bison and host-flex
Gustavo Zacarias [Tue, 4 Jun 2013 00:51:36 +0000 (00:51 +0000)]
dtc: needs host-bison and host-flex

Fixes:
http://autobuild.buildroot.net/results/000/000a042f6b485d90717d14b93efcf011841c33c3/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoxapp_luit: Add patch to fix building with recent gcc versions
Markos Chandras [Wed, 5 Jun 2013 05:40:06 +0000 (05:40 +0000)]
xapp_luit: Add patch to fix building with recent gcc versions

Upstream bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47792

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoxapp_xmodmap: Fix build problems due to missing asprintf definition
Markos Chandras [Wed, 5 Jun 2013 05:17:56 +0000 (05:17 +0000)]
xapp_xmodmap: Fix build problems due to missing asprintf definition

Upstream Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=48696

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agognutls: make crywrap a tools option
Gustavo Zacarias [Wed, 5 Jun 2013 04:58:17 +0000 (04:58 +0000)]
gnutls: make crywrap a tools option

crywrap now needs wchar support so just build it when tools are enabled.
It's also a tool so it belongs there anyway.
Fixes:
http://autobuild.buildroot.net/results/418/418ce71eecc1db725e3b3f092131a01cb1666a60/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolinux: qstrip the custom DTS path
Thomas Petazzoni [Wed, 5 Jun 2013 06:21:09 +0000 (06:21 +0000)]
linux: qstrip the custom DTS path

This fixes a problem reported by wacha@mit.bme.hu, see
http://lists.busybox.net/pipermail/buildroot/2013-June/073312.html.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agop11-kit: fix argp_standalone build error
Gustavo Zacarias [Wed, 5 Jun 2013 08:17:43 +0000 (08:17 +0000)]
p11-kit: fix argp_standalone build error

When BR2_PACKAGE_ARGP_STANDALONE is enabled and built before p11-kit the
configure script detects it and a conflict arises because libc already
includes and defines program_invocation_short_name.
Avoid this by forcing the detection to true otherwise the configure
script tries to use argp-standalone and it clashes with libc. Fixes:
http://autobuild.buildroot.net/results/a39/a39fe81a356b922a891d4225a56ce2427ab5bca7/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobzip2: Fix build system to build object files twice
Markos Chandras [Wed, 5 Jun 2013 04:57:16 +0000 (04:57 +0000)]
bzip2: Fix build system to build object files twice

Fixes build problems on MIPS

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibftdi: autoreconf should happen for host as well
Peter Korsgaard [Wed, 5 Jun 2013 18:53:19 +0000 (20:53 +0200)]
libftdi: autoreconf should happen for host as well

Fixes http://autobuild.buildroot.net/results/d30/d3090804149654e099d3bc9953d48fd920812bf4/build-end.log

The same patches gets applied for target and host, so we should do
autoreconf for the host as well.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolegacy: add options for the legacy Realtek WiFi options in linux-firmware
Yann E. MORIN [Tue, 4 Jun 2013 11:49:53 +0000 (11:49 +0000)]
legacy: add options for the legacy Realtek WiFi options in linux-firmware

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoluajit: bump to version 2.0.2
Francois Perrad [Tue, 4 Jun 2013 05:33:27 +0000 (05:33 +0000)]
luajit: bump to version 2.0.2

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobwm-ng: move to appropiate category
Gustavo Zacarias [Tue, 4 Jun 2013 01:58:06 +0000 (01:58 +0000)]
bwm-ng: move to appropiate category

bwm-ng is a networking application, not a system one.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agomonit: needs threads support in toolchain
gilles.talis@gmail.com [Mon, 3 Jun 2013 20:41:05 +0000 (20:41 +0000)]
monit: needs threads support in toolchain

Fixes:
http://autobuild.buildroot.org/results/0b5/0b5838f3d11b45244f27bd2bcb092dd6a88fd39d

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopkg-utils.mk: legal-license-file: handle multiple license files with same name
Peter Korsgaard [Wed, 5 Jun 2013 08:52:18 +0000 (10:52 +0200)]
pkg-utils.mk: legal-license-file: handle multiple license files with same name

Some packages (kmod, e2fsprogs, ..) contain multiple (different) license
files with the same file name, but in different directories.

These are currently all copied to the same filename in
output/legal-info/licenses/<pkg>, overwriting everything but the last file.

Fix it by recreating the same directory structure under legal-info.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agokmod: adjust license info based on kmod tools selection
Danomi Manchego [Mon, 3 Jun 2013 16:03:35 +0000 (16:03 +0000)]
kmod: adjust license info based on kmod tools selection

The libkmod is licensed as LGPL, while the kmod tools are GPL.
We always install libkmod, but conditionally install the tools.
This patch adjusts the license variables accordingly.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogdk-pixbuf: add license info
Danomi Manchego [Mon, 3 Jun 2013 16:03:34 +0000 (16:03 +0000)]
gdk-pixbuf: add license info

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibglib2: add license info
Danomi Manchego [Mon, 3 Jun 2013 16:03:33 +0000 (16:03 +0000)]
libglib2: add license info

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibmpeg2: add license info
Danomi Manchego [Mon, 3 Jun 2013 16:03:32 +0000 (16:03 +0000)]
libmpeg2: add license info

Also, remove trailing slash from site.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoorc: add license info
Danomi Manchego [Mon, 3 Jun 2013 16:03:31 +0000 (16:03 +0000)]
orc: add license info

[Peter: license is mix of BSD-2c and BSD-3c]
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agotiff: add license info
Danomi Manchego [Mon, 3 Jun 2013 16:03:30 +0000 (16:03 +0000)]
tiff: add license info

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agosdl: add license info
Danomi Manchego [Mon, 3 Jun 2013 16:03:29 +0000 (16:03 +0000)]
sdl: add license info

[Peter: License is LGPLv2.1+]
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agologrotate: workaround wget issue with wildcard ssl certificates
Peter Korsgaard [Mon, 3 Jun 2013 21:17:02 +0000 (23:17 +0200)]
logrotate: workaround wget issue with wildcard ssl certificates

Fixes http://autobuild.buildroot.net/results/815/815e2759f4961805d768efe79f0d83d13b16e706/build-end.log

Certain wget versions dislike downloading from fedorahosted.org which
provides a SSL certificate for *.fedorahosted.org. Work around it by
instead downloading from www.fedorahosted.org instead.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoboards/rpi: bump kernel
Yann E. MORIN [Mon, 3 Jun 2013 10:15:50 +0000 (10:15 +0000)]
boards/rpi: bump kernel

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/genext2fs: add host variant
Yann E. MORIN [Mon, 3 Jun 2013 10:15:49 +0000 (10:15 +0000)]
package/genext2fs: add host variant

genext2fs is built only if the user selected an ext2 root filesystem.

However, some use-cases can't live with the full target/ dir on the
root filesystem, and requires separate partitions (eg. for /usr).
In this case, the user would not select an ext2 root fs in the
Buildrooot menu, and would only generate a tarball of the rootfs.
This tarball would then be used from a post-image script to build
the actual required FSes.

But then, genext2fs is not built, since the ext2 root FS was not
selected.

As for the other filesystem generators, provide a host variant of
genext2fs (genext2fs is already host-package aware, so only needs
adding a Kconfig entry).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/linux-firmware: bump version for new firmware
Yann E. MORIN [Mon, 3 Jun 2013 10:15:48 +0000 (10:15 +0000)]
package/linux-firmware: bump version for new firmware

Bump version to get a few new firmware files for some WiFi adapters.

In the rtl81xx familly, it's hard to differentiate each members: I have
a USB stick that identifies itself as TRL8188CUS, but is handled by the
rtl8192ce driver. So I moved all of rtl81xx firmwares under the same
option to avoid confusion.

It will be the responsibility of the user to eventually get rid of
unwanted firmware files in a post-build script, if needed.

Ditto for rtl87xx.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/tvheadend: update to a git snapshot
Yann E. MORIN [Mon, 3 Jun 2013 10:15:47 +0000 (10:15 +0000)]
package/tvheadend: update to a git snapshot

There are a buncha fixes that are not available in a release yet.

Needs refreshing our patches.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogit: needs libiconv on toolchains without locale support
Peter Korsgaard [Mon, 3 Jun 2013 20:52:24 +0000 (22:52 +0200)]
git: needs libiconv on toolchains without locale support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogit: needs zlib and host-gettext
Gustavo Zacarias [Mon, 3 Jun 2013 05:15:48 +0000 (05:15 +0000)]
git: needs zlib and host-gettext

host-gettext fixes:
http://autobuild.buildroot.net/results/a5b/a5b1bb708d62a9e296f05899f0984087fcf9e2ce/

zlib fixes:
http://autobuild.buildroot.net/results/08f/08f5ed4dd35ad1ce06dda7577aae87b9aa7069b2/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agognutls: wchar only needed for tools
Peter Korsgaard [Mon, 3 Jun 2013 15:23:15 +0000 (17:23 +0200)]
gnutls: wchar only needed for tools

And adjust reverse dependencies to match.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agognutls: bump to version 3.2.1
Gustavo Zacarias [Sun, 2 Jun 2013 14:50:53 +0000 (14:50 +0000)]
gnutls: bump to version 3.2.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agop11-kit: new package
Gustavo Zacarias [Sun, 2 Jun 2013 14:50:52 +0000 (14:50 +0000)]
p11-kit: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoaespipe: needs mmu
Gustavo Zacarias [Mon, 3 Jun 2013 03:04:59 +0000 (03:04 +0000)]
aespipe: needs mmu

Fixes:
http://autobuild.buildroot.net/results/9f3/9f3f85a024791cdc6b10e3e40cf41707eb074447/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibbsd: correct license file reference
Gustavo Zacarias [Mon, 3 Jun 2013 03:03:28 +0000 (03:03 +0000)]
libbsd: correct license file reference

Fixes autobuilder error:
http://autobuild.buildroot.net/results/ccd/ccd2f3fe69a3e0321685daf95f85eca5ba2d64cf/

[Peter: use COPYING instead]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agosconeserver: fix autouild failure
Simon Dawson [Mon, 3 Jun 2013 02:10:09 +0000 (02:10 +0000)]
sconeserver: fix autouild failure

Fixes autobuild failures such as the following.

  http://autobuild.buildroot.net/results/1bdb5e014daf76b701afea5c82ac83ac4c97d4cb/

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobarebox: bump to version 2013.06.0
Fabio Porcedda [Mon, 3 Jun 2013 01:52:50 +0000 (01:52 +0000)]
barebox: bump to version 2013.06.0

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agosconeserver: requires thread support
Simon Dawson [Sun, 2 Jun 2013 20:57:24 +0000 (20:57 +0000)]
sconeserver: requires thread support

Fixes autobuild failures such as the following.

  http://autobuild.buildroot.net/results/a290aa34bd44c0e08f7aa44a7c606420668eef6d/

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agophp: bump to version 5.3.25
Gustavo Zacarias [Sun, 2 Jun 2013 13:29:04 +0000 (13:29 +0000)]
php: bump to version 5.3.25

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolm_sensors: bump to version 3.3.4
Gustavo Zacarias [Sun, 2 Jun 2013 13:28:41 +0000 (13:28 +0000)]
lm_sensors: bump to version 3.3.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopcre: bump to version 8.33
Gustavo Zacarias [Sun, 2 Jun 2013 13:28:40 +0000 (13:28 +0000)]
pcre: bump to version 8.33

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoecryptfs-utils: new package
Marcin Bis [Fri, 31 May 2013 10:12:55 +0000 (10:12 +0000)]
ecryptfs-utils: new package

The following patch adds support for ecryptfs-utils.
http://ecryptfs.org/

[Peter: needs host-intltool, fix typo in help text]
Signed-off-by: Marcin Bis <marcin@bis.org.pl>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agointltool: bump version
Peter Korsgaard [Sun, 2 Jun 2013 21:16:32 +0000 (23:16 +0200)]
intltool: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoAdd support for the Calao-systems TNY-A9G20-LPW
Gregory Hermant [Fri, 31 May 2013 06:31:08 +0000 (06:31 +0000)]
Add support for the Calao-systems TNY-A9G20-LPW

[Peter: lock kernel/headers version to 3.9.4, use devtmpfs, add comments]
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoMerge branch 'next'
Peter Korsgaard [Sun, 2 Jun 2013 14:33:05 +0000 (16:33 +0200)]
Merge branch 'next'

11 years agoMakefile: kickoff 2013.08 cycle
Peter Korsgaard [Sun, 2 Jun 2013 14:12:20 +0000 (16:12 +0200)]
Makefile: kickoff 2013.08 cycle

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agodocs/news.html: add 2013.05 announcement link
Peter Korsgaard [Sun, 2 Jun 2013 14:11:21 +0000 (16:11 +0200)]
docs/news.html: add 2013.05 announcement link

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoUpdate for 2013.05
Peter Korsgaard [Fri, 31 May 2013 20:29:04 +0000 (22:29 +0200)]
Update for 2013.05

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoUpdate copyright info for 2013
Peter Korsgaard [Fri, 31 May 2013 20:24:52 +0000 (22:24 +0200)]
Update copyright info for 2013

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoCHANGES: update with recent changes
Peter Korsgaard [Fri, 31 May 2013 20:19:00 +0000 (22:19 +0200)]
CHANGES: update with recent changes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoext-toolchain-wrapper: fix paths if executable was resolved by PATH
Patrick Ziegler [Tue, 28 May 2013 23:41:19 +0000 (23:41 +0000)]
ext-toolchain-wrapper: fix paths if executable was resolved by PATH

If ext-toolchain-wrapper or any symbolic link to it was resolved by PATH,
the wrapper takes the working directory to calculate the relative paths.

Now '/proc/self/exe' is used to resolve the absolute path to the toolchain
directory if the wrapper was called neither with a relative nor an absolute
path.

[Peter: fix off-by-one, swap value == var checks around]
Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoiptables: bump to version 1.4.19.1
Gustavo Zacarias [Fri, 31 May 2013 02:27:16 +0000 (02:27 +0000)]
iptables: bump to version 1.4.19.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogcc: bump 4.8.x version
Peter Korsgaard [Fri, 31 May 2013 11:56:59 +0000 (13:56 +0200)]
gcc: bump 4.8.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt5: mysql and sqlite plugins
Wojciech Slenska [Tue, 28 May 2013 09:05:37 +0000 (09:05 +0000)]
qt5: mysql and sqlite plugins

Added support for mysql and sqlite plugins. Configuration is based on qt package.

[Peter: strip trailing spaces]
Signed-off-by: Wojciech Slenska <wojciech.slenska@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/snappy: new package
Yann E. MORIN [Tue, 14 May 2013 11:45:59 +0000 (11:45 +0000)]
package/snappy: new package

[Peter: needs C++ support]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/libedit: new package
Yann E. MORIN [Tue, 14 May 2013 11:45:58 +0000 (11:45 +0000)]
package/libedit: new package

[Peter: rename to libedit]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopackage/pmake: force argv[0]=${0} in the pmake wrapper
Yann E. MORIN [Tue, 14 May 2013 11:45:57 +0000 (11:45 +0000)]
package/pmake: force argv[0]=${0} in the pmake wrapper

This forces bmake to call the wrapper, not itself.
Also, use consistent "${0/*}" instead of "${0/pmake}".

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopulseaudio : bump to version 3.0
Jeremy Rosen [Tue, 28 May 2013 21:11:58 +0000 (21:11 +0000)]
pulseaudio : bump to version 3.0

Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibtool : bump to version 2.4.2
Jeremy Rosen [Tue, 28 May 2013 21:11:57 +0000 (21:11 +0000)]
libtool : bump to version 2.4.2

Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt5: add libQt5OpenGL.so library installation
Wojciech Slenska [Wed, 15 May 2013 10:34:44 +0000 (10:34 +0000)]
qt5: add libQt5OpenGL.so library installation

When qt5 is built with EGLFS support, libQt5OpenGL library should be copied to
target.

Signed-off-by: Wojciech Slenska <wojciech.slenska@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogutenprint: ensure target and host variant have the same patch hooks
Thomas Petazzoni [Mon, 27 May 2013 13:01:02 +0000 (13:01 +0000)]
gutenprint: ensure target and host variant have the same patch hooks

In preparation for the out-of-tree support, it is important that all
packages have the same patch hooks for the host variant and the target
variant (because the source tree will be shared between host and
target variants when doing out-of-tree build).

In the case of gutenprint, the patch hook executed for the target just
creates one directory which is needed for autoreconf to work, and the
host variant is not autoreconf'ed. So there is no harm in also
applying this patch hook to the host variant.

[Peter: autoreconf for host as pointed out by Arnout]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoxlib_libX11: ensure target and host variant have the same patch hooks
Thomas Petazzoni [Mon, 27 May 2013 13:01:04 +0000 (13:01 +0000)]
xlib_libX11: ensure target and host variant have the same patch hooks

In preparation for the out-of-tree support, it is important that all
packages have the same patch hooks for the host variant and the target
variant (because the source tree will be shared between host and
target variants when doing out-of-tree build).

In the case of the xlib_libX11 package, the post-patch hook removes
some flags from the build of the makekeys utility, so that when
xlib_libX11 is built for the target, the build of makekeys for the
host works properly. This modification can be applied to the host
variant of xlib_libX11 without any problem.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibgtk2: remove useless post-patch hook
Thomas Petazzoni [Mon, 27 May 2013 13:01:03 +0000 (13:01 +0000)]
libgtk2: remove useless post-patch hook

There used to be a post-patch hook to apply a patch only on the host
variant of libgtk2. However, after the reorganization of the patch
naming policy, this was no longer working properly, so
dd1848bc73ee9dfe211ca3ed3a233707e3bc5955 changed this by a patch that
works on both the target and host variants.

We can therefore get rid of the useless post-patch hook.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agobinutils: apply post-patch hook on both the host and target builds
Thomas Petazzoni [Mon, 27 May 2013 13:01:01 +0000 (13:01 +0000)]
binutils: apply post-patch hook on both the host and target builds

When a Xtensa specific patch needs to be applied, it should be applied
both when doing the target and the host build.

This change is part of the effort to remove the differences between
host and target post-extract and post-patch hooks, that are
problematic for the out-of-tree support.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogettext: don't patch different the host and target build
Thomas Petazzoni [Mon, 27 May 2013 13:01:00 +0000 (13:01 +0000)]
gettext: don't patch different the host and target build

Until now, the gettext source code was being patched differently for
the host and the target build, which is going to be incompatible with
out-of-tree build. The difference is that the gettext tools could be
disabled in the target build, but are always enabled on the host
build.

Therefore, this commit switches the gettext package to using proper
patches against the relevant configure.ac and Makefile.am
files. gettext is now being autoreconfigured. Configuration options
are also passed for the host variant, in order to disable the build of
a large number of things we don't care about.

Finally, the two existing patches are renamed to include a number in
their filename.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoneard: add init script
Simon Dawson [Sun, 26 May 2013 23:16:55 +0000 (23:16 +0000)]
neard: add init script

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibopenmax: Add libopenmax virtual package
Spenser Gilliland [Thu, 30 May 2013 06:30:36 +0000 (06:30 +0000)]
libopenmax: Add libopenmax virtual package

this adds the libopenmax virtual package for hardware based video acceleration

[Peter: fix openmax-without-any-backends check]
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibvpx: new package libvpx
Spenser Gilliland [Sun, 26 May 2013 17:12:20 +0000 (12:12 -0500)]
libvpx: new package libvpx

adds webm multimedia support and the VP8 encoder/decoder library.

http://www.webmproject.org/

[Peter: strip trailing spaces, wrap help text]
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agosystem/device-table: do not set /home/default stgid
Yann E. MORIN [Sat, 25 May 2013 10:33:32 +0000 (10:33 +0000)]
system/device-table: do not set /home/default stgid

Currently, /home/default is mode 2755 which means it is setgid.
Since /home/default is not group-writable, it is useless.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoopengl: correct detection of virtual packages having no dependencies
Will Wagner [Thu, 30 May 2013 13:08:05 +0000 (14:08 +0100)]
opengl: correct detection of virtual packages having no dependencies

I believe the original intent was to make it that the configure step
for the opengl virtual packages fails if there is not at least one
dependency. This patch fixes the logic so that it actually fails if
dependency list is empty

Signed-off-by: Will Wagner <will_wagner@carallon.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoRevert "pulseaudio : bump to version 3.0"
Peter Korsgaard [Thu, 30 May 2013 13:33:01 +0000 (15:33 +0200)]
Revert "pulseaudio : bump to version 3.0"

This reverts commit d3bde0a64edb5a3392314d2cdd2c4e4057d15831.

This wasn't supposed to be applied to master.

11 years agolibplayer: Remove unsupported QUIET variable
Markos Chandras [Wed, 29 May 2013 23:27:17 +0000 (23:27 +0000)]
libplayer: Remove unsupported QUIET variable

Fixes the following compilation problem when building with 'make -s'

Unknown option "-q".
See ./configure --help for available options.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agopulseaudio : bump to version 3.0
Jeremy Rosen [Tue, 28 May 2013 21:11:58 +0000 (21:11 +0000)]
pulseaudio : bump to version 3.0

Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agokmod : protect against architectures without __NR_finit_module
Jeremy Rosen [Tue, 28 May 2013 21:07:18 +0000 (21:07 +0000)]
kmod : protect against architectures without __NR_finit_module

This bug caused udev to fail to load any module, crashing with Illegal
instruction.

The patch was taken from upstream and should be integrated in the next
version of kmod (version 14)

Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoqt5jsbackend: only available on ARM, x86, x86-64 and mipsel
Thomas Petazzoni [Tue, 28 May 2013 10:27:06 +0000 (10:27 +0000)]
qt5jsbackend: only available on ARM, x86, x86-64 and mipsel

The v8 Javascript virtual machine that is the core of qt5jsbackend is
only available on certain architectures. At the moment, only ARM, x86,
x86-64 and mipsel are supported.

Fixes:

  http://autobuild.buildroot.org/results/a2e/a2e62e2deaa28ec9d4d957523a00ee0b7a634950/build-end.log

[Peter: also add dependency for qt5graphicaleffects]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agolibtirpc: prevent selection when ADI Blackfin external toolchains are used
Thomas Petazzoni [Tue, 28 May 2013 09:45:35 +0000 (09:45 +0000)]
libtirpc: prevent selection when ADI Blackfin external toolchains are used

libtirpc fails to build with the Blackfin external toolchains provided
by Analog Devices, because their uClibc configuration doesn't include
AI_ADDRCONFIG. In order to prevent such build failures to happen, we
simply prevent libtirpc from being selected when such toolchains are
used. This is not a big problem, since they provide native RPC
support.

Also, since they provide native RPC, we don't have to propagate this
new dependency to the reverse dependencies of libtirpc, because they
all use native RPC when available. The exception to this rule is the
rpcbind package, which can only use the libtirpc implementation of
RPCs, and not the native one of C libraries. Therefore, the dependency
is propagated to the rpcbind package.

Fixes:

  http://autobuild.buildroot.org/results/58b/58b16449065c16afce11ba120db56839efb2b1ea/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoczmq: prevent selection when ADI Blackfin external toolchains are used
Thomas Petazzoni [Tue, 28 May 2013 09:45:34 +0000 (09:45 +0000)]
czmq: prevent selection when ADI Blackfin external toolchains are used

czmq fails to build with the Blackfin external toolchains provided by
Analog Devices, because their uClibc configuration doesn't include
AI_ADDRCONFIG. In order to prevent such build failures to happen, we
simply prevent the selection of czmq or one of its reverse
dependencies when such toolchains are used.

This fixes:

  http://autobuild.buildroot.org/results/821/82140fac4c2a2cef3f38f06cada8f17fd7f0078b/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agoconfigs: add sample for olimex mx233 olinuxino
Gustavo Zacarias [Mon, 27 May 2013 06:41:58 +0000 (06:41 +0000)]
configs: add sample for olimex mx233 olinuxino

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agologrotate: Bump version to 3.8.4
Arn R [Wed, 29 May 2013 03:42:17 +0000 (03:42 +0000)]
logrotate: Bump version to 3.8.4

The changelog for logrotate indicates some CVE's were fixed in 3.8.0.
(changelog at http://svn.fedorahosted.org/svn/logrotate/tags/r3-8-4/CHANGES)

Signed-off-by: Arne Rovet <arnerro@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agonetwork-manager: bump to 0.9.8.0
Thomas Petazzoni [Sun, 26 May 2013 12:08:30 +0000 (12:08 +0000)]
network-manager: bump to 0.9.8.0

This upstream version (the latest available at the time of this
writing) contains
http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=6b64e4db2f3c9cfc0e0e240cf0bc58f3b3e90c1f
which fixes a build issue of network-manager against recent kernel
headers.

We also remove our patch against network-manager, because it has been
merged upstream as commit cbf72aeb34a6f1fd1bcd7f78ae88985154dc85af.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agonetwork-manager: use a <pkg>_VERSION_MAJOR variable
Thomas Petazzoni [Sun, 26 May 2013 12:08:29 +0000 (12:08 +0000)]
network-manager: use a <pkg>_VERSION_MAJOR variable

Just like we do for many other GNOME-hosted tarballs, use a
<pkg>_VERSION_MAJOR variable for network-manager.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agogpu-viv-bin-mx6q: new package
Henk Fijnvandraat [Sun, 26 May 2013 12:08:28 +0000 (12:08 +0000)]
gpu-viv-bin-mx6q: new package

This patch adds a new package for the OpenGL, OpenVG and EGL
proprietary implementations specific to the Vivante GPU of i.MX6
processors.

[Peter: show comment on uClibc toolchains, tweak help text]
Signed-off-by: Henk Fijnvandraat <h.fijnvandraat@inter.nl.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 years agofreescale-imx: bump to 1.1.0
Henk Fijnvandraat [Sun, 26 May 2013 12:08:27 +0000 (12:08 +0000)]
freescale-imx: bump to 1.1.0

This commit bumps both imx-lib and firmware-imx to version 1.1.0.

Signed-off-by: Henk Fijnvandraat <h.fijnvandraat@inter.nl.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>