buildroot.git
10 years agomanual: clarify handling of deprecated features
Thomas De Schampheleire [Tue, 21 Jan 2014 07:54:09 +0000 (08:54 +0100)]
manual: clarify handling of deprecated features

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoPrefer 'printf' over 'echo -e' (for portability)
Bjørn Forsman [Mon, 30 Dec 2013 16:31:42 +0000 (17:31 +0100)]
Prefer 'printf' over 'echo -e' (for portability)

support/dependencies/dependencies.sh uses #!/bin/sh shebang. It is not
guaranteed that /bin/sh provides an 'echo' implementation that
understands the '-e' flag (interpret backslash escape chars). For
example, dash doesn't.

'printf' is more portable (it must interpret backslash escape chars,
according to POSIX), so use that.

NOTE: Before the previous commit, the dependencies.sh script used
/bin/echo instead of the shell built-in. That's probably why this hasn't
come up before.

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agozmqpp: bump git snapshot and remove patch
Alexander Lukichev [Tue, 21 Jan 2014 14:49:02 +0000 (16:49 +0200)]
zmqpp: bump git snapshot and remove patch

The patch has been merged upstream, hence the bump and its removal
from package directory.

Signed-off-by: Alexander Lukichev <alexander.lukichev@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibplist: new package
Maxime Hadjinlian [Sun, 19 Jan 2014 21:04:00 +0000 (22:04 +0100)]
libplist: new package

libplist is a client for manipulating Apple Property List (.plist) files
This package was originally found at : https://github.com/huceke/buildroot-rbp
By gimli <ebsi4711@gmail.com>

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Cc: gimli <ebsi4711@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agowget: bump to version 1.15
Gustavo Zacarias [Tue, 21 Jan 2014 14:03:10 +0000 (11:03 -0300)]
wget: bump to version 1.15

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoconfigs/p1010rdb: bump to the latest and greatest versions
Gustavo Zacarias [Tue, 21 Jan 2014 13:27:01 +0000 (10:27 -0300)]
configs/p1010rdb: bump to the latest and greatest versions

Rename the defconfig to note that it's explicitly intended for the PA
kit revision since it'll likely brick a PB if the bootloader is flashed
without changing the U-Boot board name (and that it's untested in real
hardware).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoconfigs/mpc8315erdb: bump to the latest and greatest versions
Gustavo Zacarias [Tue, 21 Jan 2014 13:27:00 +0000 (10:27 -0300)]
configs/mpc8315erdb: bump to the latest and greatest versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agouboot: bump to version 2014.01
Gustavo Zacarias [Tue, 21 Jan 2014 13:26:16 +0000 (10:26 -0300)]
uboot: bump to version 2014.01

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agouboot-tools: bump to version 2014.01
Gustavo Zacarias [Tue, 21 Jan 2014 13:26:15 +0000 (10:26 -0300)]
uboot-tools: bump to version 2014.01

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agocryptodev-linux: add fix for kernels >=3.13
Gustavo Zacarias [Tue, 21 Jan 2014 13:10:58 +0000 (10:10 -0300)]
cryptodev-linux: add fix for kernels >=3.13

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosupport/dependencies/dependencies.sh: Remove some absolute paths
Bjørn Forsman [Mon, 30 Dec 2013 16:31:41 +0000 (17:31 +0100)]
support/dependencies/dependencies.sh: Remove some absolute paths

Buildroot fails to run on NixOS because it has no /bin/echo or
/bin/grep. Instead of relying on absolute paths, rely on tools to be
available in PATH. This should work for all systems.

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolive555: unbreak build without locale support in toolchain
Peter Korsgaard [Tue, 21 Jan 2014 08:28:15 +0000 (09:28 +0100)]
live555: unbreak build without locale support in toolchain

Fixes:
  http://autobuild.buildroot.net/results/7c1/7c1a1847c5d8ce1d97ef077f26289153660848e8/
  http://autobuild.buildroot.net/results/d2b/d2bb82d0cca04ff66f7d1c8c2f0493f41b43ad3f/
  http://autobuild.buildroot.net/results/3b2/3b2e5f3a3914a3a651086cd8d8520380a7612d7e/
  http://autobuild.buildroot.net/results/c00/c00835074917e14adc759df1b6bdbe3f6221e84e/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agobusybox: 1.22.1: add upstream date fix
Peter Korsgaard [Tue, 21 Jan 2014 07:44:03 +0000 (08:44 +0100)]
busybox: 1.22.1: add upstream date fix

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agovlc: correct sdl_image dependency name
Peter Korsgaard [Tue, 21 Jan 2014 06:29:09 +0000 (07:29 +0100)]
vlc: correct sdl_image dependency name

Fixes http://autobuild.buildroot.net/results/7e8/7e85b79612a46df2eee0278703f54d872da72ed5/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibsocketcan: new package
Yegor Yefremov [Thu, 16 Jan 2014 09:00:21 +0000 (10:00 +0100)]
libsocketcan: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoljsyscall: new package
Danomi Manchego [Fri, 17 Jan 2014 03:10:25 +0000 (22:10 -0500)]
ljsyscall: new package

An FFI implementation of the Linux and NetBSD kernel ABIs for LuaJIT.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoRevert "e2fsprogs: fix posix_fadvise() signature mismatch"
Baruch Siach [Mon, 13 Jan 2014 06:26:14 +0000 (08:26 +0200)]
Revert "e2fsprogs: fix posix_fadvise() signature mismatch"

This reverts commit c3d690166c4533bc83500a22a43783193fbc27f9.

The real cause of problem is missing posix_fadvise() implementation in uClibc
for xtensa. This has now been fixed with the uclibc version bump. The internal
e2fsprogs posix_fadvise() implementation is broken on 32bit systems anyway, and
upstream has removed it.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agouclibc: bump xtensa snapshot version
Baruch Siach [Mon, 13 Jan 2014 06:26:12 +0000 (08:26 +0200)]
uclibc: bump xtensa snapshot version

This new version includes two xtensa fixes:

00571b43df2e libc: posix_fadvise: restore implementation for xtensa
de6561f66693 xtensa: use common ptrace.h

The first fixes (correctly)
http://autobuild.buildroot.net/results/ab1/ab1250c3d402ec3fbaf22eeffd07de218ffafb22/.

The second fixes
http://autobuild.buildroot.net/results/84f/84fb918efbcbf1312a228a9c11608edf096b3c40/.

The unifdef regression (the original motivation for the fixed xtensa snapshot
version introduced in commit cecaf09cd6) should now be fixed.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolegacy: move 2014.02 header
Yann E. MORIN [Sun, 19 Jan 2014 22:30:42 +0000 (23:30 +0100)]
legacy: move 2014.02 header

Legacy LIBNFC_LLCP belongs to the 2014.02 cycle.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogst-ffmpeg: fix build for xtensa
Baruch Siach [Mon, 20 Jan 2014 10:33:40 +0000 (12:33 +0200)]
gst-ffmpeg: fix build for xtensa

Since commit 6ea49a23df3 (gst-ffmpeg: Use internal libav instead of external
ffmpeg) gst-ffmpge uses its internal libav. This requires the same fix for
xtensa like ffmpeg got in commit 4ec35e76b8a3 (ffmpeg: fix build for xtensa).

Fixes
http://autobuild.buildroot.net/results/08a/08a27891fd5336250f00e611a15ea45505985f67/.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolighttpd: bump to version 1.4.34
Gustavo Zacarias [Mon, 20 Jan 2014 18:19:06 +0000 (15:19 -0300)]
lighttpd: bump to version 1.4.34

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoarch: use BR2_X86_CPU_HAS_SSE4, SSE42 with jaguar
Adrien Béraud [Mon, 20 Jan 2014 17:35:17 +0000 (12:35 -0500)]
arch: use BR2_X86_CPU_HAS_SSE4, SSE42 with jaguar

This follow-up commit adds support for SSE 4 and SSE 4.2 to
the jaguar architecture.

Signed-off-by: Adrien Béraud <adrien.beraud@savoirfairelinux.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibbluray: needs threads
Gustavo Zacarias [Mon, 20 Jan 2014 16:20:52 +0000 (13:20 -0300)]
libbluray: needs threads

Fixes:
http://autobuild.buildroot.net/results/2bc/2bc0ce057e54bd6ff7f9ade115c389648a2df2eb/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodosfstools: bump to version 3.0.25
Gustavo Zacarias [Mon, 20 Jan 2014 15:07:34 +0000 (12:07 -0300)]
dosfstools: bump to version 3.0.25

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agobusybox: bump 1.22 series to 1.22.1
Gustavo Zacarias [Mon, 20 Jan 2014 15:06:26 +0000 (12:06 -0300)]
busybox: bump 1.22 series to 1.22.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux: bump to version 3.13
Gustavo Zacarias [Mon, 20 Jan 2014 14:44:03 +0000 (11:44 -0300)]
linux: bump to version 3.13

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux-headers: add 3.13.x series
Gustavo Zacarias [Mon, 20 Jan 2014 14:44:02 +0000 (11:44 -0300)]
linux-headers: add 3.13.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibnfs: new package
Maxime Hadjinlian [Sun, 19 Jan 2014 21:03:59 +0000 (22:03 +0100)]
libnfs: new package

nfs userspace implementation.
This package was originally found at : https://github.com/huceke/buildroot-rbp
By gimli <ebsi4711@gmail.com>

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Cc: gimli <ebsi4711@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibcdio: new package
Maxime Hadjinlian [Sun, 19 Jan 2014 21:03:58 +0000 (22:03 +0100)]
libcdio: new package

The GNU Compact Disc Input and Control library.
This package was originally found at : https://github.com/huceke/buildroot-rbp
By gimli <ebsi4711@gmail.com>

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Cc: gimli <ebsi4711@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibbluray: new package
Maxime Hadjinlian [Sun, 19 Jan 2014 21:03:57 +0000 (22:03 +0100)]
libbluray: new package

LIBBLURAY is a client library for accessing bluray disks.
This package was originally found at : https://github.com/huceke/buildroot-rbp
By gimli <ebsi4711@gmail.com>

[Peter: zlib+bzip2 not needed, freetype+libxml optional]
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Cc: gimli <ebsi4711@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agourg: make sdl support optional
Samuel Martin [Sat, 18 Jan 2014 19:23:46 +0000 (20:23 +0100)]
urg: make sdl support optional

Only enable SDL support if SDL and SDL_net are already enabled in the
configuration.

[Peter: drop SDL comment]
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotransmission: use <PKG>_INSTALL_INIT_SYSV infra instead of custom hook
Samuel Martin [Sat, 18 Jan 2014 19:23:40 +0000 (20:23 +0100)]
transmission: use <PKG>_INSTALL_INIT_SYSV infra instead of custom hook

[Peter: only install if _DAEMON is enabled]
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotransmission: add url in Config.in
Samuel Martin [Sat, 18 Jan 2014 19:23:39 +0000 (20:23 +0100)]
transmission: add url in Config.in

[Peter: use homepage rather than trac as pointed out by Yann]
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoeigen: add C++ toolchain dependency
Samuel Martin [Sat, 18 Jan 2014 19:23:38 +0000 (20:23 +0100)]
eigen: add C++ toolchain dependency

As said in its help text, eigen heavily uses C++ features.
So, explicit this dependency in the Config.in.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/linux-firmware: add iwlwifi 3160 and 7260 firmware files
Yann E. MORIN [Sat, 18 Jan 2014 18:40:19 +0000 (19:40 +0100)]
package/linux-firmware: add iwlwifi 3160 and 7260 firmware files

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/linux-firmware: bump
Yann E. MORIN [Sat, 18 Jan 2014 18:40:18 +0000 (19:40 +0100)]
package/linux-firmware: bump

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoconfigs/raspberrypi: bump kernel version
Yann E. MORIN [Sat, 18 Jan 2014 18:40:17 +0000 (19:40 +0100)]
configs/raspberrypi: bump kernel version

Bump to linux-3.10.27, plus a slew of RPi-specific fixes.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/rpi-userland: bumps for misc fixes and improvements
Yann E. MORIN [Sat, 18 Jan 2014 18:40:16 +0000 (19:40 +0100)]
package/rpi-userland: bumps for misc fixes and improvements

A slew of fixes and improvements, specially directed toward, but
not limited to, the sample codes.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/rpi-firmware: bump for misc fixes/improvements
Yann E. MORIN [Sat, 18 Jan 2014 18:40:15 +0000 (19:40 +0100)]
package/rpi-firmware: bump for misc fixes/improvements

Bring a slew of fixes and improvements to:
  - boot hang
  - camera zoom, night mode
  - MJPEG decoder/encoder
  - video decoder/encoder
  - dispmanx (3D engine)
  - documentation

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agonetstat-nat: add license information
Axel Lin [Sat, 18 Jan 2014 13:31:10 +0000 (21:31 +0800)]
netstat-nat: add license information

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoffmpeg: Bump version to 1.2.5
Bernd Kuhls [Fri, 17 Jan 2014 20:08:35 +0000 (21:08 +0100)]
ffmpeg: Bump version to 1.2.5

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoRevert "prevent recursion in %_defconfig rules"
Yann E. MORIN [Fri, 17 Jan 2014 18:12:56 +0000 (19:12 +0100)]
Revert "prevent recursion in %_defconfig rules"

This reverts commit 94dd02f5d0ce89549a82a99c56602e1c4a73bae7.

The change breaks defconfigs from BR2_EXTERNAL, both for in-tree and
out-of-tree builds.

Besides, the problem reported in 94dd02f could not be reproduced.

I can read French, and I suspect a relative path was used for either
BR2_EXTERNAL or O.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Jérémy Rosen <jeremy.rosen@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoluasocket: fix build with uClibc without IPv6
Francois Perrad [Fri, 17 Jan 2014 12:02:02 +0000 (13:02 +0100)]
luasocket: fix build with uClibc without IPv6

see http://autobuild.buildroot.net/results/698/6989e71bf50946d62b696dbe07e8f00679b6aad9/

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosocketcand: bump version and remove obsolete patch
Yegor Yefremov [Fri, 17 Jan 2014 08:30:17 +0000 (09:30 +0100)]
socketcand: bump version and remove obsolete patch

The latest socketcand revision replaced 'cp -n' with proper
'install command.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosconeserver: needs NPTL
Baruch Siach [Fri, 17 Jan 2014 07:39:38 +0000 (09:39 +0200)]
sconeserver: needs NPTL

Fixes
http://autobuild.buildroot.net/results/fb8/fb8d071411b571780806792b7436d20f62a9a0f7/.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogst-ffmpeg: Use internal libav instead of external ffmpeg
Bernd Kuhls [Thu, 16 Jan 2014 19:48:04 +0000 (20:48 +0100)]
gst-ffmpeg: Use internal libav instead of external ffmpeg

External ffmpeg 1.2.4 is incompatible, gst-ffmpeg suggests
to always use internal libav.

Adding one patch:
Fixes compiling with gcc-4.7: gst-ffmpeg-0.10.13_gcc47.patch (taken from Slackware)

Fixes
http://autobuild.buildroot.net/results/ab8/ab8ec4904020ceb848a1e50f1865f594f46b8295/
http://autobuild.buildroot.net/results/f0a/f0a420015a92ebb8868c41c0dbf82cf27b2bdd0f/

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agompc: bump to version 1.0.2
Gustavo Zacarias [Thu, 16 Jan 2014 13:21:09 +0000 (10:21 -0300)]
mpc: bump to version 1.0.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoweston: fix fbdev backend.
eric.le.bihan.dev@free.fr [Thu, 16 Jan 2014 16:02:21 +0000 (17:02 +0100)]
weston: fix fbdev backend.

The compilation of the program weston-launcher is currently disabled, so
the only way to launch Weston (on framebuffer) is to execute (as root):

  $ openvt -c 2 -s -- weston \
   --backend=/usr/lib/weston/fbdev-backend.so \
--tty=2 \
--log=/tmp/weston.log

Unfortunately you will only end up with a black screen. The reason is
given in the log file:

  /dev/tty2 is already in graphics mode, is another display server running?

Here is the fix from upcoming version 1.4.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosysprof: bump version
Peter Korsgaard [Thu, 16 Jan 2014 22:29:00 +0000 (23:29 +0100)]
sysprof: bump version

And drop patches now upstream.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux: bump to version 3.12.8
Gustavo Zacarias [Thu, 16 Jan 2014 12:24:57 +0000 (09:24 -0300)]
linux: bump to version 3.12.8

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolinux-headers: bump 3.{4, 10, 12}.x stable versions
Gustavo Zacarias [Thu, 16 Jan 2014 12:24:56 +0000 (09:24 -0300)]
linux-headers: bump 3.{4, 10, 12}.x stable versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolvm2: cleanup: remove the unused variable LVM2_BINS
Fabio Porcedda [Thu, 16 Jan 2014 09:57:42 +0000 (10:57 +0100)]
lvm2: cleanup: remove the unused variable LVM2_BINS

The LVM2_BINS variable is a leftover of the
commit 564e0c7e655f4cbb225427230cf3b22be0575653.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogit: bump to version 1.8.5.3
Jerzy Grzegorek [Thu, 16 Jan 2014 08:10:22 +0000 (09:10 +0100)]
git: bump to version 1.8.5.3

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage: fix white spaces
Jerzy Grzegorek [Thu, 16 Jan 2014 08:09:30 +0000 (09:09 +0100)]
package: fix white spaces

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agort-tests: disable NPTL is missing
Baruch Siach [Mon, 13 Jan 2014 06:56:27 +0000 (08:56 +0200)]
rt-tests: disable NPTL is missing

Fixes
http://autobuild.buildroot.net/results/8aa/8aaa4b56a53241b7342fede568fbc72a7656cc38/.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agovlc: add udev support
Simon Dawson [Thu, 16 Jan 2014 07:41:36 +0000 (07:41 +0000)]
vlc: add udev support

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotvheadend: disable when NPTL is missing
Baruch Siach [Thu, 16 Jan 2014 07:49:34 +0000 (09:49 +0200)]
tvheadend: disable when NPTL is missing

Fixes
http://autobuild.buildroot.net/results/0ae/0ae5c5158215a48d4d4849f52837bbe4b36db381/.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agovlc: add libmodplug support
Simon Dawson [Thu, 16 Jan 2014 07:37:46 +0000 (07:37 +0000)]
vlc: add libmodplug support

Commit 0a5d5240157f1df80d2457db2a153821f56997d8 added a libmodplug package
to Buildroot; this means that libmodplug support can now be enabled for the
vlc package.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agobusybox: udhcpc script: suppress useless error message
Baruch Siach [Thu, 16 Jan 2014 07:58:33 +0000 (09:58 +0200)]
busybox: udhcpc script: suppress useless error message

Suppress the following error:

route: SIOCDELRT: No such process

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogob2: bump to version 2.0.20
Jerzy Grzegorek [Thu, 16 Jan 2014 07:45:00 +0000 (08:45 +0100)]
gob2: bump to version 2.0.20

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogob2: rename patches to add sequence numbers
Jerzy Grzegorek [Thu, 16 Jan 2014 07:44:59 +0000 (08:44 +0100)]
gob2: rename patches to add sequence numbers

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/linux-firmware: Add cxgb4 firmware
Jeremy Kerr [Thu, 16 Jan 2014 06:27:51 +0000 (14:27 +0800)]
package/linux-firmware: Add cxgb4 firmware

This change adds firmware for the Chelsio T4 1Gb/10Gb ethernet cards.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/linux-firmware: Add bnx2x firmware
Jeremy Kerr [Thu, 16 Jan 2014 06:27:51 +0000 (14:27 +0800)]
package/linux-firmware: Add bnx2x firmware

Add revision 17 of the Broadcom NetXtreme II 10Gb ethernet driver.

We also add an ethernet submenu for the firmware selection.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/linux-firmware: Fix "firmwares" plural
Jeremy Kerr [Thu, 16 Jan 2014 06:27:51 +0000 (14:27 +0800)]
package/linux-firmware: Fix "firmwares" plural

Minor nit: Like "hardware", "software" and "sheep", the plural of
"firmware" is "firmware".

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agousb_modeswitch_data: bump to version 20131113
Axel Lin [Thu, 16 Jan 2014 05:24:07 +0000 (13:24 +0800)]
usb_modeswitch_data: bump to version 20131113

20131113:
    Added devices: Quanta 1KR / USB-lte 7410, Quanta MobileGenie 4G lte,
    AVM Fritz!Wlan USB N v2, Alcatel-sbell ASB TL131 TD-LTE, Vodafone K4305,
    K5150, K4201, K4202 and K4606; ZTE MF821D (Variant), ZTE MF70, ZTE MF60,
    Haier EVDO Rev. A; several cleanups and fixes. Special thanks to Lars
    Melin for many device contributions and corrections!

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibmodplug: bump to version 0.8.8.4
Maxime Hadjinlian [Wed, 15 Jan 2014 23:25:38 +0000 (00:25 +0100)]
libmodplug: bump to version 0.8.8.4

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoarch: add support for "jaguar" AMD CPU optimisations
Adrien Béraud [Wed, 15 Jan 2014 22:17:10 +0000 (17:17 -0500)]
arch: add support for "jaguar" AMD CPU optimisations

AMD Jaguar ( https://en.wikipedia.org/wiki/Jaguar_%28microarchitecture%29 ) is
suddenly a popular architecture since it is used in the PS4 and the XBox One.
Many embedded systems are also likely to use it in the next years.

This patch adds support for GCC architecture-specific optimisations and
tuning for these CPUs.
These optimizations are available with GCC 4.8+.

Signed-off-by: Adrien Beraud <adrien.beraud@savoirfairelinux.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibfcgi: needs mmu
Gustavo Zacarias [Wed, 15 Jan 2014 22:12:21 +0000 (19:12 -0300)]
libfcgi: needs mmu

Fixes:
http://autobuild.buildroot.net/results/93a/93a7f816b5c70a247491063ca733b537ee7aec65/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopsplash: use git repository
Lucas De Marchi [Fri, 10 Jan 2014 19:50:21 +0000 (17:50 -0200)]
psplash: use git repository

psplash doesn't see a new release for quite some time. The lattest
commits brought some nice bug fixes and a feature that allows to
easily customize the splash image.

[Peter: COPYING file no longer available]
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotoolchain-external: Fix ld.so naming with uClibc and EABIhf.
Stefan Sørensen [Tue, 14 Jan 2014 08:21:35 +0000 (09:21 +0100)]
toolchain-external: Fix ld.so naming with uClibc and EABIhf.

Currently ld-linux-armhf.so.* is added to external libs when
using an EABIhf toolchain, but this naming is not used by uClibc.
Fix by adding a check for glibc.

Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoprotobuf-c: Don't require protobuf on target.
Stefan Sørensen [Tue, 14 Jan 2014 08:21:36 +0000 (09:21 +0100)]
protobuf-c: Don't require protobuf on target.

protobuf-c only requires protobuf when building the protoc compiler,
hence protobuf can be dropped from the target dependencies.

Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibmodplug: new package
Maxime Hadjinlian [Sun, 12 Jan 2014 17:53:20 +0000 (18:53 +0100)]
libmodplug: new package

MOD music file decoder.
This package was originally found at : https://github.com/huceke/buildroot-rbp
By gimli <ebsi4711@gmail.com>

[Peter: fix toolchain comment + file header. Add _LICENSE_FILES]
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agobusybox: udhcpc script: create resolv.conf
Baruch Siach [Wed, 15 Jan 2014 19:04:58 +0000 (21:04 +0200)]
busybox: udhcpc script: create resolv.conf

Eliminate the following error message on every boot:

grep: /etc/resolv.conf: No such file or directory

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agommc-utils: new package
Sébastien Szymanski [Wed, 15 Jan 2014 12:55:54 +0000 (13:55 +0100)]
mmc-utils: new package

mmc-utils provides tools to manipulate mmc device registers.

[Peter: drop uninstall, move to filesystem and flash utilities]
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agompd: add more gcc exclusions
Gustavo Zacarias [Wed, 15 Jan 2014 13:03:44 +0000 (10:03 -0300)]
mpd: add more gcc exclusions

The codesourcery powerpc toolchains also include a gcc that's too old
for mpd to build properly. Fixes:
http://autobuild.buildroot.net/results/be0/be0aff9814ded4ba74999283530b805af01992da/

Also add toolchain comment exclusion for avr32 & sparc since it won't be
available anyway.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agobusybox 1.22.0: add line edit patch
Gustavo Zacarias [Wed, 15 Jan 2014 13:16:14 +0000 (10:16 -0300)]
busybox 1.22.0: add line edit patch

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agouclibc: fix STRIP_none handling
Noam Camus [Sun, 22 Dec 2013 15:31:38 +0000 (17:31 +0200)]
uclibc: fix STRIP_none handling

It was with reversed logic

Signed-off-by: Noam Camus <noamc@ezchip.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoluarocks: use -fPIC for shared library
Francois Perrad [Wed, 15 Jan 2014 08:42:50 +0000 (09:42 +0100)]
luarocks: use -fPIC for shared library

Fixes:
http://autobuild.buildroot.net/results/f28a624f89f4de249a1b7a718f5ae31109ba9171/
http://autobuild.buildroot.net/results/1ead0a162a251d3e7bf8598036fa06c4befeb3d9/
http://autobuild.buildroot.net/results/0544cead086ba51b45dfa1df114787a8f22eaf8d/
http://autobuild.buildroot.net/results/60161d13d596d41dd4059977eb947d72c172f0d5/
http://autobuild.buildroot.net/results/e7e/e7ea6946552f72dc27f23ae1aff1665a6aa097c7/

[Peter: adjust commit message]
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoraspberrypi: tweak readme
Simon Dawson [Wed, 15 Jan 2014 09:19:22 +0000 (09:19 +0000)]
raspberrypi: tweak readme

Make the readme.txt for the raspberrypi board less misleading regarding the
kernel image file name.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/ola: fix check for google.protobuf
Yann E. MORIN [Tue, 14 Jan 2014 21:36:05 +0000 (22:36 +0100)]
package/ola: fix check for google.protobuf

Fix the google.protobuf check in an upstreamable way.

As suggested by Arnout, use an autoconf ac_cv_have_* variable
so we can pass it on the command line. This is generic behaviour
for a lot of autoconf internals, so it makes sense to do it this
way.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage/ola: bump to 0.8.33
Yann E. MORIN [Tue, 14 Jan 2014 21:36:04 +0000 (22:36 +0100)]
package/ola: bump to 0.8.33

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibsigsegv: fix for microblaze
Spenser Gilliland [Wed, 8 Jan 2014 16:33:04 +0000 (10:33 -0600)]
libsigsegv: fix for microblaze

Fixes autobuild failure

http://autobuild.buildroot.net/results/799/799ac378713d82f9632a2aa925223e21157b1042/build-end.log
http://autobuild.buildroot.net/results/ae6/ae6a10ae7cd8f2d2f3891ea9c6e867695ca1acfe/build-end.log
http://autobuild.buildroot.net/results/db4/db48622f6c3a998ecec84ec51f21b4a031ab0fb5/build-end.log

Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogob2: bump to version 2.0.19
Jerzy Grzegorek [Sun, 6 Oct 2013 20:04:36 +0000 (22:04 +0200)]
gob2: bump to version 2.0.19

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage: libpng: don't append prefix to symbol names in the version script file
Sonic Zhang [Mon, 30 Dec 2013 10:35:53 +0000 (18:35 +0800)]
package: libpng: don't append prefix to symbol names in the version script file

Even if Blackfin GNU toolchain add prefix '_' to all symbols,
symbol prefix is not accepted in the link flag --version-script.
Don't append prefix in the symbols in the version script file.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoffmpeg: Add mips related configure options to fix build errors
Bernd Kuhls [Mon, 13 Jan 2014 21:23:06 +0000 (22:23 +0100)]
ffmpeg: Add mips related configure options to fix build errors

http://autobuild.buildroot.net/results/aa5/aa5cb447342af9995d8f198eb0a151fe6e3d5c19//
http://autobuild.buildroot.net/results/355/355f56f6b466521e2c4c71f69b06a0ca2a56949b//

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoaiccu: fix undefined reference to clock_* functions
Vicente Olivert Riera [Tue, 14 Jan 2014 11:22:27 +0000 (11:22 +0000)]
aiccu: fix undefined reference to clock_* functions

Since glibc 2.17 the clock_* suite functions are available directly in
the main C library. For previous versions we still need -lrt to link.

Upstream is aware of this problem.

Fixes:
   http://autobuild.buildroot.net/results/c11/c1182b00f9d968e587acba15af4af905b92227f5/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage: unification of use $(subst [._-], [._-], $(<PKG>_VERSION)) macro
Jerzy Grzegorek [Tue, 14 Jan 2014 10:30:58 +0000 (11:30 +0100)]
package: unification of use $(subst [._-], [._-], $(<PKG>_VERSION)) macro

Currently, there are five packages which use 'subst' macro to change their version.

* Three of them (ebtables, icu, perl) use this macro "in place" :

   EBTABLES_SITE = http://downloads.sourceforge.net/project/ebtables/ebtables/ebtables-$(subst .,-,$(EBTABLES_VERSION))

   ICU_SOURCE = icu4c-$(subst .,_,$(ICU_VERSION))-src.tgz

   PERL_CROSS_OLD_POD = perl$(subst .,,$(PERL_CROSS_BASE_VERSION))delta.pod
   PERL_CROSS_NEW_POD = perl$(subst .,,$(PERL_VERSION))delta.pod

* Two of them (boost, libnss) use an additional variable :

   BOOST_FILE_VERSION = $(subst .,_,$(BOOST_VERSION))
   BOOST_SOURCE = boost_$(BOOST_FILE_VERSION).tar.bz2

   LIBNSS_SITE_VERSION = $(subst .,_,$(LIBNSS_VERSION))
   LIBNSS_SITE = https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_$(LIBNSS_SITE_VERSION)_RTM/src

* Additionally two packages (duma, rings) doesn't use it at all :

   DUMA_VERSION = 2_5_15
   DUMA_SITE = http://downloads.sourceforge.net/project/duma/duma/2.5.15

   RINGS_VERSION_MAJOR = 1.3.0
   RINGS_SUBDIR  = rings-v_1_3_0

This commit makes changes to use 'subst' macro "in place", in all of them.

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoconfigs: bump apf28 module Linux version to latest vanilla stable one (3.12.7)
Julien Boibessot [Tue, 14 Jan 2014 12:47:26 +0000 (13:47 +0100)]
configs: bump apf28 module Linux version to latest vanilla stable one (3.12.7)

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotinymembench: bump to version 0.3
Axel Lin [Tue, 14 Jan 2014 12:14:06 +0000 (20:14 +0800)]
tinymembench: bump to version 0.3

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agorings: add the version major variable
Jerzy Grzegorek [Tue, 14 Jan 2014 10:30:57 +0000 (11:30 +0100)]
rings: add the version major variable

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoimagemagick: bump to version 6.8.8-2
Jerzy Grzegorek [Tue, 14 Jan 2014 10:30:12 +0000 (11:30 +0100)]
imagemagick: bump to version 6.8.8-2

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agovlc: correct libtheora dependency name
Peter Korsgaard [Tue, 14 Jan 2014 09:57:50 +0000 (10:57 +0100)]
vlc: correct libtheora dependency name

Fixes http://autobuild.buildroot.net/results/7b5/7b5387fa4e50036b7db407bf6ce866156bafcfdd/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agorings: bump to version 1.3.0
Francois Perrad [Sat, 11 Jan 2014 15:42:15 +0000 (16:42 +0100)]
rings: bump to version 1.3.0

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosystem: fix kconfig warning about BR2_PACKAGE_SYSVINIT
Peter Korsgaard [Mon, 13 Jan 2014 22:31:20 +0000 (23:31 +0100)]
system: fix kconfig warning about BR2_PACKAGE_SYSVINIT

Fixes:

warning: (BR2_INIT_SYSV) selects BR2_PACKAGE_SYSVINIT which has unmet direct
dependencies (BR2_PACKAGE_BUSYBOX_SHOW_OTHERS && BR2_INIT_SYSV)

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosysvinit: depend on SysV selected as init system.
eric.le.bihan.dev@free.fr [Mon, 13 Jan 2014 15:45:02 +0000 (16:45 +0100)]
sysvinit: depend on SysV selected as init system.

In order to prevent sysvinit and systemd to be selected at the same
time, sysvinit can now only be selected if SysV is chosen as init
system.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agowebsite: add pointers to the PGP signatures for releases
Yann E. MORIN [Mon, 13 Jan 2014 21:16:41 +0000 (22:16 +0100)]
website: add pointers to the PGP signatures for releases

Peter has just pointed me to the PGP signatures of the release tarballs,
which exist since he's been doing releases.

This was not obvious to me that the releases were signed, as there was
no info about it on the website.

So, add such links on the downloads page.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agompd: bump to version 0.18.7
Gustavo Zacarias [Mon, 13 Jan 2014 22:17:18 +0000 (19:17 -0300)]
mpd: bump to version 0.18.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agompg123: bump to version 1.17.0
Gustavo Zacarias [Mon, 13 Jan 2014 22:17:17 +0000 (19:17 -0300)]
mpg123: bump to version 1.17.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agowsapi: bump to version 1.6
Francois Perrad [Sat, 11 Jan 2014 15:42:16 +0000 (16:42 +0100)]
wsapi: bump to version 1.6

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxavante: bump to version 2.3.0
Francois Perrad [Sat, 11 Jan 2014 15:42:17 +0000 (16:42 +0100)]
xavante: bump to version 2.3.0

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>