Peter Korsgaard
4cf77df51b
haserl: needs fork()
...
Fixes http://autobuild.buildroot.net/results/e265d061e1956522dad4566827ed4171160dfecc
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-23 21:37:36 +01:00
Gustavo Zacarias
9de7645537
haserl: add license information
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-01-21 23:49:28 +01:00
Stefan Fröberg
23ef45ca1e
remove rest of the BR2_SOURCEFORGE_MIRROR references
...
Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-08-28 22:59:52 +02:00
Arnout Vandecappelle (Essensium/Mind)
e1502ebc0c
all packages: rename XXXTARGETS to xxx-package
...
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>
2012-07-17 20:23:05 +02:00
Peter Korsgaard
dc2a3048eb
haserl: fix lua support build on hosts without lua development package
...
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>
2012-04-05 21:38:48 +02:00
Thomas Petazzoni
300f9c9c9d
package: remove useless arguments from AUTOTARGETS
...
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>
2011-09-29 23:12:27 +02:00
Peter Korsgaard
efce5be9af
haserl: remove 0.8.0 install workaround
...
Not needed anymore as stripping is handled on a global level.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-05-16 10:13:19 +02:00
Peter Korsgaard
91b2ec27a7
haserl: fix lua support after 0.9.29 bump
...
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>
2011-05-16 10:11:34 +02:00
Peter Korsgaard
6e85024625
haserl: bump 0.9.x version
...
Fixes off-by-1 buffer overflow.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-05-10 23:43:00 +02:00
Gustavo Zacarias
36d1a7a5a3
haserl: bump dev version to 0.9.28
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-04-24 22:56:34 +02:00
Thomas Petazzoni
5f71fc1f19
Remove support for shared configuration cache
...
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>
2010-11-05 10:21:17 +01:00
Peter Korsgaard
60f52cbd74
haserl: bump 0.9.x version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-18 09:01:00 +02:00
Thomas Petazzoni
478ea1a12d
packages: remove unneeded _INSTALL_TARGET_OPT definitions
...
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>
2010-09-27 15:32:32 +02:00
Thomas Petazzoni
23ad529cb5
haserl: convert to new style hook
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-09-12 19:26:52 +02:00
Gustavo Zacarias
bb73ce2222
haserl: Add lua option
...
Closes #719
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-01 22:36:02 +02:00
Thomas Petazzoni
3c35d55ea9
packages: use qstrip
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-09-05 14:43:17 +02:00
Will Newton
422ce6536b
package: Remove unnecessary dependencies on uclibc.
...
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-09-03 20:22:38 +02:00
Peter Korsgaard
ec386cbcdf
haserl: bump 0.9.x version
...
buffer overflow fix is now upstream
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-08-01 23:29:02 +02:00
Peter Korsgaard
e3298fdae9
haserl: move 0.9.25 fix to subdir, so it isn't picked up by 0.8.0 build
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-22 15:30:00 +02:00
Peter Korsgaard
da6f67d8f2
haserl: 0.9.25 array vars fix
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-20 22:17:31 +02:00
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