Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | haserl: Add lua option | Gustavo Zacarias | 2010-05-01 | 2 | -3/+14 |
| | | | | | | | Closes #719 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | 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: bump 0.9.x version | Peter Korsgaard | 2009-08-01 | 2 | -20/+1 |
| | | | | | | buffer overflow fix is now upstream Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | haserl: move 0.9.25 fix to subdir, so it isn't picked up by 0.8.0 build | Peter Korsgaard | 2009-07-22 | 1 | -0/+0 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | haserl: 0.9.25 array vars fix | Peter Korsgaard | 2009-07-20 | 1 | -0/+19 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | haserl: bump version | Peter Korsgaard | 2008-12-17 | 1 | -1/+1 |
| | |||||
* | 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: bump 0.9.x version | Peter Korsgaard | 2008-08-19 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -48/+9 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | haserl: depend on haserl binary in TARGET_DIR and also cleanup TARGET_DIR. | Peter Korsgaard | 2008-04-12 | 1 | -4/+5 |
| | |||||
* | haserl: bump version | Peter Korsgaard | 2008-04-07 | 2 | -13/+1 |
| | |||||
* | haserl: get rid of minor version in config names | Peter Korsgaard | 2008-04-07 | 1 | -7/+7 |
| | | | | | Rename haserl config options to 0.8.x / 0.9.x so the config names don't change every time the version is bumped (similar to busysbox package). | ||||
* | haserl: bump version | Peter Korsgaard | 2008-02-29 | 2 | -4/+4 |
| | |||||
* | delete haserl-0.9.20-legacy.patch | Ivan Kuten | 2007-12-13 | 1 | -12/+0 |
| | |||||
* | susv3 legacy fix for haserl | Ivan Kuten | 2007-12-13 | 1 | -0/+12 |
| | |||||
* | bump haserl version | Ivan Kuten | 2007-12-11 | 1 | -4/+4 |
| | |||||
* | Allow use of 'haserl' developer version | Ulf Samuelsson | 2007-10-30 | 3 | -4/+42 |
| | |||||
* | Remove LEGACY functions from haserl | Ulf Samuelsson | 2007-10-12 | 2 | -0/+15 |
| | |||||
* | - 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 | 2 | -0/+67 |
This little patch adds a target for haserl to buildroot. Haserl - Html And Shell Embedded Report Language |