Commit Graph

23 Commits

Author SHA1 Message Date
Peter Korsgaard 034d77ec57 haserl: bump version 2008-12-17 12:40:50 +00:00
Peter Korsgaard 21ed5b304a haserl: fix shared cache interaction issue
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-12-01 15:10:47 +00:00
Peter Korsgaard e337d002fe package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
It's default now.
2008-10-20 11:53:16 +00:00
Peter Korsgaard 0fb6258216 haserl: bump 0.9.x version 2008-08-19 09:40:23 +00:00
Peter Korsgaard 223df3f26f haserl: don't install unneeded examples for 0.8.0 to target 2008-08-19 09:40:20 +00:00
Peter Korsgaard bea4968d34 haserl: convert to Makefile.autotools.in format 2008-08-04 19:08:38 +00:00
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Peter Korsgaard e9d3884e01 haserl: depend on haserl binary in TARGET_DIR and also cleanup TARGET_DIR. 2008-04-12 13:26:57 +00:00
Peter Korsgaard 47a184e03c haserl: bump version 2008-04-07 07:59:08 +00:00
Peter Korsgaard a2e3e3de81 haserl: get rid of minor version in config names
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-04-07 07:59:03 +00:00
Peter Korsgaard 722d602b89 haserl: bump version 2008-02-29 13:54:20 +00:00
Ivan Kuten 977b0cc25b delete haserl-0.9.20-legacy.patch 2007-12-13 12:01:48 +00:00
Ivan Kuten a3113ac856 susv3 legacy fix for haserl 2007-12-13 11:34:27 +00:00
Ivan Kuten ac5ec800c6 bump haserl version 2007-12-11 20:29:54 +00:00
Ulf Samuelsson c2f4774694 Allow use of 'haserl' developer version 2007-10-30 22:10:17 +00:00
Ulf Samuelsson 17d70e4699 Remove LEGACY functions from haserl 2007-10-12 14:28:56 +00:00
Bernhard Reutner-Fischer 6c6cb06709 - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l) 2007-08-21 19:20:18 +00:00
Ulf Samuelsson cf55419b3f SED away some whitespace 2007-08-20 17:21:16 +00:00
Bernhard Reutner-Fischer 74d518dc2a - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Peter Korsgaard 958dd529d4 Cleanup, get rid of HASERL_WORKDIR, use $@ 2007-05-31 15:19:37 +00:00
Eric Andersen 85d7f6f05f fixup package LDFLAGS handling 2007-03-13 22:59:59 +00:00
Bernhard Reutner-Fischer 6342c83201 - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Eric Andersen 126a92177d 0000755: New package: haserl: patch from jacmet
This little patch adds a target for haserl to buildroot.
Haserl - Html And Shell Embedded Report Language
2006-04-10 23:34:06 +00:00