summaryrefslogtreecommitdiff
path: root/package/haserl
AgeCommit message (Collapse)Author
2010-05-01haserl: Add lua optionGustavo Zacarias
Closes #719 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-05packages: use qstripThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-09-03package: 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-08-01haserl: bump 0.9.x versionPeter Korsgaard
buffer overflow fix is now upstream Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-22haserl: move 0.9.25 fix to subdir, so it isn't picked up by 0.8.0 buildPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-20haserl: 0.9.25 array vars fixPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2008-12-17haserl: bump versionPeter Korsgaard
2008-12-01haserl: fix shared cache interaction issuePeter Korsgaard
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.
2008-10-20package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard
It's default now.
2008-08-19haserl: bump 0.9.x versionPeter Korsgaard
2008-08-19haserl: don't install unneeded examples for 0.8.0 to targetPeter Korsgaard
2008-08-04haserl: convert to Makefile.autotools.in formatPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-04-12haserl: depend on haserl binary in TARGET_DIR and also cleanup TARGET_DIR.Peter Korsgaard
2008-04-07haserl: bump versionPeter Korsgaard
2008-04-07haserl: get rid of minor version in config namesPeter Korsgaard
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).
2008-02-29haserl: bump versionPeter Korsgaard
2007-12-13delete haserl-0.9.20-legacy.patchIvan Kuten
2007-12-13susv3 legacy fix for haserlIvan Kuten
2007-12-11bump haserl versionIvan Kuten
2007-10-30Allow use of 'haserl' developer versionUlf Samuelsson
2007-10-12Remove LEGACY functions from haserlUlf Samuelsson
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-20SED away some whitespaceUlf Samuelsson
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-05-31Cleanup, get rid of HASERL_WORKDIR, use $@Peter Korsgaard
2007-03-13fixup package LDFLAGS handlingEric 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-04-100000755: New package: haserl: patch from jacmetEric Andersen
This little patch adds a target for haserl to buildroot. Haserl - Html And Shell Embedded Report Language