Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packages: use qstrip | Thomas Petazzoni | 2009-09-05 | 1 | -2/+1 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -2/+0 |
| | | | | | | | | 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> | ||||
* | haserl: fix shared cache interaction issue | Peter Korsgaard | 2008-12-01 | 1 | -0/+2 |
| | | | | | | | | | | The ac_cv_path_install override is needed to strip the target binary for haserl 0.8.0, but it doesn't interact nicely with the shared cache, so disable the cache for now. Longer term we should probably forget about install-strip and do the strip/cleanup/mklibs stuff as a post processing step before the target filesystem rules are run. | ||||
* | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | | | | It's default now. | ||||
* | haserl: don't install unneeded examples for 0.8.0 to target | Peter Korsgaard | 2008-08-19 | 1 | -1/+5 |
| | |||||
* | haserl: convert to Makefile.autotools.in format | Peter Korsgaard | 2008-08-04 | 1 | -48/+9 |
| | |||||
* | haserl: depend on haserl binary in TARGET_DIR and also cleanup TARGET_DIR. | Peter Korsgaard | 2008-04-12 | 1 | -4/+5 |
| | |||||
* | Allow use of 'haserl' developer version | Ulf Samuelsson | 2007-10-30 | 1 | -4/+5 |
| | |||||
* | Remove LEGACY functions from haserl | Ulf Samuelsson | 2007-10-12 | 1 | -0/+3 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | Cleanup, get rid of HASERL_WORKDIR, use $@ | Peter Korsgaard | 2007-05-31 | 1 | -14/+11 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | 0000755: New package: haserl: patch from jacmet | Eric Andersen | 2006-04-10 | 1 | -0/+58 |
This little patch adds a target for haserl to buildroot. Haserl - Html And Shell Embedded Report Language |