- Nov 28, 2009
-
-
Peter Korsgaard authored
E.G. for flash_* applets. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Nov 25, 2009
-
-
Peter Korsgaard authored
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>
-
- Nov 24, 2009
-
-
Daniel Mack authored
Signed-off-by:
Daniel Mack <daniel@caiaq.de> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Nov 23, 2009
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Baruch Siach authored
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>
-
Peter Korsgaard authored
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>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
And fix Kconfig tab/spaces while we're at it. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
./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>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Python binding support is broken for cross compilation, disable for now. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
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>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Build fails with llseek() linker errors. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
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>
-
Peter Korsgaard authored
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>
-
- Nov 22, 2009
-
-
Peter Korsgaard authored
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>
-
Vincent Palatin authored
Closes #645 Signed-off-by:
Vincent Palatin <vincent.palatin_buildroot@m4x.org> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Kelvin Cheung authored
Closes #663 Signed-off-by:
Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Closes #683 And cleanup Kconfig while we're at it. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Closes #701 Coreutils true doesn't understand a -Not_stripping argument. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Closes #705 Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Closes #731 Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Nov 20, 2009
-
-
Peter Korsgaard authored
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>
-
- Nov 18, 2009
-
-
Laine Walker-Avina authored
Signed-off-by:
Laine Walker-Avina <lwalkera@ieee.org> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Nov 17, 2009
-
-
Michael S. Zick authored
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>
-