[Buildroot] [PATCHv4] package: add the poco C++ libraries collection

Peter Korsgaard jacmet at uclibc.org
Fri Oct 7 07:01:05 UTC 2011


>>>>> "Baruch" == Baruch Siach <baruch at tkos.co.il> writes:

 Baruch> Add the C++ Portable Components libraries.
 Baruch> The Data/ODBC components is disabled because its dependency (unixODBC) is not
 Baruch> in Buildroot.

 Baruch> The Data/MySQL component is build tested only. It probably requires an
 Baruch> additional RPATH to actually run, because libmysqlclient resides in a
 Baruch> non-standard location under /usr/lib/mysql.
 
 Baruch> diff --git a/package/poco/Config.in b/package/poco/Config.in
 Baruch> new file mode 100644
 Baruch> index 0000000..a815a09
 Baruch> --- /dev/null
 Baruch> +++ b/package/poco/Config.in
 Baruch> @@ -0,0 +1,57 @@
 Baruch> +config BR2_PACKAGE_POCO
 Baruch> +	bool "poco"
 Baruch> +	select BR2_PACKAGE_ZLIB
 Baruch> +	select BR2_PACKAGE_PCRE
 Baruch> +	select BR2_INSTALL_LIBSTDCPP
 Baruch> +	select BR2_USE_WCHAR

We use 'depends on' for toolchain options, as you cannot easily change
those. Other than that it looks good, committed - Thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list