]> rtime.felk.cvut.cz Git - coffee/buildroot.git/log
coffee/buildroot.git
10 years agoAdd LBreakout2 package (SDL game)
Julien Boibessot [Mon, 6 Jan 2014 11:54:06 +0000 (12:54 +0100)]
Add LBreakout2 package (SDL game)

[Peter: needs gettext with uClibc+locale]
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotransmission: Fix line feeds in patch file
Bernd Kuhls [Sat, 4 Jan 2014 08:51:10 +0000 (09:51 +0100)]
transmission: Fix line feeds in patch file

Upstream code has DOS line endings...

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibxcb: re-disable building documentation for the host
Peter Korsgaard [Mon, 6 Jan 2014 13:16:20 +0000 (14:16 +0100)]
libxcb: re-disable building documentation for the host

Fixes http://autobuild.buildroot.net/results/98f/98f8dd2d1a9f8fac3024caf5aa0ca54fcf320389/

Commit 862e1221d (Bump xcb-proto & libxcb version to 1.10) accidently
dropped the --disable-build-docs configure arguments for the host variant,
which in the best case slows down the build for no use, and on certain
hosts breaks the build as doxygen runs out of memory.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxkeyboard-config: disable 'runtime deps as build time deps'
Peter Korsgaard [Mon, 6 Jan 2014 10:27:03 +0000 (11:27 +0100)]
xkeyboard-config: disable 'runtime deps as build time deps'

Fixes http://autobuild.buildroot.net/results/f11/f11687ae661f9d3570c55a9d62a7822e667ad9ad/

xkeyboard-config has runtime dependencies (when using X11) on xproto and
libX11, and by default checks at build time if they are available.

Disable this check as it doesn't apply for wayland and the needed deps are
taken care of by BR for X11.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agofs/ext2: fix generation of ext4 filesystems
Yann E. MORIN [Sun, 5 Jan 2014 22:56:18 +0000 (23:56 +0100)]
fs/ext2: fix generation of ext4 filesystems

cset 7a58a4e (e2fsprogs: bump to version 1.42.9) broke the generation
of ext4 filesystems.

This is because, in ext4, some metadata are dependent on the UUID.
If changing the UUID of an ext4 filesystem, tune2fs now exits with
exit-code 1, and prints a message to run fsck, to avoid trashing the
filesystem.

This condition is of utmost importance on a mounted filesysten (which
is not our case) to avoid corruption (yes, it is possible to change
the UUID of a mounted filesystem).

But the error is not valid for us, since we are working on an unmonted
filesystem image in the first place.

Since we change the UUID after we convert the filesystem (to ext4),
tune2fs just bails out.

We can not just ignore the exit code of tune2fs, since we still want
to catch any other failure.

It turns out that, changing the UUID before converting the filesystem
is just the way to go.

Fixes #6752.

Reported-by: Daniel Mentz <daniel@exxm.de>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Daniel Mentz <daniel@exxm.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodbus-cpp: fix cross build for tools when expat is missing
Gustavo Zacarias [Sun, 5 Jan 2014 19:00:39 +0000 (16:00 -0300)]
dbus-cpp: fix cross build for tools when expat is missing

dbus-c++ tools use CXX_FOR_BUILD to build in cross scenarios, however
they don't use CXXFLAGS_FOR_BUILD nor LDFLAGS_FOR_BUILD thus breaking
when there aren't any expat devel files in the default PATHs (build
host). Fixes:
http://autobuild.buildroot.net/results/44f/44fc2cab2b60aa82460bb46b1035ddda115af750/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xutil_util-macros version to 1.18.0
Bernd Kuhls [Sat, 4 Jan 2014 13:39:04 +0000 (14:39 +0100)]
xorg: Bump xutil_util-macros version to 1.18.0

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xutil_makedepend version to 1.0.5
Bernd Kuhls [Sat, 4 Jan 2014 13:39:03 +0000 (14:39 +0100)]
xorg: Bump xutil_makedepend version to 1.0.5

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xkeyboard-config version to 2.10.1
Bernd Kuhls [Sat, 4 Jan 2014 13:38:35 +0000 (14:38 +0100)]
xorg: Bump xkeyboard-config version to 2.10.1

[Peter: drop uneeded extra dependencies]
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_xtrans version to 1.3.2
Bernd Kuhls [Sat, 4 Jan 2014 13:38:55 +0000 (14:38 +0100)]
xorg: Bump xlib_xtrans version to 1.3.2

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXxf86vm version to 1.1.3
Bernd Kuhls [Sat, 4 Jan 2014 13:38:54 +0000 (14:38 +0100)]
xorg: Bump xlib_libXxf86vm version to 1.1.3

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXtst version to 1.2.2
Bernd Kuhls [Sat, 4 Jan 2014 13:38:53 +0000 (14:38 +0100)]
xorg: Bump xlib_libXtst version to 1.2.2

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXt version to 1.1.4
Bernd Kuhls [Sat, 4 Jan 2014 13:38:52 +0000 (14:38 +0100)]
xorg: Bump xlib_libXt version to 1.1.4

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXrender version to 0.9.8
Bernd Kuhls [Sat, 4 Jan 2014 13:38:51 +0000 (14:38 +0100)]
xorg: Bump xlib_libXrender version to 0.9.8

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXmu version to 1.1.2
Bernd Kuhls [Sat, 4 Jan 2014 13:38:48 +0000 (14:38 +0100)]
xorg: Bump xlib_libXmu version to 1.1.2

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXinerama version to 1.1.3
Bernd Kuhls [Sat, 4 Jan 2014 13:38:47 +0000 (14:38 +0100)]
xorg: Bump xlib_libXinerama version to 1.1.3

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXfont version to 1.4.6
Bernd Kuhls [Sat, 4 Jan 2014 13:38:45 +0000 (14:38 +0100)]
xorg: Bump xlib_libXfont version to 1.4.6

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXdamage version to 1.1.4
Bernd Kuhls [Sat, 4 Jan 2014 13:38:42 +0000 (14:38 +0100)]
xorg: Bump xlib_libXdamage version to 1.1.4

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXcomposite version to 0.4.4
Bernd Kuhls [Sat, 4 Jan 2014 13:38:41 +0000 (14:38 +0100)]
xorg: Bump xlib_libXcomposite version to 0.4.4

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXau version to 1.0.8
Bernd Kuhls [Sat, 4 Jan 2014 13:38:40 +0000 (14:38 +0100)]
xorg: Bump xlib_libXau version to 1.0.8

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libX11 version to 1.6.2
Bernd Kuhls [Sat, 4 Jan 2014 13:38:39 +0000 (14:38 +0100)]
xorg: Bump xlib_libX11 version to 1.6.2

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libSM version to 1.2.2
Bernd Kuhls [Sat, 4 Jan 2014 13:38:38 +0000 (14:38 +0100)]
xorg: Bump xlib_libSM version to 1.2.2

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libpciaccess version to 0.13.2
Bernd Kuhls [Sat, 4 Jan 2014 13:38:37 +0000 (14:38 +0100)]
xorg: Bump xlib_libpciaccess version to 0.13.2

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libfontenc version to 1.1.2
Bernd Kuhls [Sat, 4 Jan 2014 13:38:36 +0000 (14:38 +0100)]
xorg: Bump xlib_libfontenc version to 1.1.2

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xproto_videoproto version to 2.3.2
Bernd Kuhls [Sat, 4 Jan 2014 13:39:00 +0000 (14:39 +0100)]
xorg: Bump xproto_videoproto version to 2.3.2

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xproto_glproto version to 1.4.17
Bernd Kuhls [Sat, 4 Jan 2014 13:38:57 +0000 (14:38 +0100)]
xorg: Bump xproto_glproto version to 1.4.17

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xproto_dri2proto version to 2.8
Bernd Kuhls [Sat, 4 Jan 2014 13:38:56 +0000 (14:38 +0100)]
xorg: Bump xproto_dri2proto version to 2.8

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXi version to 1.7.2
Bernd Kuhls [Sat, 4 Jan 2014 13:38:46 +0000 (14:38 +0100)]
xorg: Bump xlib_libXi version to 1.7.2

[Peter: needs libXfixes, cleanup dependency list (white space)]
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xproto_inputproto version to 2.3
Bernd Kuhls [Sat, 4 Jan 2014 13:38:58 +0000 (14:38 +0100)]
xorg: Bump xproto_inputproto version to 2.3

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXfixes version to 5.0.1
Bernd Kuhls [Sat, 4 Jan 2014 13:38:44 +0000 (14:38 +0100)]
xorg: Bump xlib_libXfixes version to 5.0.1

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xproto_xproto version to 7.0.25
Bernd Kuhls [Sat, 4 Jan 2014 13:39:02 +0000 (14:39 +0100)]
xorg: Bump xproto_xproto version to 7.0.25

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXext version to 1.3.2
Bernd Kuhls [Sat, 4 Jan 2014 13:38:43 +0000 (14:38 +0100)]
xorg: Bump xlib_libXext version to 1.3.2

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xproto_xextproto version to 7.3.0
Bernd Kuhls [Sat, 4 Jan 2014 13:39:01 +0000 (14:39 +0100)]
xorg: Bump xproto_xextproto version to 7.3.0

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xapp_xrandr version to 1.4.1
Bernd Kuhls [Sat, 4 Jan 2014 13:38:33 +0000 (14:38 +0100)]
xorg: Bump xapp_xrandr version to 1.4.1

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xlib_libXrandr version to 1.4.2
Bernd Kuhls [Sat, 4 Jan 2014 13:38:50 +0000 (14:38 +0100)]
xorg: Bump xlib_libXrandr version to 1.4.2

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xproto_randrproto version to 1.4.0
Bernd Kuhls [Sat, 4 Jan 2014 13:38:59 +0000 (14:38 +0100)]
xorg: Bump xproto_randrproto version to 1.4.0

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxapp_xdpyinfo: fix dependencies
Peter Korsgaard [Sun, 5 Jan 2014 20:50:02 +0000 (21:50 +0100)]
xapp_xdpyinfo: fix dependencies

Most of the dependencies listed were optional or only indirectly needed
(E.G. the xproto ones), so don't select them.

Further more, the optional xcomposite and xinerama dependencies were missing.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: Bump xcb-proto & libxcb version to 1.10
Bernd Kuhls [Sat, 4 Jan 2014 13:38:31 +0000 (14:38 +0100)]
xorg: Bump xcb-proto & libxcb version to 1.10

These have to be bumped together as new libxcb requires new xcb-proto, and
old libxcb doesn't build with new xcb-proto.

[Peter: fixup xcb-proto.pc instead of playing tricks with --define-variable]
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoxorg: New package xproto_presentproto
Bernd Kuhls [Sat, 4 Jan 2014 13:38:30 +0000 (14:38 +0100)]
xorg: New package xproto_presentproto

[Peter: fix license file, add host-pkgconf / xutil_util-macros dependencies]
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agotn5250: needs mmu
Gustavo Zacarias [Sun, 5 Jan 2014 11:01:35 +0000 (08:01 -0300)]
tn5250: needs mmu

Fixes:
http://autobuild.buildroot.net/results/02c/02cedc329c355255e9f9b3b87aa2777de321d1a4/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogst1-plugins-bad: bump version
Peter Korsgaard [Sun, 5 Jan 2014 10:56:13 +0000 (11:56 +0100)]
gst1-plugins-bad: bump version

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogst1-plugins-ugly: bump version
Peter Korsgaard [Sun, 5 Jan 2014 10:54:25 +0000 (11:54 +0100)]
gst1-plugins-ugly: bump version

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogst1-plugins-good: bump version
Peter Korsgaard [Sun, 5 Jan 2014 10:52:36 +0000 (11:52 +0100)]
gst1-plugins-good: bump version

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogst1-plugins-base: bump version
Peter Korsgaard [Sun, 5 Jan 2014 10:51:01 +0000 (11:51 +0100)]
gst1-plugins-base: bump version

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogstreamer1: bump version
Peter Korsgaard [Sun, 5 Jan 2014 10:50:10 +0000 (11:50 +0100)]
gstreamer1: bump version

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agodbus-cpp: new package
Gustavo Zacarias [Thu, 26 Dec 2013 15:00:26 +0000 (12:00 -0300)]
dbus-cpp: new package

D-Bus C++ bindings, closes bug #65.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibpfm4: disable when pthreads barrier support in missing
Baruch Siach [Sun, 5 Jan 2014 09:06:00 +0000 (11:06 +0200)]
libpfm4: disable when pthreads barrier support in missing

The old linuxthreads pthreads implementation does not support barriers.
Disable libpfm4 for arches that don't have either NPTL or new linuxthreads
pthreads implementation.

Fixes
http://autobuild.buildroot.net/results/ea5/ea594807b891cbe1f0eddad7f89d34af160636c4/.

Also, add missing comment arches dependency.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agovalgrind: bump to version 3.9.0
Jérôme Pouiller [Thu, 2 Jan 2014 16:34:40 +0000 (17:34 +0100)]
valgrind: bump to version 3.9.0

Drop some patches:
 - glibc 2.17 and 2.18 are now supported by upstream
 - coregrind/link_tool_exe_linux.in has been reworked and should now
   support ccache

[Peter: drop unneeded AUTORECONF as configure.in no longer gets patched]
Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agomanual: use current date/time for 'generated on'
Yann E. MORIN [Sat, 4 Jan 2014 16:25:28 +0000 (17:25 +0100)]
manual: use current date/time for 'generated on'

Currently, the manual uses the last modification date and time of
manual.txt in the generated manual.

This is confusing, especially for long-checked-out repositories where
the top-level manual.txt has not changed since the check out. Moreover,
the manual explicitly states 'generated on', which is confusing at best.

Use the current date and time instead.

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: Peter Korsgaard <peter@korsgaard.com>
10 years agogrep: bump to version 2.16
Gustavo Zacarias [Sat, 4 Jan 2014 12:11:45 +0000 (09:11 -0300)]
grep: bump to version 2.16

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoiftop: bump to version 1.0pre3
Gustavo Zacarias [Sat, 4 Jan 2014 12:11:44 +0000 (09:11 -0300)]
iftop: bump to version 1.0pre3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agohaveged: bump to version 1.8
Gustavo Zacarias [Sat, 4 Jan 2014 12:11:43 +0000 (09:11 -0300)]
haveged: bump to version 1.8

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agosquid: bump to version 3.4.2
Gustavo Zacarias [Sat, 4 Jan 2014 12:11:42 +0000 (09:11 -0300)]
squid: bump to version 3.4.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agogpsd: bump git snapshot
Simon Dawson [Sat, 4 Jan 2014 11:08:36 +0000 (11:08 +0000)]
gpsd: bump git snapshot

The 3.11 release of gpsd still hasn't materialised. For now, bump the Git
snapshot again, removing local patches that have now been merged upstream.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agozmqpp: fix license information
Simon Dawson [Sat, 4 Jan 2014 10:45:44 +0000 (10:45 +0000)]
zmqpp: fix license information

Commit 85d28790cdbaa68179632aca7e5708fead7614f0 bumped the zmqpp Git
snapshot to 30d72d95f2cfdf9c5cedfd56747f549d65e65847.

However, the zmqpp licensing has changed (from MIT to
"LGPLv3+ with exceptions"), and the license file names have changed.

Fixes autobuild failures such as the following.

  http://autobuild.buildroot.net/results/a60/a6029fcb670cd27687a68cb96f0f14f5c13caf47

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agowmctrl: fix comment (typo and visibility)
Samuel Martin [Fri, 3 Jan 2014 23:32:21 +0000 (00:32 +0100)]
wmctrl: fix comment (typo and visibility)

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agopackage: remove the empty trailing line(s)
Jerzy Grzegorek [Sat, 4 Jan 2014 08:33:17 +0000 (09:33 +0100)]
package: remove the empty trailing line(s)

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-1
Jerzy Grzegorek [Sat, 4 Jan 2014 08:34:07 +0000 (09:34 +0100)]
imagemagick: bump to version 6.8.8-1

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agowmctrl: new package
Jérôme Pouiller [Thu, 2 Jan 2014 21:29:40 +0000 (22:29 +0100)]
wmctrl: new package

Provides command line access to almost all the features defined in
the EWMH specification. It can be used, for example, to get
information about the window manager, to get a detailed list of
desktops and managed windows, to switch and resize desktops, to
make windows full-screen, always-above or sticky, and to activate,
close, move, resize, maximize and minimize them.

[Thomas:
 - fixed license, which is GPLv2+, not GPLv2
 - fixed wrapping of the Config.in help text
 - removed Config.in comment related to MMU dependency.]

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agomanual: fix uboot subdirectory in example layout
Simon Dawson [Wed, 1 Jan 2014 11:03:11 +0000 (11:03 +0000)]
manual: fix uboot subdirectory in example layout

If U-Boot patches are nested under BR2_GLOBAL_PATCH_DIR, then the
subdirectory should be called "uboot", and not "u-boot".

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agopackage: extend usage of github download helper
Simon Dawson [Wed, 1 Jan 2014 11:11:34 +0000 (11:11 +0000)]
package: extend usage of github download helper

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoe2fsprogs: fix posix_fadvise() signature mismatch
Baruch Siach [Wed, 1 Jan 2014 11:16:36 +0000 (13:16 +0200)]
e2fsprogs: fix posix_fadvise() signature mismatch

Fixes
http://autobuild.buildroot.net/results/79c/79cdb149d349ce9fe2dffbf53e3ff127a050ed24/.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agompd: Fix broken download URL
Bernd Kuhls [Thu, 2 Jan 2014 17:46:12 +0000 (18:46 +0100)]
mpd: Fix broken download URL

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agozyre: bump git snapshot
Simon Dawson [Thu, 2 Jan 2014 22:06:40 +0000 (22:06 +0000)]
zyre: bump git snapshot

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agofilemq: bump git snapshot
Simon Dawson [Thu, 2 Jan 2014 22:06:39 +0000 (22:06 +0000)]
filemq: bump git snapshot

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoczmq: bump git snapshot
Simon Dawson [Thu, 2 Jan 2014 22:06:38 +0000 (22:06 +0000)]
czmq: bump git snapshot

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agozmqpp: bump git snapshot
Simon Dawson [Thu, 2 Jan 2014 21:54:21 +0000 (21:54 +0000)]
zmqpp: bump git snapshot

Also remove a patch which is no longer required.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agocppczmq: bump git snapshot
Simon Dawson [Thu, 2 Jan 2014 21:48:39 +0000 (21:48 +0000)]
cppczmq: bump git snapshot

Bump the Git snapshot for the cppzmq package. The newer snapshot now
has a separate license file; update license information accordingly.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoopenssl: add fix for CVE-2013-6449
Gustavo Zacarias [Fri, 3 Jan 2014 10:38:22 +0000 (07:38 -0300)]
openssl: add fix for CVE-2013-6449

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoDisable MIPS64 ISAs for MIPS32 targets
Vicente Olivert Riera [Fri, 3 Jan 2014 14:36:19 +0000 (14:36 +0000)]
Disable MIPS64 ISAs for MIPS32 targets

Currently you can select MIPS64 ISAs, like mips64 and mips64r2, for
MIPS32 targets. This is incorrect, so we disable the possibility to do
that.

Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Vicente Olivert Riera <vincent.riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotransmission: Fix build error "conflicting types for 'UTP_Write'" after version bump
Bernd Kuhls [Fri, 3 Jan 2014 19:18:21 +0000 (20:18 +0100)]
transmission: Fix build error "conflicting types for 'UTP_Write'" after version bump

fix taken from
http://www.adminsehow.com/2012/10/how-to-install-transmission-2-71-on-debian-6-0-squeeze/

compile tested on arch sh4, fixes
http://autobuild.buildroot.org/results/638/63884de929fb7339ebf44b08cb5d1ab30010666a/

should also fix powerpc
http://autobuild.buildroot.org/results/eb4/eb486228a11a9602d4bf40e771744d2b2b40508f/

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agopackage: standardise Apache licenses
Simon Dawson [Thu, 2 Jan 2014 13:01:48 +0000 (13:01 +0000)]
package: standardise Apache licenses

Apache licenses are referred to in a variety of ways; standardise these,
choosing a form which does not contain whitespace.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agodropbear: add support for custom arguments through config file
Thomas De Schampheleire [Thu, 2 Jan 2014 12:34:42 +0000 (13:34 +0100)]
dropbear: add support for custom arguments through config file

The default port 22 used by dropbear for its SSH connections is not always
desired. Dropbear accepts an option '-p' to set the port, but doing this was
not possible from the buildroot-provided init script.

One way to fix this is by adding a custom S50dropbear in a project-specific
rootfs overlay. However, this approach has the big disadvantage that bug
fixes or improvements in the default init script (i.e. in newer buildroot
releases) are not available (unless you manually port these changes each
time you upgrade buildroot).

Another solution is to modify the default init script from a
project-specific post-build script. However, this is fragile because you'd
have to sed some line but this line may change in later buildroot releases.

Yet another solution is to change the default port at build time, by
patching the options.h header file in the dropbear sources. This was
proposed with a patch [1] before, but not accepted.

This patch implements another solution, hinted from the discussion in [1]:
the default init script now sources a config file /etc/default/dropbear, in
which the user can set the variable DROPBEAR_ARGS. This is similar to the
S81named init script in the bind package. The config file would be added to
a project-specific rootfs overlay, a custom skeleton, or created from a
post-build script.
This approach has the advantage of being simple and non-intrusive, without
any code duplication or fragile script modifications.

[1] http://lists.busybox.net/pipermail/buildroot/2013-November/083165.html

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoe2fsprogs: bump to version 1.42.9
Gustavo Zacarias [Thu, 2 Jan 2014 12:26:53 +0000 (09:26 -0300)]
e2fsprogs: bump to version 1.42.9

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoqt5base: add an option to build and install examples
Fatih Aşıcı [Thu, 2 Jan 2014 07:07:02 +0000 (09:07 +0200)]
qt5base: add an option to build and install examples

Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Tested-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolrzsz: add license info and fix typo
Gustavo Zacarias [Thu, 2 Jan 2014 11:04:04 +0000 (08:04 -0300)]
lrzsz: add license info and fix typo

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agobusybox 1.22.x: disable touch -h
Gustavo Zacarias [Thu, 2 Jan 2014 00:38:31 +0000 (21:38 -0300)]
busybox 1.22.x: disable touch -h

Disable the busybox touch --no-dereference since it requires lutimes
support and breaks old toolchains that don't support it (example:
avr32). Probably nobody cares that much since it's a new feature. Fixes:
http://autobuild.buildroot.net/results/9c2/9c29379719ae5cf5800c0dcb4cf514c5dc15d9b6/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agominicom: bump to version 2.7
Gustavo Zacarias [Wed, 1 Jan 2014 14:04:12 +0000 (11:04 -0300)]
minicom: bump to version 2.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoautomake: bump to version 1.14.1
Gustavo Zacarias [Wed, 1 Jan 2014 13:59:36 +0000 (10:59 -0300)]
automake: bump to version 1.14.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agolibcgicc: bump to version 3.2.12
Gustavo Zacarias [Wed, 1 Jan 2014 13:58:47 +0000 (10:58 -0300)]
libcgicc: bump to version 3.2.12

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agobusybox: add 1.22.x series, deprecate 1.19.x
Gustavo Zacarias [Wed, 1 Jan 2014 13:58:16 +0000 (10:58 -0300)]
busybox: add 1.22.x series, deprecate 1.19.x

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 years agoiozone: add fix for missing pthread_setaffinity_np()
Thomas Petazzoni [Sun, 29 Dec 2013 17:03:55 +0000 (18:03 +0100)]
iozone: add fix for missing pthread_setaffinity_np()

The iozone code uses the pthread_setaffinity_np() function, but with
uClibc this function is only available when the NPTL thread
implementation is used. Some architectures, such as AVR32 and ARC do
not support the NPTL thread implementation, and therefore lack the
pthread_setaffinity_np() function.

This commit adds a patch that provides an empty implementation of
pthread_setaffinity_np() when we're using uClibc, but not with the
NPTL thread implementation. The reasoning is that there is a very high
chance that the few architectures that do not implement NPTL are
non-SMP architectures, and therefore setting the affinity is not very
useful.

In addition to this, this commit:

 * Renames the existing patch to use a sequence number, in order to
   guarantee a proper ordering when applying patches.

 * Removes the Kconfig dependency on !uClibc 0.9.31, which was
   introduced to prevent AVR32 from failing due to the
   pthread_setaffinity_np(). This conditional is no longer necessary
   due to the new patch, and the conditional was anyway not completely
   working since it was not taking into account the case of external
   toolchains.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotransmission: version bump to 2.8.2
Bernd Kuhls [Mon, 30 Dec 2013 17:41:23 +0000 (18:41 +0100)]
transmission: version bump to 2.8.2

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agocivetweb: fix build for xtensa
Baruch Siach [Tue, 31 Dec 2013 09:07:31 +0000 (11:07 +0200)]
civetweb: fix build for xtensa

The civetweb package bundled sqlite3 generates an object that is too large for
the xtensa default placement of literals in a dedicated section. Use
-mtext-section-literal to place literals in the text section.

Fixes
http://autobuild.buildroot.net/results/d14/d142f3ce17ab22cc39f9117c114318c1b5cadfc5/.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agolmbench: fix build for xtensa
Baruch Siach [Tue, 31 Dec 2013 09:07:30 +0000 (11:07 +0200)]
lmbench: fix build for xtensa

The lmbench package generates a binary that is too large for the xtensa default
placement of literals in a dedicated section. Use -mtext-section-literal to
place literals in the text section.

Fixes
http://autobuild.buildroot.net/results/afe/afe9f4550e6ac9a41e4ba338773c1d51034273f7/.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agophp: fix build for xtensa
Baruch Siach [Tue, 31 Dec 2013 09:07:29 +0000 (11:07 +0200)]
php: fix build for xtensa

The php package generates a binary that is too large for the xtensa default
placement of literals in a dedicated section. Use -mtext-section-literal to
place literals in the text section.

Fixes
http://autobuild.buildroot.net/results/a9a/a9a1063104402ec28e01560ec7c8f8a5b6d43dd5/.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotaglib: depend on zlib if appropriate
Bernd Kuhls [Mon, 30 Dec 2013 18:02:49 +0000 (19:02 +0100)]
taglib: depend on zlib if appropriate

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotoolchain-external: add support for the Blackfin 2013R1 toolchain
Thomas Petazzoni [Fri, 27 Dec 2013 11:32:22 +0000 (12:32 +0100)]
toolchain-external: add support for the Blackfin 2013R1 toolchain

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotoolchain-external: mark Microblaze external toolchains as deprecated
Thomas Petazzoni [Fri, 27 Dec 2013 11:32:21 +0000 (12:32 +0100)]
toolchain-external: mark Microblaze external toolchains as deprecated

The Xilinx Microblaze external toolchains that we had support for are
very old, and are causing a huge number of build issues. Thanks to
Spenser Gilliland, we now have support for Microblaze in the internal
toolchain backend, and the autobuilders have been using the internal
toolchain backend since then. Therefore, it's time to deprecate those
old and unusable external toolchains.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotoolchain-external: update Linaro AArch64 toolchains
Thomas Petazzoni [Fri, 27 Dec 2013 11:32:20 +0000 (12:32 +0100)]
toolchain-external: update Linaro AArch64 toolchains

Add Linaro AArch64 2013.10 and Linaro AArch64 2013.11, and remove
Linaro AArch64 2013.07 and Linaro AArch64 2013.08.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
10 years agotoolchain-external: update Linaro ARM toolchains
Thomas Petazzoni [Fri, 27 Dec 2013 11:32:19 +0000 (12:32 +0100)]
toolchain-external: update Linaro ARM toolchains

Add Linaro ARM 2013.10 and Linaro ARM 2013.11, and remove Linaro ARM
2013.07 and Linaro ARM 2013.08.

The main change for those versions is the switch to eglibc 2.18.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agotoolchain-external: add Sourcery MIPS 2013.11, remove Sourcery MIPS 2012.03
Thomas Petazzoni [Fri, 27 Dec 2013 11:32:18 +0000 (12:32 +0100)]
toolchain-external: add Sourcery MIPS 2013.11, remove Sourcery MIPS 2012.03

This commit adds the support for the recently release Sourcery MIPS
2013.11 toolchain (gcc 4.8, gdb 7.6, glibc 2.18), and consequently
removes the support for the Sourcery MIPS 2012.03 toolchain.

While we're at it, also fix the incorrect help text related to the
MIPS64 multilib selection.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
10 years agocmake: add patch to fix Qt mkspecs detection
Thomas Petazzoni [Sun, 29 Dec 2013 13:09:46 +0000 (14:09 +0100)]
cmake: add patch to fix Qt mkspecs detection

The FindQt4 macros that search the mkspecs directory had a bug that
prevented the mkspecs directory from being found, causing build
failures of the qjson and grantlee.

Fixes:

  http://autobuild.buildroot.org/results/75b/75b45da597c12034baad50492c0c8150dc1bf0aa/build-end.log
  http://autobuild.buildroot.org/results/3b9/3b9d022b02c4497efed178f35c069ea99a7d3eef/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agogrub: add web reference that documents how to generate a splashimage
Thomas Petazzoni [Sun, 29 Dec 2013 17:33:48 +0000 (18:33 +0100)]
grub: add web reference that documents how to generate a splashimage

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
10 years agogrub: align splashscreen handling with iso9660 code
Thomas Petazzoni [Sun, 29 Dec 2013 17:33:47 +0000 (18:33 +0100)]
grub: align splashscreen handling with iso9660 code

This commit aligns the Grub handling of the splash screen with what is
done in the ISO9660 code.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
10 years agoqt5webkit: depend on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
Fatih Aşıcı [Mon, 30 Dec 2013 09:34:17 +0000 (11:34 +0200)]
qt5webkit: depend on BR2_PACKAGE_QT5_JSCORE_AVAILABLE

Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoqt5script: depend on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
Fatih Aşıcı [Mon, 30 Dec 2013 09:34:16 +0000 (11:34 +0200)]
qt5script: depend on BR2_PACKAGE_QT5_JSCORE_AVAILABLE

Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoqt5: use a common option for JavaScriptCore dependencies
Fatih Aşıcı [Mon, 30 Dec 2013 09:34:15 +0000 (11:34 +0200)]
qt5: use a common option for JavaScriptCore dependencies

This will be used by other qt packages that contain a copy of
JavaScriptCore.

Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agoxenomai: fix build failure when HAVE_OPEN64 is undefined
Romain Naour [Sun, 29 Dec 2013 22:06:19 +0000 (23:06 +0100)]
xenomai: fix build failure when HAVE_OPEN64 is undefined

fixes: http://autobuild.buildroot.org/results/d59/d590be34637a4043c929ce615f9db504484be435/build-end.log

Upstream patch:
http://git.xenomai.org/xenomai-2.6.git/commit/?id=71345fe15f126ae3a596af309945d0af6edfbbbb

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agogstreamer: fix xtensa configure
Baruch Siach [Mon, 30 Dec 2013 10:20:32 +0000 (12:20 +0200)]
gstreamer: fix xtensa configure

Disable unaligned access to avoid configure run test.

Fixes
http://autobuild.buildroot.net/results/a0c/a0cca019b0b2f33b6c2be17e5a44a807bbb4dac1/.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>