| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
It's confusing to have different behaviour of target independent options.
As reported by HcE on IRC.
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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 uses --disable-lfs instead of --disable-largefile.
Remove redundant configure args while we're at it.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
And complain if the output directory cannot be created.
|
| |
|
|
|
|
| |
version to 1.4.1
|
| |
|
|
|
|
|
| |
DESTDIR per default points to TARGET_DIR / STAGING_DIR without /usr
appended.
|
|
|
|
| |
It defaults to TARGET_DIR, not STAGING_DIR.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
$(PROJECT_BUILD_DIR)/autotools-stamps. Without this, autotools-using
packages won't be installed into any other projects than the first.
|
| |
|
|
|
|
|
| |
be disabled. Unfortunately this is a compile-time option.
|
| |
|
|
|
|
| |
Hamish, don't forget to remove those when you bump the version
|
| |
|
| |
|
|
|
|
| |
Reported by Markus Heidelberg
|
| |
|
|
|
|
| |
libid3tag doesn't use libmad.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Patch by Markus Heidelberg <markus.heidelberg@web.de>
|
|
|
|
| |
Patch by Markus Heidelberg <markus.heidelberg@web.de>
|
|
|
|
| |
Patch by Markus Heidelberg <markus.heidelberg@web.de>
|
|
|
|
| |
Patch by Markus Heidelberg <markus.heidelberg@web.de>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Markus Heidelberg <markus.heidelberg@web.de>
|
|
|
|
| |
Patch by Michel Wilson <michel@crondor.net>
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
This package should be converted to use Makefile.autotools.in by someone who uses it..
|
|
|
|
|
|
| |
information
and an optional Python module for the same.
|
|
|
|
|
| |
Also, don't actually create the .stamp_uninstalled but remove the
.stamp_installed file instead (ala the overridden target).
|