Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | 2008-10-20 | 1 | -1/+0 |
| | | | | It's default now. | ||||
* | pcre: fixup paths in pcre-config | Peter Korsgaard | 2008-09-17 | 1 | -0/+3 |
| | |||||
* | pcre: fix target install | Peter Korsgaard | 2008-08-16 | 1 | -0/+5 |
| | | | | | | Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested. | ||||
* | pcre: bump version | Peter Korsgaard | 2008-08-16 | 1 | -1/+1 |
| | |||||
* | pcre: fix compilation when C++ support is disabled | Peter Korsgaard | 2008-08-16 | 1 | -3/+4 |
| | | | | | pcre will use host g++ is no cross g++ is available, so explicitly disable c++ support in pcre if it isn't enabled in buildroot instead. | ||||
* | pcre: add homepage to description | Peter Korsgaard | 2008-08-16 | 1 | -0/+2 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | add pcre | John Voltz | 2008-04-24 | 2 | -0/+23 |