summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-23update for 2009.11-rc12009.11_rc1Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23SDL_image: fix runtime libjpeg failureBaruch Siach
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-23sysklogd: needs largefile supportPeter Korsgaard
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-23rpm: fix build with BR2_CONFIG_CACHE, fix CFLAGSPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23xfsprogs: needs e2fsprogs and (in turn) largefile supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23x11vnc: needs X11 supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23udpcast: needs largefile supportPeter Korsgaard
And fix Kconfig tab/spaces while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23torsmo: needs X11 supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23sfdisk: fix build with !BR2_LARGEFILEPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23psmisc: bump version and fix buildPeter Korsgaard
./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-23php: fix pdo sqlite compilation with !BR2_LARGEFILEPeter Korsgaard
Similar fix as with the sqlite package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23ng-spice-rework: needs X11 / libXaw supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23netkittelnet: fix typo introduced in 8d65822f9dPeter Korsgaard
Netkittelnet needs a toolchain WITH RPC support, not WITHOUT. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23libxml2: fix build with BR2_CONFIG_CACHEPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23alsa-lib: fix build with BR2_CONFIG_CACHEPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23leafpad: needs libgtk2Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23gqview: needs libgtk2Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23pcmanfm: needs X11 supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23gperf: needs C++ supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23gamin: fix build with !BR2_LARGEFILE and python enabledPeter Korsgaard
Python binding support is broken for cross compilation, disable for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23xboard: needs X11 support and gnuchessPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23vice: mark as brokenPeter Korsgaard
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-23rubix: needs X11 supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23magiccube4d: needs C++ and X11 supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23package/xstroke: needs X11 supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23sqlite: bump versionPeter Korsgaard
Fixes various bugs. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23sqlite: work around build breakage with !BR2_LARGEFILEPeter Korsgaard
Should get fixed properly upstream, but this is good enough for 2009.11-rc1. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23package/bootutils: needs largefile supportPeter Korsgaard
Build fails with llseek() linker errors. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23CHANGES: add non-package changes since 2009.08Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23alsamixergui: depend on x11 support, rather than (indirectly) selecting itPeter Korsgaard
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-23matchbox: depend on x11 support, rather than selecting itPeter Korsgaard
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-22package/directfb: don't prepend $arch-linux- to programsPeter Korsgaard
Directfb users: Do all those applications even make sense to install to target? Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22package/nbd: fix build with !BR2_LARGEFILEPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22docs/buildroot.html: document linux26-menuconfig / LINUX26_KCONFIGPeter Korsgaard
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-22toolchain/binutils: make sure target-binutils runs after busyboxPeter Korsgaard
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-22package/nbd: add nbd-server supportVincent Palatin
Closes #645 Signed-off-by: Vincent Palatin <vincent.palatin_buildroot@m4x.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22target/jffs2: add support for nand flash with 512B page / 16 kB erasesizeKelvin Cheung
Closes #663 Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22package/sdl: fix dependencies for directfb/qt/x11 supportPeter Korsgaard
Closes #683 And cleanup Kconfig while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22package/Makefile.in: fix 'true' invocation for BR2_STRIP_nonePeter Korsgaard
Closes #701 Coreutils true doesn't understand a -Not_stripping argument. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22Bump spawn-fcgi to 1.6.3Gustavo Zacarias
Closes #705 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22Bump iw package to 0.9.17Gustavo Zacarias
Closes #731 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-20Makefile: cleanup *clean targetsPeter Korsgaard
As discussed on the list, fixup the *clean targets, so we now have: clean: remove all generated files (E.G. everything in output/) distclean: same as clean, but also remove the kconfig build and .config Also tweak 'make help' output to match. This also merges the two different clean / distclean targets we had depending on if there was a .config present or not (most variables are not defined for !.config case, so E.G. the clean target ends up being a noop). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-18Add support for the Cortex-A8 ARM targetLaine Walker-Avina
Signed-off-by: Laine Walker-Avina <lwalkera@ieee.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-17ipkg: update source URLMichael S. Zick
ftp.handhelds.org doesn't seem to work any more. Signed-off-by: Michael S. Zick <minimod@morethan.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-17toolchain/uClibc: install ldd to targetPeter Korsgaard
Reported by Julien Boibessot <julien.boibessot@free.fr>. This somehow got disabled by cb815ae003d40cc971d (two years ago!). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-16libidn: Update Config.in to fulfill LIBIDN_BINARYGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15openssl: bump to 0.9.8l + security fixesGustavo Zacarias
Closes #703 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15dnsmasq: bump to 2.51 and add IDN optionGustavo Zacarias
Closes #717 Dnsmasq 2.51 introduces IDN support, add it to the package. Newsworthy items: * Add support for internationalised DNS (IDN). * Improved upstream nameserver checks for slow nameservers. * Improved TFTP support (win/dos filenames, new tftpserver-address option for DHCP). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15libidn: update to 1.15 and other fixesGustavo Zacarias
Closes #715 * Add target uninstall. * Remove stray /usr/share/emacs files. * Remove stray mono (host, autodetected) dll installation in $(TARGET_DIR)/usr/lib by disabling C# altogether. * Disable java. * Add new option to install idn binary (default N, usually not required). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-15openntpd: convert to Makefile.autotools.in formatGustavo Zacarias
Closes #713 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>