Age | Commit message (Collapse) | Author |
|
|
|
|
|
Signed-off-by: Tobias Breckle <tobias@breckle.net>
|
|
package Config.in files
|
|
flavour/choices and subpackages
|
|
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
|
|
always add PKG_NAME to PKG_FLAVOURS variable.
ala PKG_FLAVOURS_LIBNCURSES.
Bug reported by Phil Sutter.
|
|
This patch bores up fatal_error(), so that it now takes arguments in
printf-style, but without changing the basic semantics (i.e., messages
prefixed by "Fatal error. " and trailing newline automatically
appended).
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
|
|
eglibc should install nsswitch.conf and others.
add -fhonour-copts to TARGET_CFLAGS.
|
|
|
|
|
|
Make configuration of new targets cheap.
Just add a new file in target/arch/sys-enabled/foo.
See other files for syntax. While doing runtime tests
with the new infrastructure I've updated a lot of other
stuff:
- gcc 4.5.2
- uClibc 0.9.32-rc1 (NPTL)
- strongswan, php, miredo, parted, util-linux-ng, e2fsprogs
I promise, this is the last big fat commit this year ;)
|
|
enabled for subpackages
|
|
|
|
|
|
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced
by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes,
so that a package is rebuild.
Generation of meta-data is a lot faster now.
Fix or add new PKG variables to fulfill the needs of the new programs.
Documentation will follow as soon as it is stable.
|