summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Applied patch from Michel Wilson to allow the cursor in the X root window toHamish Moffatt2008-09-102-0/+13
| | | | | be disabled. Unfortunately this is a compile-time option.
* busybox: 1.11.2 patchPeter Korsgaard2008-09-091-0/+21
|
* busybox: remove stale busybox 1.11.1 patchesPeter Korsgaard2008-09-094-231/+0
| | | | Hamish, don't forget to remove those when you bump the version
* Support building without WCHAR supportHamish Moffatt2008-09-092-1/+29
|
* Keep /usr/bin/python2.4 and make /usr/bin/python a link to itHamish Moffatt2008-09-081-1/+2
|
* module-init-tools: check correct symbol for cross-depmodPeter Korsgaard2008-09-071-1/+1
| | | | Reported by Markus Heidelberg
* fakeroot: bump versionPeter Korsgaard2008-09-071-2/+2
|
* libid3tag: don't depend on libmadPeter Korsgaard2008-09-072-2/+1
| | | | libid3tag doesn't use libmad.
* jffs2: cleanupPeter Korsgaard2008-09-072-12/+4
| | | | | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> * remove needless help in invisible config options * correct wrong indenting * remove unused BR2 variables for default pagesize and devfile
* mysql_client: fix pathsPeter Korsgaard2008-09-071-1/+1
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* xapp_xman: fix pathsPeter Korsgaard2008-09-071-1/+1
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* concierge: fix pathsPeter Korsgaard2008-09-071-2/+2
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* speex: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* mpg123: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* madplay: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* libsndfile: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* libmad: fix paths (broken by r23330)Peter Korsgaard2008-09-061-2/+2
|
* libid3tag: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* festival: fix path in AUTOTARGETS (broken by r23330)Peter Korsgaard2008-09-062-2/+2
|
* asterisk: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* alsa-utils: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* alsa-lib: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* festival: fix more paths (broken by r23330)Peter Korsgaard2008-09-061-3/+3
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* festival: fix paths (broken by r23330)Peter Korsgaard2008-09-061-4/+4
| | | | Patch by Michel Wilson <michel@crondor.net>
* audio: Move all audio packages into audio subdirDaniel Laird2008-09-0545-21/+24
| | | | | | | | Moved all audio packages into a subdir called audio. I then created a Config.in and made sure that a audio.mk existed. Daniel Laird
* sqlite: bump versionPeter Korsgaard2008-09-051-1/+1
|
* Version bump to 2.3.7Hamish Moffatt2008-09-052-4/+4
| | | | This package should be converted to use Makefile.autotools.in by someone who uses it..