summaryrefslogtreecommitdiffstats
path: root/package/haserl/haserl.mk
Commit message (Collapse)AuthorAgeFilesLines
* haserl: Add lua optionGustavo Zacarias2010-05-011-3/+6
| | | | | | | 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: 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: 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-041-48/+9
|
* haserl: depend on haserl binary in TARGET_DIR and also cleanup TARGET_DIR.Peter Korsgaard2008-04-121-4/+5
|
* Allow use of 'haserl' developer versionUlf Samuelsson2007-10-301-4/+5
|
* Remove LEGACY functions from haserlUlf Samuelsson2007-10-121-0/+3
|
* - 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-101-0/+58
This little patch adds a target for haserl to buildroot. Haserl - Html And Shell Embedded Report Language