summaryrefslogtreecommitdiffstats
path: root/package/haserl
Commit message (Collapse)AuthorAgeFilesLines
* haserl: bump 0.9.x versionPeter Korsgaard2013-06-302-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: fix download URLsPeter Korsgaard2013-06-301-1/+5
| | | | | | | The 0.8.0 version is at /projects/haserl/haserl/0.8.0, and 0.9.x versions at /projects/haserl/haserl-devel/. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: move patches to new modelPeter Korsgaard2013-04-232-0/+0
| | | | | | | On commit 5538e4766201aa0c1c23721cfc99cbbde595964b the versioned package patches changed the directory structure but the packages weren't fixed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: needs fork()Peter Korsgaard2013-02-231-0/+1
| | | | | | Fixes http://autobuild.buildroot.net/results/e265d061e1956522dad4566827ed4171160dfecc Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: add license informationGustavo Zacarias2013-01-211-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* remove rest of the BR2_SOURCEFORGE_MIRROR referencesStefan Fröberg2012-08-281-1/+1
| | | | | Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* haserl: fix lua support build on hosts without lua development packagePeter Korsgaard2012-04-051-1/+3
| | | | | | | Abuse lua2c_LDFLAGS to pass the correct host cflags/ldflags when lua2c is built for the host. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: remove 0.8.0 install workaroundPeter Korsgaard2011-05-161-3/+0
| | | | | | Not needed anymore as stripping is handled on a global level. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: fix lua support after 0.9.29 bumpPeter Korsgaard2011-05-162-8/+136
| | | | | | | | | | | | haserl no longer ships haserl_lualib.inc so our lua2c hack didn't work anymore. Fix is by adding a patch to re-add it and move the Makefile.in changes to here rather than with sed. Longer term we should probably add host-lua support instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: bump 0.9.x versionPeter Korsgaard2011-05-101-1/+1
| | | | | | Fixes off-by-1 buffer overflow. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* haserl: bump dev version to 0.9.28Gustavo Zacarias2011-04-242-5/+12
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove support for shared configuration cacheThomas Petazzoni2010-11-051-2/+0
| | | | | | | | | | | | | | | | | The configuration cache shared between packages, while being in principle a nice idea to speed-up the configuration of packages by avoiding repetitive identical checks, turned out to be unreliable due to the subtle differences between similar but not identical checks in different packages. After spending some time trying to fix those, we concluded that supporting the shared configuration cache is definitely too hard and too unreliable, and that we'd better get rid of it altogether. This patch therefore removes the shared configuration cache infrastructure and usage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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