Peter Korsgaard
2ce67935e8
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 >
2014-01-06 11:29:48 +01:00
Yann E. MORIN
9e680d0ada
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 >
2014-01-06 00:07:25 +01:00
Gustavo Zacarias
a5c4cde801
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 >
2014-01-06 00:05:14 +01:00
Bernd Kuhls
b7b9008f9a
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 >
2014-01-05 23:30:21 +01:00
Bernd Kuhls
d7b109049f
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 >
2014-01-05 23:28:53 +01:00
Bernd Kuhls
ed7621c536
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 >
2014-01-05 23:28:09 +01:00
Bernd Kuhls
76e0d9e2a2
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 >
2014-01-05 22:59:47 +01:00
Bernd Kuhls
a11b47883f
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 >
2014-01-05 22:58:14 +01:00
Bernd Kuhls
55ca89b8fd
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 >
2014-01-05 22:57:16 +01:00
Bernd Kuhls
9da193de74
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 >
2014-01-05 22:56:28 +01:00
Bernd Kuhls
a80407a49c
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 >
2014-01-05 22:44:21 +01:00
Bernd Kuhls
743a23458d
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 >
2014-01-05 22:40:32 +01:00
Bernd Kuhls
981e7ce019
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 >
2014-01-05 22:38:41 +01:00
Bernd Kuhls
339720c997
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 >
2014-01-05 22:33:20 +01:00
Bernd Kuhls
132efcd2c8
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 >
2014-01-05 22:31:40 +01:00
Bernd Kuhls
11851a59a1
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 >
2014-01-05 22:28:40 +01:00
Bernd Kuhls
aeaf5e55b3
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 >
2014-01-05 22:28:05 +01:00
Bernd Kuhls
ec932a34a0
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 >
2014-01-05 22:25:07 +01:00
Bernd Kuhls
6796e2ee4c
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 >
2014-01-05 22:22:52 +01:00
Bernd Kuhls
a1a0144039
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 >
2014-01-05 22:20:47 +01:00
Bernd Kuhls
6324e40bb2
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 >
2014-01-05 22:19:47 +01:00
Bernd Kuhls
2cd3ef79e2
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 >
2014-01-05 22:17:30 +01:00
Bernd Kuhls
53354bea26
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 >
2014-01-05 22:17:24 +01:00
Bernd Kuhls
ec007ab751
xorg: Bump xproto_dri2proto version to 2.8
...
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-05 22:17:19 +01:00
Bernd Kuhls
a6ff1dbfaa
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 >
2014-01-05 22:15:48 +01:00
Bernd Kuhls
67b081995d
xorg: Bump xproto_inputproto version to 2.3
...
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-05 22:11:57 +01:00
Bernd Kuhls
38f32ea1ce
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 >
2014-01-05 22:11:57 +01:00
Bernd Kuhls
e8ac753718
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 >
2014-01-05 22:11:57 +01:00
Bernd Kuhls
63ab80e49a
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 >
2014-01-05 22:05:21 +01:00
Bernd Kuhls
b2e1e9dfe7
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 >
2014-01-05 22:05:11 +01:00
Bernd Kuhls
9a8f1300c1
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 >
2014-01-05 22:02:47 +01:00
Bernd Kuhls
7632939162
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 >
2014-01-05 22:01:33 +01:00
Bernd Kuhls
28b3775428
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 >
2014-01-05 21:59:44 +01:00
Peter Korsgaard
a97b5add2e
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 >
2014-01-05 21:50:02 +01:00
Bernd Kuhls
862e1221d1
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 >
2014-01-05 21:04:04 +01:00
Bernd Kuhls
6d08fec8f2
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 >
2014-01-05 12:39:19 +01:00
Gustavo Zacarias
bbabf4947f
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 >
2014-01-05 12:07:17 +01:00
Peter Korsgaard
c24d50749d
gst1-plugins-bad: bump version
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-05 11:56:13 +01:00
Peter Korsgaard
a2920f6032
gst1-plugins-ugly: bump version
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-05 11:54:25 +01:00
Peter Korsgaard
b219c508c1
gst1-plugins-good: bump version
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-05 11:52:36 +01:00
Peter Korsgaard
58bafa4268
gst1-plugins-base: bump version
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-05 11:51:01 +01:00
Peter Korsgaard
9e5910929d
gstreamer1: bump version
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-05 11:50:10 +01:00
Gustavo Zacarias
74922ba737
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 >
2014-01-05 11:16:38 +01:00
Baruch Siach
344a1b88ee
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 >
2014-01-05 11:02:16 +01:00
Jérôme Pouiller
bfbe4dd19e
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 >
2014-01-04 23:41:00 +01:00
Yann E. MORIN
4e2b7057c6
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 >
2014-01-04 21:11:44 +01:00
Gustavo Zacarias
03f9e2d9ec
grep: bump to version 2.16
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-04 21:06:57 +01:00
Gustavo Zacarias
bdef700af4
iftop: bump to version 1.0pre3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-04 21:06:50 +01:00
Gustavo Zacarias
65d5c54b96
haveged: bump to version 1.8
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-04 21:06:45 +01:00
Gustavo Zacarias
c0b73a9d3e
squid: bump to version 3.4.2
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-04 21:06:21 +01:00