- Oct 03, 2008
-
-
Hans-Christian Egtvedt authored
This patch fixes bug report #5204. The Busybox config was not copied from the correct place. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
- Oct 02, 2008
-
-
Hans-Christian Egtvedt authored
This patch modifies the rule for installing the shared libraries into the project_foo/.../autotools-stamps directory. This will make the installation of GCC shared libraries be multi-project safe. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
Hans-Christian Egtvedt authored
On very lite systems the /usr/lib directory might not exist before libstdc++ is installed. This patch makes sure the directory exists. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
Hans-Christian Egtvedt authored
-
- Oct 01, 2008
-
-
Hans-Christian Egtvedt authored
This patch puts gettext and libintl before the avahi targets, thus making sure they exist before avahi targets are built. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
- Sep 30, 2008
-
-
Hans-Christian Egtvedt authored
This patch adds a missing backslash on a line in the middle of the list of XSERVER_XORG_SERVER_CONF_OPT. Reported-by:
Sebastian Matuschka <Sebastian.Matuschka@gcd-solutions.de>
-
Hans-Christian Egtvedt authored
This patch will run "make headers install_headers" instead of the old "make headers install_dev". The latter requires a cross compiler available in uClibc versions > 0.9.29, and the cross compiler is not available at the configuration time of uClibc. Spotted and fixed by Bernhard Fischer. Tested-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
- Sep 29, 2008
-
-
Hans-Christian Egtvedt authored
Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
- Sep 28, 2008
-
-
Peter Korsgaard authored
-
- Sep 26, 2008
-
-
Peter Korsgaard authored
Other packages might also support Linux-style out of tree builds with the O=<dir> syntax (E.G. Busybox does). As make automatically forwards command line variable definitions those packages get very confused. Fix this by telling make to not do so
-
- Sep 25, 2008
-
-
Hans-Christian Egtvedt authored
This patch install with install-strip to the target and uses the default for installing to staging. Makes the makefile even more compact, and also more correct with using install-strip to get proper stripping of the installed library. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
- Sep 24, 2008
-
-
Hans-Christian Egtvedt authored
This patch corrects the commit r23467 and replaces uclibc with xserver_xorg-server in LXDOOM_DEPENDENCIES. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
Hans-Christian Egtvedt authored
lxdoom depends on a X11 server to be built, this patch will only show lxdoom if a X11 server is selected and add xserver_xorg-server to the dependency list. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
Hans-Christian Egtvedt authored
This patch will let the user install the Doom shareware WAD file if PrBoom is selected. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
Hans-Christian Egtvedt authored
This patch adds a new package PrBoom. PrBoom is a Doom and Doom ][ client which uses the SDL library for graphics, sound and network. It also supports OpenGL, but this has not been enabled in this package since few embedded platforms support OpenGL. PrBoom allows you to play the good old game on newer hardware. It even supports higher resolution and better rendring, while still keeping the old style alive. http://prboom.sourceforge.net/ Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
Hans-Christian Egtvedt authored
This patch splits the installation of the shareware WAD file into a separate package. The wad file will also be installed into /usr/share/games/doom directory, since the client will search this directory when starting. The Makefile rule has also been altered to use tools defined by Buildroot to extract and install the wad file. The package is also multiple project safe now. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
Hans-Christian Egtvedt authored
This patch adds a new package SDL_net. SDL_net is a small, low-level, cross-platform network library, that can be used with the Simple DirectMedia Layer library (SDL). http://www.libsdl.org/projects/SDL_net/ Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
Hans-Christian Egtvedt authored
This patch converts building of OpenSSH to use Makefile.autotools.in instead and in the same process bump to latest upstream version 5.1p1. The openssh.path is also cleaned up a bit to reflect the new release, i.e. some of the patch is already applied/fixed upstream. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
Hans-Christian Egtvedt authored
This patch adds support for AVR32 architecture and adds an optimized DES and AES algorithm for this architecture.
-
Hans-Christian Egtvedt authored
This patch converts building of OpenSSL to use Makefile.autotools.in and bumps the version to 0.9.8g. The patches are updated to reflect this version upgrade. A kconfig option for adding the OpenSSL engines is also added. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
- Sep 22, 2008
-
-
Peter Korsgaard authored
Use ROOTFS_SUFFIX instead of hardcoding -$(DATE). Reported by Lars Lockenvitz.
-
Peter Korsgaard authored
-
Peter Korsgaard authored
-
Peter Korsgaard authored
-
- Sep 19, 2008
-
-
Daniel Laird authored
Minor fix for Makefile.autotools.in that deals with the packages that use AUTOCONF to regenerate configure etc. (my mistake to start with) Daniel Laird
-
Daniel Laird authored
1. I added a HOOK_POST_EXTRACT previously so that I could cope with the bad libxml2 package. This required me to remove some dead patches (.rej) files after I extracted the package, the issue is that the EXTRACT target runs patch-kernel.sh to patch the ltmain.sh. It then finds some.rej files and bombs out. I have altered the sequence so that the HOOK_POST_EXTRACT target runs before the make target that patches libtool to deal with this. 2.) I have added a $(PKG)_LIBTOOL_PATCH variable. This is defaulted to YES however if you override it in the package makefile to NO then the ltmain.sh file will not be patched automatically but only if you have added your own patches. This is necessary for freetype 2.3.7 as it cannot use the buildroot-libtool patch. I am using this patch for building a set of packages, however it is not a complete set of packages so await feedback of issues (if any) Daniel Laird
-
- Sep 18, 2008
-
-
Hans-Christian Egtvedt authored
-
Hans-Christian Egtvedt authored
This patch will install iptables with the install-strip command, and also use /usr/lib as target for the filter libraries. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
Peter Korsgaard authored
It's confusing to have different behaviour of target independent options. As reported by HcE on IRC.
-
Hans-Christian Egtvedt authored
This patch will let aumix depend on an installed file on the target root file system instead of touched file. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
Hans-Christian Egtvedt authored
This patch adds libupnp package to Buildroot. libupnp provides developers with an API that are compliant with version 1.0 of the Universal Plug and Play Device Architecture Specification. http://pupnp.sourceforge.net/ Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
- Sep 17, 2008
-
-
Peter Korsgaard authored
-
Peter Korsgaard authored
lighttpd uses --disable-lfs instead of --disable-largefile. Remove redundant configure args while we're at it.
-
Peter Korsgaard authored
-
Hans-Christian Egtvedt authored
This patch bumps the version to 0.9.4 and converts the oprofile.mk to use Makefile.autotools.in. Patches against 0.9.3 are removed since they are no longer needed and a new patch for 0.9.4 is added. Building for all architectures should now also be possible. Signed-off-by:
Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> Signed-off-by:
Fathi Boudra <fboudra@gmail.com>
-
- Sep 16, 2008
-
-
Peter Korsgaard authored
-
Peter Korsgaard authored
And complain if the output directory cannot be created.
-
Peter Korsgaard authored
-
Thiago A. Corrêa authored
-
- Sep 14, 2008
-
-
Peter Korsgaard authored
-