Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-29 | package: remove useless arguments from AUTOTARGETS | Thomas Petazzoni | |
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2011-06-12 | packages: remove --{enable,disable}-{shared,static} from autotools packages | Thomas Petazzoni | |
Now that those values are passed at the autotools infrastructure level, there's no need for every package to pass inconsistent values. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-10-26 | libelf: bump version | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-10-26 | libelf: convert to Makefile.autotools.in and get rid of LIBELF_HEADERS option | Peter Korsgaard | |
We have the generic BR2_HAVE_DEVFILES now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-10-01 | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | |
We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-09-03 | package: Remove unnecessary dependencies on uclibc. | Will Newton | |
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2007-10-02 | - make sure that the target's usr/include dir exists when installing the headers | Bernhard Reutner-Fischer | |
It would make sense to provide a $(PREREQ_TARGETDIR_USR_INCLUDE) prerequisite that expands to $(TARGET_DIR)/usr/include if installing any headers was requested to fix this in a generic manner.. | |||
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-09-24 | - bump version and make it compile also if 64bit is unavailable | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-04-16 | - install some more stuff that goes into staging_dir into the proper place. | Bernhard Reutner-Fischer | |
First hunk of fixes for bug #1290 | |||
2007-04-06 | - someone disabled shared lib support without fixing the libelf rule leading to | Bernhard Reutner-Fischer | |
useless rebuilds. Add option to install the lib to the target and not only to the staging_dir. | |||
2007-04-06 | - bump version. memmove works so let configure know about this fact | Bernhard Reutner-Fischer | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2006-10-01 | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | |
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | |||
2006-01-23 | removed unnessary patch and removed references for installing shared libs ↵ | David Anders | |
that are not built | |||
2006-01-23 | disable shared library support during configuration | David Anders | |
2005-04-12 | Fix up the build of libelf so it actually works | Eric Andersen | |
2005-02-25 | Add support for libelf | Eric Andersen | |