summaryrefslogtreecommitdiffstats
path: root/package/poco
Commit message (Collapse)AuthorAgeFilesLines
* poco: bump to 1.4.3p1Baruch Siach2012-03-221-1/+1
| | | | | Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* poco: the Zip module depends on XML, Net and Util modulesThomas Petazzoni2012-02-021-0/+3
| | | | | | | | | | | | | | | | | | Without this, in a configuration where the Zip module is selected but not the XML module, the build fails due to missing expat.h. This is because POCO builds the XML module as soon as the Zip module is enabled. This fixes the build breakage visible at: http://free-electrons.com/~thomas/buildroot/test-output-2011-12-02/test-920-output.bz2 with the configuration visible at: http://free-electrons.com/~thomas/buildroot/test-output-2011-12-02/test-920-config Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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>