summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bash.mk:Wade Berrier2008-10-061-0/+10
| | | | | | | | -Force some autoconf options so that job control is turned on. (Otherwise these checks fail when cross compiling. And when job control is disabled, bash can't be the default shell)
* busybox: 1.12.1 grep fixPeter Korsgaard2008-10-061-0/+27
|
* png: bump versionPeter Korsgaard2008-10-061-1/+1
| | | | | | Upgrade libpng to 1.2.32 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ncftp: bump versionPeter Korsgaard2008-10-061-1/+1
| | | | Patch by Micha Nelissen
* README: document out-of-tree build supportPeter Korsgaard2008-10-061-0/+11
|
* linux: fix copy of Busybox config to target directoryHans-Christian Egtvedt2008-10-031-1/+1
| | | | | | | | 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>
* gcc: make installation of shared libraries multi-project safeHans-Christian Egtvedt2008-10-022-7/+10
| | | | | | | | | 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>
* gcc: make sure that /usr/lib exists on target before installing shared libsHans-Christian Egtvedt2008-10-022-0/+2
| | | | | | | | 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>
* kernel-headers: remove whitespace damageHans-Christian Egtvedt2008-10-021-2/+2
|
* avahi: add dependencies in right orderHans-Christian Egtvedt2008-10-011-1/+1
| | | | | | | | 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>
* xserver_xorg-server: fix missing backslash on end of CONF_OPTHans-Christian Egtvedt2008-09-301-1/+1
| | | | | | | | 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>
* uclibc: install headers after building headers in configure partHans-Christian Egtvedt2008-09-301-1/+1
| | | | | | | | | | | | 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>
* qtopia4: bump version to 4.4.3Hans-Christian Egtvedt2008-09-291-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* busybox: bump 1.11.x and 1.12.x versionsPeter Korsgaard2008-09-288-811/+2
|
* project/Makefile.in: workaround issue with out-of-tree buildsPeter Korsgaard2008-09-261-0/+6
| | | | | | | 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
* sdl_net: fix install options for target and stagingHans-Christian Egtvedt2008-09-251-3/+1
| | | | | | | | | | 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>
* lxdoom: add dependency to a xserver in MakefileHans-Christian Egtvedt2008-09-241-1/+1
| | | | | | | | 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>
* lxdoom: make package depend on X11 serverHans-Christian Egtvedt2008-09-241-0/+1
| | | | | | | | 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>
* doom-wad: enable kconfig entry for PrBoom package and fix whitespace damageHans-Christian Egtvedt2008-09-241-3/+3
| | | | | | | | 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>
* prboom: add new games package PrBoomHans-Christian Egtvedt2008-09-243-0/+62
| | | | | | | | | | | | | | | 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>
* doom-wad: split out and fix installation of Doom shareware wad fileHans-Christian Egtvedt2008-09-245-40/+43
| | | | | | | | | | | | | 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>
* SDL_net: add new package SDL_netHans-Christian Egtvedt2008-09-243-0/+29
| | | | | | | | | | | 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>
* openssh: convert to Makefile.autotools.in and bump version to 5.1p1Hans-Christian Egtvedt2008-09-242-158/+12
| | | | | | | | | | 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>
* openssl: add patch for AVR32 support and optimizationHans-Christian Egtvedt2008-09-241-0/+6364
| | | | | | This patch adds support for AVR32 architecture and adds an optimized DES and AES algorithm for this architecture.
* openssl: convert to Makefile.autotools.in and bump version to 0.9.8gHans-Christian Egtvedt2008-09-245-353/+48
| | | | | | | | | | 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>
* target/linux/advanced: don't hardcode date suffixPeter Korsgaard2008-09-221-1/+1
| | | | | | Use ROOTFS_SUFFIX instead of hardcoding -$(DATE). Reported by Lars Lockenvitz.
* busybox: more 1.12.0 patchesPeter Korsgaard2008-09-224-9/+628
|
* package: add libconfuse - A library for parsing configuration filesPeter Korsgaard2008-09-223-0/+30
|
* libtool: don't error on missing directories in clean targetsPeter Korsgaard2008-09-221-2/+2
|
* Makefile.autotools.in: Get my $(Q)'s in the correct placeDaniel Laird2008-09-191-2/+2
| | | | | | | | 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
* Makefile.autotools.in: Extended to cope with more bad packagesDaniel Laird2008-09-191-4/+19
| | | | | | | | | | | | | | | | | | | | | | 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
* bridge-utils: remove whitespace at end of fileHans-Christian Egtvedt2008-09-181-1/+0
|
* iptables: fix install rule to install everything in appropriate directoriesHans-Christian Egtvedt2008-09-181-5/+4
| | | | | | | 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>
* Config.in: Don't special case atmel targets for image suffixPeter Korsgaard2008-09-181-2/+1
| | | | | It's confusing to have different behaviour of target independent options. As reported by HcE on IRC.
* aumix: fix install rule to target to support multiple projectsHans-Christian Egtvedt2008-09-181-3/+2
| | | | | | | | 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>
* libupnp: add package libupnpHans-Christian Egtvedt2008-09-183-0/+23
| | | | | | | | | | 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>
* lighttpd: don't enable openssl support by defaultPeter Korsgaard2008-09-171-2/+1
|
* lighttpd: fix compilation without largefile supportPeter Korsgaard2008-09-171-6/+6
| | | | | lighttpd uses --disable-lfs instead of --disable-largefile. Remove redundant configure args while we're at it.
* pcre: fixup paths in pcre-configPeter Korsgaard2008-09-171-0/+3
|
* oprofile: convert oprofile.mk to use Makefile.autotools.in and bump versionHans-Christian Egtvedt2008-09-175-263/+52
| | | | | | | | | | | 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>
* findutils: use install-strip for target installPeter Korsgaard2008-09-161-1/+1
|
* Makefile: support relative paths for out of tree buildsPeter Korsgaard2008-09-161-1/+2
| | | | And complain if the output directory cannot be created.
* target/generic: add uartlite ttyULx devices to securettyPeter Korsgaard2008-09-162-0/+8
|
* Fix iptables compile error by updating to Makefile.autotools.in and bumping ↵Thiago A. Corrêa2008-09-161-57/+11
| | | | version to 1.4.1
* fontconfig: use install-strip for target installPeter Korsgaard2008-09-141-1/+1
|
* Makefile.autotools.in: fix DESTDIR= help textPeter Korsgaard2008-09-141-4/+4
| | | | | DESTDIR per default points to TARGET_DIR / STAGING_DIR without /usr appended.
* Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help textPeter Korsgaard2008-09-141-1/+1
| | | | It defaults to TARGET_DIR, not STAGING_DIR.
* Applied patch from Brian Foster <brian.foster@innova-card.com>:Hamish Moffatt2008-09-111-2/+2
| | | | | | make "make clean" remove the .root stamp, so that everything will be reinstalled properly on a subsequent build. (bug id 4304) Also remove new autotools-stamps directory.
* Move project-specific stamp files into a project-specific directoryHamish Moffatt2008-09-112-8/+10
| | | | | $(PROJECT_BUILD_DIR)/autotools-stamps. Without this, autotools-using packages won't be installed into any other projects than the first.
* Export site package directory location for use by other packagesHamish Moffatt2008-09-111-0/+1
|