summaryrefslogtreecommitdiffstats
path: root/package/poco
Commit message (Collapse)AuthorAgeFilesLines
* poco: unbreak mysql supportPeter Korsgaard2011-10-082-5/+7
| | | | | | | | Update patch to also pass include directory for mysql headers, and get rid of host directories in -L / -I arguments. Finally look in staging rather than target for libmysqlclient. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add the poco C++ libraries collectionBaruch Siach2011-10-075-0/+237
Add the C++ Portable Components libraries. The Data/ODBC components is disabled because its dependency (unixODBC) is not in Buildroot. The Data/MySQL component is build tested only. It probably requires an additional RPATH to actually run, because libmysqlclient resides in a non-standard location under /usr/lib/mysql. [Peter: use depends on for toolchain options] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>