summaryrefslogtreecommitdiffstats
path: root/package/haserl
Commit message (Collapse)AuthorAgeFilesLines
* haserl: bump 0.9.x versionPeter Korsgaard2010-10-181-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: remove unneeded _INSTALL_TARGET_OPT definitionsThomas Petazzoni2010-09-271-3/+0
| | | | | | | | Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* haserl: convert to new style hookThomas Petazzoni2010-09-121-5/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* haserl: Add lua optionGustavo Zacarias2010-05-012-3/+14
| | | | | | | Closes #719 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: use qstripThomas Petazzoni2009-09-051-2/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-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 versionPeter Korsgaard2009-08-012-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 buildPeter Korsgaard2009-07-221-0/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: 0.9.25 array vars fixPeter Korsgaard2009-07-201-0/+19
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: bump versionPeter Korsgaard2008-12-171-1/+1
|
* haserl: fix shared cache interaction issuePeter Korsgaard2008-12-011-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_OPTPeter Korsgaard2008-10-201-0/+2
| | | | It's default now.
* haserl: bump 0.9.x versionPeter Korsgaard2008-08-191-1/+1
|
* haserl: don't install unneeded examples for 0.8.0 to targetPeter Korsgaard2008-08-191-1/+5
|
* haserl: convert to Makefile.autotools.in formatPeter Korsgaard2008-08-042-48/+9
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-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 Korsgaard2008-04-121-4/+5
|
* haserl: bump versionPeter Korsgaard2008-04-072-13/+1
|
* haserl: get rid of minor version in config namesPeter Korsgaard2008-04-071-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 versionPeter Korsgaard2008-02-292-4/+4
|
* delete haserl-0.9.20-legacy.patchIvan Kuten2007-12-131-12/+0
|
* susv3 legacy fix for haserlIvan Kuten2007-12-131-0/+12
|
* bump haserl versionIvan Kuten2007-12-111-4/+4
|
* Allow use of 'haserl' developer versionUlf Samuelsson2007-10-303-4/+42
|
* Remove LEGACY functions from haserlUlf Samuelsson2007-10-122-0/+15
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* SED away some whitespaceUlf Samuelsson2007-08-201-1/+1
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* Cleanup, get rid of HASERL_WORKDIR, use $@Peter Korsgaard2007-05-311-14/+11
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+2
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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 jacmetEric Andersen2006-04-102-0/+67
This little patch adds a target for haserl to buildroot. Haserl - Html And Shell Embedded Report Language