Bernd Kuhls
46fb5b82ee
xlib_libXft: Bump version to 2.3.2
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 18:09:16 +02:00
Bernd Kuhls
b0ad236cd4
package/pixman: Bump version to 0.32.6
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 18:09:11 +02:00
Bernd Kuhls
fcc9740391
xlib_libICE: Bump version to 1.0.9
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 18:09:06 +02:00
Bernd Kuhls
f4d6b2aea3
xlib_libXi: Bump version to 1.7.4
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 18:07:35 +02:00
Gustavo Zacarias
c130c5d463
openssl: drop libdl from pc file
...
Fixes:
http://autobuild.buildroot.net/results/2a2/2a274e2dbffd268a391b0e8a15dae5a759b870a1/
[Thomas: move registration of the hook inside the condition.]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 18:06:19 +02:00
Vincent
14c1641c1a
dependencies.sh: fix typo
...
Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net >
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 18:04:38 +02:00
Yann E. MORIN
1c4498082b
support/gen-manual-lists.py: bail out early for legacy symbols
...
When searching for virtual package providers, there's no need to
handle legacy symbols at all, so just bail out early.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Samuel Martin <s.martin49@gmail.com >
Acked-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 18:03:26 +02:00
Yann E. MORIN
34363f0df1
support/gen-manual-lists.py: remove unneeded arg in private function
...
No need to pass as argument to a function, members of the class it's in.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Samuel Martin <s.martin49@gmail.com >
Acked-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 18:02:07 +02:00
Yann E. MORIN
910300950b
package/xbmc: remove spurious build-dependency on udev
...
CEC support with libcec needs udev, but it is the responsibility
of libcec to have proper build-dependencies, not XBMC.
So, just remove the spurious dependency on udev in XBMC.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 18:01:52 +02:00
Yann E. MORIN
6364139385
package/libfcgi: do not build examples
...
Examples do not compile for a static build, because libtool forcibly
wants to link against the shared version of libstdc++.so, instead of the
static version.
Since we do not really need the examples on the target, just disable
them, it is easier than fixing libtool.
Also, while we're at it, rename the patches to include a sequence
number.
Fixes:
http://autobuild.buildroot.org/results/66e/66e19cfd5a6048d2aaa46365518ea875e0abcb4d/
http://autobuild.buildroot.org/results/71d/71d9ba50b41efa05a3aff06c24412d5e8b81d8f1/
[Thomas: edit commit log to indicate that the patches are renamed to
include a sequence number.]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 17:14:58 +02:00
Gustavo Zacarias
0be26ad401
libmemcached: disable libtest
...
This allows libmemcached to be enabled for musl and uClibc as well.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 17:14:10 +02:00
Gustavo Zacarias
ad4a90617c
collectd: add memcachec plugin support
...
Now that we've got a libmemcached package we can add support for the
memcachec plugin.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 17:12:00 +02:00
Yann E. MORIN
4483370634
pckage/upmpdcli: disable for powerpc CS toolchains
...
Those toolchains use gcc <= 4.5, which is too old as they are missing
range-based for-loops, only introduced with gcc-4.6.
Fixes:
http://autobuild.buildroot.net/results/f00/f00fa9b83718abaffd1f52dcd50e582434b3c5e2/
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 >
Cc: Ezequiel Garcia <elezegarcia@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 16:46:07 +02:00
Thomas Petazzoni
c6a410964b
configs: remove lpc32xx defconfigs
...
Those defconfigs rely on gcc 4.3.x, which was said to be the only gcc
version that was producing a working kernel. Since we have removed gcc
4.3.x, those defconfigs no longer build. Also, the kernel being used
in these defconfigs was 2.6.32, but there is a "new" 2.6.39 kernel
available from the lpclinux.com git repository, which maybe works fine
with more recent compilers.
However, those defconfigs were contributed by Alexandre Belloni, who
no longer has access to the hardware, so we have no way to verify that
a compiler update + kernel update actually works.
Therefore, we simply remove those defconfigs.
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 16:42:54 +02:00
Francois Perrad
b9dd0c9981
perl-gd: fix broken patches
...
in each patch, the 3 trailing lines are lost
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 16:32:58 +02:00
Thomas Petazzoni
9960b957a6
collectd: disallow for static-only builds
...
collectd doesn't really support static-only builds: each plugin
defines a module_register() function, and plugins are supposed to be
dynamically loaded.
Also, passing -lm in LIBS makes more sense than LDFLAGS, as it is
passed at the end of the build command line.
Fixes:
http://autobuild.buildroot.org/results/047/047dc20aba46885679b6d21cdd2d77fc252374b6/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 16:29:57 +02:00
Thomas Petazzoni
1aa42ad4ae
make: bump to version 4.0
...
This commit bumps make to version 4.0. This version now uses fork(),
so it is no longer available on non-MMU platforms, which consequently
works around:
http://autobuild.buildroot.org/results/2e1/2e1b11ccb501f1ab431c04435be52a6538d035cb/
The glob special options seem to no longer be needed, at least make
4.0 builds fine with both an ARM uClibc toolchain and an ARM glibc
toolchain.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 14:47:27 +02:00
Bernd Kuhls
64e95abe20
libva/libva-intel-driver: Fix wayland-related compile errors
...
Fixes
http://autobuild.buildroot.net/results/896/896010d8a9ef978386ea1af8e21f5999a735997d/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 14:22:55 +02:00
Yann E. MORIN
32567d1249
infra/perl: switch to using a reliable mirror
...
The mirror we currently use is not a mirror, it's the main archive.
It has a few shortcomings:
- it might not contain all the versions of the modules we use,
- it can be unavailable at times (like now, for example)
Switch to using a realmirror, that:
- does a round-robin on the actual mirror, so availability is better
- contains all versions of all modules (yes, mojolicious is there!)
As a consequence, switch mojolicious to use our standard mirror,
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: François Perrad <francois.perrad@gadz.org >
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 14:21:02 +02:00
Bernd Kuhls
8e3e5c2334
package/mesa3d: Bump version to 10.2.4
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 14:20:05 +02:00
Gustavo Zacarias
d0556a1b7d
libmemcached: disable tests
...
Disable test libraries and programs, even though it needs to autoreconf
it's a good tradeoff since it cuts the build time by half, and avoids
build issues with extra dependencies that aren't properly checked for.
Fixes:
http://autobuild.buildroot.net/results/739/739ae9b2f28486dec8900aa584145d2d38f44331/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 14:19:44 +02:00
Peter Seiderer
8390d939f8
dejavu: new package
...
[Thomas: refactor installation, only install fontconfig files when
fontconfig is enabled.]
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
2014-07-19 12:15:33 +02:00
Hadrien Boutteville
d14da1e82b
ti-gfx: add patch to fix build failure with es5.x
...
Since commit a73fdc647417699833f22d0f239affe22e062827 in the kernel,
omap_dss_device's 'output' is renamed 'src'.
Build with es5.x fails because ti-gfx still uses 'output'.
Fix build with at least es5.x selected (AM35xx).
Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com >
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 11:41:53 +02:00
Gustavo Zacarias
44584bddd4
libuv: new package
...
[Thomas: add comment suggested by Yann E. Morin.]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 11:40:15 +02:00
Francois Perrad
ed8ab0ce3d
support/script/scanpcan: small fix
...
- typo in comment
- remove trailing space in _HOST_DEPENCENCIES when no dependency
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 11:38:31 +02:00
Yann E. MORIN
bea8f267d5
infra/pkg-autotools: cleanup the gettextize step
...
Align the way we call gettextize to the way we call autoreconf:
- provide the $(GETTEXTIZE) variable
- pass $(HOST_CONFIGURE_OPTS) in the environment
- pass the fully-qualified path to autom4te
- use of -f even if the package provides its own options
Some eye-candy in the output of gettextize.
Thanks to Gustavo for pointing out the discrepancy between the way we
call gettextize and the way we call autoreconf, and to Thomas for the
live debug session. ;-)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar >
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 11:35:22 +02:00
Thomas Petazzoni
4638e2b97f
lcdapi: bump version to fix static-only build
...
The upstream lcdapi has moved over from a basic Makefile to the
autotools build system, which has the advantage of fixing static-only
build. Therefore, this commit bumps the lcdapi version. Unfortunately,
one patch is needed to fix an upstream issue.
Fixes:
http://autobuild.buildroot.org/results/6fd/6fd65b3fd7d6f439ed14dc38fb28ad3e8e6678b1/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 11:00:19 +02:00
Thomas Petazzoni
07ce78019c
inotify-tools: fix static-only build
...
Add a patch to the inotify-tools package to fix static-only
build. Fixes:
http://autobuild.buildroot.org/results/53e/53e98db373ee0218329a5a9c418f10d7b056b5d3/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 00:49:39 +02:00
Gustavo Zacarias
e30868be1f
php-memcached: new package
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 00:32:44 +02:00
Gustavo Zacarias
35c3866820
libmemcached: new package
...
For varying reasons it doesn't play well with uClibc or musl based
toolchains so they're excluded for now.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-19 00:32:01 +02:00
Gustavo Zacarias
a274396df0
memcached: new package
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 21:40:09 +02:00
Hadrien Boutteville
2d017035c4
libsoup: add libsoup-gnome support
...
libsoup can build a libsoup-gnome library. Add support for
libsoup-gnome as it is a dependency of Midori.
Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com >
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 21:38:08 +02:00
Eric Le Bihan
e1433ad992
systemd: install timesync service if selected
...
If support for systemd-timesyncd is selected, install the associated
service.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 21:28:11 +02:00
Eric Le Bihan
2b799ee17b
systemd: bump to version 214
...
This patch bumps systemd to version 214.
Changes:
- add new users: systemd-bus-proxy, systemd-network and systemd-resolve.
- remove gtk-doc patch, as it is no longer needed.
- remove attr dependency (extended attributes functions are provided by
glibc).
- enable nss-myhostname, so local hostname changes are properly handled.
- add hook to install symlink to resolv.conf when using
systemd-networkd.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 21:27:48 +02:00
Danomi Manchego
ca4e58ffbf
ntp: rename patches to follow BR guidelines
...
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 21:24:30 +02:00
Gustavo Zacarias
7c79190bd1
linux: bump default to version 3.15.6
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 20:54:26 +02:00
Gustavo Zacarias
ba5134e7ce
linux-headers: bump 3.{4, 10, 14, 15}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 20:12:36 +02:00
Baruch Siach
c821210b1b
python: fix termios build for xtensa
...
The xtensa ioctls.h header references struct serial_multiport_struct that is
not defined in this header or included headers. ioctls.h also references
tty_struct that is not exported to userspace at all. Add a patch fixing these
issues.
This is only a workaround as the real problem should be fixed in the kernel
(by removing all struct references like all other archs). But since we support
older kernel versions we'll have to carry this patch for some time.
Fixes:
http://autobuild.buildroot.net/results/12b/12b5612828d7f1fc7d1f69fc01341d5a6e628db5/
Cc: Max Filippov <jcmvbkbc@gmail.com >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 20:04:11 +02:00
Andreas Naumann
402a537b35
pkg-download: Fix DOWNLOAD_LOCALFILES
...
The cp helperscript expects a filename as target, but just the folder
name was given.
Signed-off-by: Andreas Naumann <anaumann@ultratronik.de >
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
2014-07-18 20:01:46 +02:00
Gustavo Zacarias
275d5115db
gcc 4.9.x: Exclude for PPC SPE because of PR60102
...
Exclude gcc 4.9.x for PowerPC SPE toolchains because of an ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60102
There's a patch available but it's somewhat intrusive with PPC in
general and hasn't been well tested yet.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 19:56:06 +02:00
Gustavo Zacarias
f77ae6cfef
libnl: bump to version 3.2.25
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 19:53:10 +02:00
Gustavo Zacarias
9e09d66831
libev: bump to version 4.15
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 19:52:26 +02:00
Gustavo Zacarias
57c303f624
libcurl: bump to version 7.37.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 19:51:27 +02:00
Francois Perrad
c38a9fb093
perl-gdgraph: new package
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 19:49:37 +02:00
Francois Perrad
5c58e0adb3
perl-gdtextutil: new package
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 19:48:19 +02:00
Francois Perrad
39d1f0645e
perl-gd: new package
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 19:48:05 +02:00
Francois Perrad
6d3962f0bd
support/scripts/scancpan: automatically populate LICENSE_FILES
...
This commit improves the scancpan script to automatically populate the
LICENSE_FILES variable using informations available in the Perl
package MANIFEST file.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 19:45:20 +02:00
Thomas Petazzoni
bef732889c
python-numpy: remove duplicate BR2_sh in dependencies
...
Reported-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 10:53:23 +02:00
Thomas Petazzoni
26043fdbf0
opencv: since 2.4.8 bump, requires NPTL
...
The core module of OpenCV is now using the pthread_spin_*() API, which
is only available in the 'linuxthreads' and 'NPTL' thread
implementations, but not in the 'linuxthreads.old'
implementation. Therefore, this commit adds a dependency on OpenCV to
NPTL threads.
Fixes:
http://autobuild.buildroot.org/results/75d/75db3827ec4be8a3805508a22b8b6a4d1a3b9ce3/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 10:07:26 +02:00
Thomas Petazzoni
153990dfd8
python-numpy: disable on non-supported architectures
...
The numpy/core/include/numpy/npy_cpu.h file has some
architecture-specific definitions, and not all architectures are
supported. This commit makes sure python-numpy cannot be selected on
the architectures that are not supported.
Fixes:
http://autobuild.buildroot.org/results/327/327c85f5b1849d390fcf0727cf48e621b946571f/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-07-18 10:00:41 +02:00