package: add the poco C++ libraries collection
authorBaruch Siach <baruch@tkos.co.il>
Tue, 4 Oct 2011 08:02:03 +0000 (10:02 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 6 Oct 2011 22:44:18 +0000 (00:44 +0200)
commit811fab1b26f7590c2696801b82347767bbbc0809
tree76bba44360a19eb7d165c2d25d6ca339045237b1
parentbc9954e6d6b67556ccb4bcbf9b1e96e24a18b7e1
package: add the poco C++ libraries collection

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>
package/Config.in
package/poco/Config.in [new file with mode: 0644]
package/poco/poco-1.4.2p1-add-cross-build-config.patch [new file with mode: 0644]
package/poco/poco-1.4.2p1-add-staging-search-path.patch [new file with mode: 0644]
package/poco/poco-1.4.2p1-dont-build-debug-libs.patch [new file with mode: 0644]
package/poco/poco.mk [new file with mode: 0644]