Peter Korsgaard
ade675c55a
package/fltk: needs C++ support in toolchain
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-29 21:25:49 +01:00
Peter Korsgaard
69067025c0
package/ltrace: hide for archs ltrace doesn't support
...
Reported-By: Michael S. Zick" <minimod@morethan.org >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-29 09:54:00 +01:00
Peter Korsgaard
4e385ee794
busybox: 1.15.2 flash_eraseall fix for modern kernel headers
...
86cfb70ca upstream.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-28 15:05:52 +01:00
Peter Korsgaard
57922bfbf3
busybox: look at kernel headers for include files as well
...
E.G. for flash_* applets.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-28 14:25:13 +01:00
Peter Korsgaard
c589012eec
kernel-headers: 2.6.31.6 fix for scsi/* headers
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-28 14:10:00 +01:00
Peter Korsgaard
4f399c3fb1
docs/buildroot.html: fix minor typo
...
STAGING_DIR is output/staging, not build/staging per default.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-26 11:08:06 +01:00
Peter Korsgaard
b1c416bed6
dbus: fix rebuild for boards where /var/lib isn't a symlink
...
Based on patch by Sagaert Johan <sagaert.johan@skynet.be >
Dbus rebuilds fails if /var/lib/dbus is a symlink (which it will be),
and the existing workaround only worked if /var/lib is a symlink to
/tmp, which isn't always the case.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-25 10:22:42 +01:00
Daniel Mack
6b6bdaed76
gvfs: drop legacy uclibc dependency
...
Signed-off-by: Daniel Mack <daniel@caiaq.de >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-24 19:53:38 +01:00
Peter Korsgaard
70ce96305c
Revert "gvfs: update to version 1.4.0"
...
This reverts commit f49ef854ca .
The new gvfs version needs libglib2 >= 2.21.2, but newer libglib2 versions
need ipv6 support and possibly cause other problems, so simply revert the
gvfs bump for now.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-24 19:11:19 +01:00
Peter Korsgaard
1330cf5b19
package: remove disabled/broken irda-utils package
...
No updates since it got marked as broken back in January, so lets get
rid of it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-24 19:09:48 +01:00
Peter Korsgaard
2d04d56ec7
update for 2009.11-rc1
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009.11_rc1
2009-11-23 23:20:21 +01:00
Baruch Siach
883f066797
SDL_image: fix runtime libjpeg failure
...
By default SDL_image loads libjpeg at runtime on-demand. The find_lib
routine in the configure script of SDL_image searches the /usr/lib directory
of the host machine to find the file name of the jpeg library.
When the host on which Buildroot is being built contains newer version of
libjpeg (e.g. libjpeg7), the configure script incorrectly uses its file
name. The result is a runtime failure to load libjpeg.
Fix this by disabling runtime load of libjpeg.
[Peter: disable for png+tiff as well]
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 23:05:23 +01:00
Peter Korsgaard
9627e21153
sysklogd: needs largefile support
...
It tries to call lseek64():
ksym_mod.o: In function `InitMsyms':
ksym_mod.c:(.text+0x438): undefined reference to `lseek64'
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 16:31:35 +01:00
Peter Korsgaard
3d82609bd1
rpm: fix build with BR2_CONFIG_CACHE, fix CFLAGS
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 16:22:36 +01:00
Peter Korsgaard
08703917d7
xfsprogs: needs e2fsprogs and (in turn) largefile support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 15:29:43 +01:00
Peter Korsgaard
4cc4e572e2
x11vnc: needs X11 support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 15:25:17 +01:00
Peter Korsgaard
57403b74f1
udpcast: needs largefile support
...
And fix Kconfig tab/spaces while we're at it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 15:22:47 +01:00
Peter Korsgaard
a9f379abf0
torsmo: needs X11 support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 15:16:41 +01:00
Peter Korsgaard
b704677018
sfdisk: fix build with !BR2_LARGEFILE
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 15:10:53 +01:00
Peter Korsgaard
7ba54a07d4
psmisc: bump version and fix build
...
./configure in psmisc 22.6 tested for a working C++ compiler and errored out
if not found, even though psmisc doesn't need it - Fixed in 22.8.
pstree.c uses __progname for pstree.x11 support, which isn't (per default)
available in uclibc. This stuff isn't really critical, so just disable it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 14:41:36 +01:00
Peter Korsgaard
bba2fd540b
php: fix pdo sqlite compilation with !BR2_LARGEFILE
...
Similar fix as with the sqlite package.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 14:25:24 +01:00
Peter Korsgaard
1dd9d9f345
ng-spice-rework: needs X11 / libXaw support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 13:54:05 +01:00
Peter Korsgaard
9ab3ad7332
netkittelnet: fix typo introduced in 8d65822f9d
...
Netkittelnet needs a toolchain WITH RPC support, not WITHOUT.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 13:48:35 +01:00
Peter Korsgaard
fa946b788e
libxml2: fix build with BR2_CONFIG_CACHE
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 13:11:00 +01:00
Peter Korsgaard
81e4ba320b
alsa-lib: fix build with BR2_CONFIG_CACHE
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 13:03:59 +01:00
Peter Korsgaard
f6cbb2687d
leafpad: needs libgtk2
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 13:02:54 +01:00
Peter Korsgaard
27ab47c473
gqview: needs libgtk2
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 12:14:49 +01:00
Peter Korsgaard
b06f14e4f7
pcmanfm: needs X11 support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 12:08:24 +01:00
Peter Korsgaard
d66727128a
gperf: needs C++ support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 11:48:10 +01:00
Peter Korsgaard
a1deb18ba6
gamin: fix build with !BR2_LARGEFILE and python enabled
...
Python binding support is broken for cross compilation, disable for now.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 11:42:47 +01:00
Peter Korsgaard
57ea7207bc
xboard: needs X11 support and gnuchess
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 11:34:34 +01:00
Peter Korsgaard
87d74d94cc
vice: mark as broken
...
Dependencies are wrong, and it has never seen any updates, so it probably
doesn't have any users.
Will remove completely before 2010.02 unless someone fixes it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 11:31:54 +01:00
Peter Korsgaard
2795e3d902
rubix: needs X11 support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 11:24:34 +01:00
Peter Korsgaard
93341a451e
magiccube4d: needs C++ and X11 support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 11:21:46 +01:00
Peter Korsgaard
5bb205b8e2
package/xstroke: needs X11 support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 11:19:42 +01:00
Peter Korsgaard
8974369074
sqlite: bump version
...
Fixes various bugs.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 11:05:50 +01:00
Peter Korsgaard
e189fe1f78
sqlite: work around build breakage with !BR2_LARGEFILE
...
Should get fixed properly upstream, but this is good enough for 2009.11-rc1.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 11:03:27 +01:00
Peter Korsgaard
8fb74cdece
package/bootutils: needs largefile support
...
Build fails with llseek() linker errors.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 10:26:41 +01:00
Peter Korsgaard
b8a917faaa
CHANGES: add non-package changes since 2009.08
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 10:24:52 +01:00
Peter Korsgaard
1620cc3e35
alsamixergui: depend on x11 support, rather than (indirectly) selecting it
...
Packages should depend on BR2_PACKAGE_XORG7 rather than selecting it,
because:
- X brings in a lot of dependencies, so shouldn't get implicitly enabled
- Select doesn't check dependencies, so build breaks if XORG dependencies
aren't met (locale/wchar)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 09:59:23 +01:00
Peter Korsgaard
41aaacd53d
matchbox: depend on x11 support, rather than selecting it
...
Packages should depend on BR2_PACKAGE_XORG7 rather than selecting it,
because:
- X brings in a lot of dependencies, so shouldn't get implicitly enabled
- Select doesn't check dependencies, so build breaks if XORG dependencies
aren't met (locale/wchar)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-23 09:51:46 +01:00
Peter Korsgaard
4eb64901e0
package/directfb: don't prepend $arch-linux- to programs
...
Directfb users: Do all those applications even make sense to install to
target?
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-22 23:24:14 +01:00
Peter Korsgaard
0017d6b3b5
package/nbd: fix build with !BR2_LARGEFILE
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-22 23:14:45 +01:00
Peter Korsgaard
796e2b6ccc
docs/buildroot.html: document linux26-menuconfig / LINUX26_KCONFIG
...
This wasn't menitioned in the documentation as noticed by
Grant Edwards <grant.b.edwards@gmail.com >.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-22 21:51:46 +01:00
Peter Korsgaard
b71951b0e7
toolchain/binutils: make sure target-binutils runs after busybox
...
Closes #597
Ensure that binutils-target runs after busybox if enabled, so it can
overwrite the busybox symlink for ar if that applet is enabled.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-22 21:25:31 +01:00
Vincent Palatin
6aac003abf
package/nbd: add nbd-server support
...
Closes #645
Signed-off-by: Vincent Palatin <vincent.palatin_buildroot@m4x.org >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-22 21:18:11 +01:00
Kelvin Cheung
07019b2c13
target/jffs2: add support for nand flash with 512B page / 16 kB erasesize
...
Closes #663
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-22 21:08:37 +01:00
Peter Korsgaard
351b679608
package/sdl: fix dependencies for directfb/qt/x11 support
...
Closes #683
And cleanup Kconfig while we're at it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-22 21:03:42 +01:00
Peter Korsgaard
3445ff4ade
package/Makefile.in: fix 'true' invocation for BR2_STRIP_none
...
Closes #701
Coreutils true doesn't understand a -Not_stripping argument.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-22 20:54:20 +01:00
Gustavo Zacarias
3848cd6dca
Bump spawn-fcgi to 1.6.3
...
Closes #705
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-11-22 20:42:14 +01:00