Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.autotools.in: Get my $(Q)'s in the correct place | Daniel Laird | 2008-09-19 | 1 | -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 packages | Daniel Laird | 2008-09-19 | 1 | -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 file | Hans-Christian Egtvedt | 2008-09-18 | 1 | -1/+0 |
| | |||||
* | iptables: fix install rule to install everything in appropriate directories | Hans-Christian Egtvedt | 2008-09-18 | 1 | -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> | ||||
* | aumix: fix install rule to target to support multiple projects | Hans-Christian Egtvedt | 2008-09-18 | 1 | -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 libupnp | Hans-Christian Egtvedt | 2008-09-18 | 3 | -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 default | Peter Korsgaard | 2008-09-17 | 1 | -2/+1 |
| | |||||
* | lighttpd: fix compilation without largefile support | Peter Korsgaard | 2008-09-17 | 1 | -6/+6 |
| | | | | | lighttpd uses --disable-lfs instead of --disable-largefile. Remove redundant configure args while we're at it. | ||||
* | pcre: fixup paths in pcre-config | Peter Korsgaard | 2008-09-17 | 1 | -0/+3 |
| | |||||
* | oprofile: convert oprofile.mk to use Makefile.autotools.in and bump version | Hans-Christian Egtvedt | 2008-09-17 | 5 | -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 install | Peter Korsgaard | 2008-09-16 | 1 | -1/+1 |
| | |||||
* | Fix iptables compile error by updating to Makefile.autotools.in and bumping ↵ | Thiago A. Corrêa | 2008-09-16 | 1 | -57/+11 |
| | | | | version to 1.4.1 | ||||
* | fontconfig: use install-strip for target install | Peter Korsgaard | 2008-09-14 | 1 | -1/+1 |
| | |||||
* | Makefile.autotools.in: fix DESTDIR= help text | Peter Korsgaard | 2008-09-14 | 1 | -4/+4 |
| | | | | | DESTDIR per default points to TARGET_DIR / STAGING_DIR without /usr appended. | ||||
* | Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help text | Peter Korsgaard | 2008-09-14 | 1 | -1/+1 |
| | | | | It defaults to TARGET_DIR, not STAGING_DIR. | ||||
* | Move project-specific stamp files into a project-specific directory | Hamish Moffatt | 2008-09-11 | 2 | -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 packages | Hamish Moffatt | 2008-09-11 | 1 | -0/+1 |
| | |||||
* | Applied patch from Michel Wilson to allow the cursor in the X root window to | Hamish Moffatt | 2008-09-10 | 2 | -0/+13 |
| | | | | | be disabled. Unfortunately this is a compile-time option. | ||||
* | busybox: 1.11.2 patch | Peter Korsgaard | 2008-09-09 | 1 | -0/+21 |
| | |||||
* | busybox: remove stale busybox 1.11.1 patches | Peter Korsgaard | 2008-09-09 | 4 | -231/+0 |
| | | | | Hamish, don't forget to remove those when you bump the version | ||||
* | Support building without WCHAR support | Hamish Moffatt | 2008-09-09 | 2 | -1/+29 |
| | |||||
* | Keep /usr/bin/python2.4 and make /usr/bin/python a link to it | Hamish Moffatt | 2008-09-08 | 1 | -1/+2 |
| | |||||
* | module-init-tools: check correct symbol for cross-depmod | Peter Korsgaard | 2008-09-07 | 1 | -1/+1 |
| | | | | Reported by Markus Heidelberg | ||||
* | fakeroot: bump version | Peter Korsgaard | 2008-09-07 | 1 | -2/+2 |
| | |||||
* | libid3tag: don't depend on libmad | Peter Korsgaard | 2008-09-07 | 2 | -2/+1 |
| | | | | libid3tag doesn't use libmad. | ||||
* | mysql_client: fix paths | Peter Korsgaard | 2008-09-07 | 1 | -1/+1 |
| | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | xapp_xman: fix paths | Peter Korsgaard | 2008-09-07 | 1 | -1/+1 |
| | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | concierge: fix paths | Peter Korsgaard | 2008-09-07 | 1 | -2/+2 |
| | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | speex: fix paths (broken by r23330) | Peter Korsgaard | 2008-09-06 | 1 | -1/+1 |
| | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | mpg123: fix paths (broken by r23330) | Peter Korsgaard | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | madplay: fix paths (broken by r23330) | Peter Korsgaard | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | libsndfile: fix paths (broken by r23330) | Peter Korsgaard | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | libmad: fix paths (broken by r23330) | Peter Korsgaard | 2008-09-06 | 1 | -2/+2 |
| | |||||
* | libid3tag: fix paths (broken by r23330) | Peter Korsgaard | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | festival: fix path in AUTOTARGETS (broken by r23330) | Peter Korsgaard | 2008-09-06 | 2 | -2/+2 |
| | |||||
* | asterisk: fix paths (broken by r23330) | Peter Korsgaard | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | alsa-utils: fix paths (broken by r23330) | Peter Korsgaard | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | alsa-lib: fix paths (broken by r23330) | Peter Korsgaard | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | festival: fix more paths (broken by r23330) | Peter Korsgaard | 2008-09-06 | 1 | -3/+3 |
| | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | festival: fix paths (broken by r23330) | Peter Korsgaard | 2008-09-06 | 1 | -4/+4 |
| | | | | Patch by Michel Wilson <michel@crondor.net> | ||||
* | audio: Move all audio packages into audio subdir | Daniel Laird | 2008-09-05 | 45 | -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 version | Peter Korsgaard | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | Version bump to 2.3.7 | Hamish Moffatt | 2008-09-05 | 2 | -4/+4 |
| | | | | This package should be converted to use Makefile.autotools.in by someone who uses it.. | ||||
* | New package for dnet, a wrapper library for getting access to kernel network ↵ | Hamish Moffatt | 2008-09-04 | 4 | -0/+75 |
| | | | | | | information and an optional Python module for the same. | ||||
* | Override the uninstall target rather than the clean target | Hamish Moffatt | 2008-09-04 | 1 | -3/+4 |
| | | | | | Also, don't actually create the .stamp_uninstalled but remove the .stamp_installed file instead (ala the overridden target). | ||||
* | Make the autotools xyz-clean target call xyz-uninstall first, rather than ↵ | Hamish Moffatt | 2008-09-04 | 1 | -5/+2 |
| | | | | duplicating its actions | ||||
* | Remove lzo patches which aren't required with latest liblzo package updates | Hamish Moffatt | 2008-09-04 | 2 | -24/+0 |
| | |||||
* | Added eeprog package from gustavoz | Hamish Moffatt | 2008-09-04 | 3 | -0/+53 |
| | |||||
* | Fix duplicate $(AUTORECONF) run in autoreconf and configure targets | Hamish Moffatt | 2008-09-04 | 1 | -6/+4 |
| | |||||
* | In the uninstall and clean targets, remove the built/installed stamp files | Hamish Moffatt | 2008-09-04 | 1 | -0/+5 |
| | | | | so that those actions will do something if executed again. |